/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Visual styles for fields.
 */

.field:not(:last-child) {
  margin-block-end: var(--sp2);
  margin: 10px 0px 10px 0px;
}

.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; /* LTR */

  /**
   * Chromium and Webkit do not yet support flow relative logical properties,
   * such as float: inline-end. However, PostCSS Logical does not compile this
   * value, so we accommodate by not using these.
   *
   * @see https://caniuse.com/mdn-css_properties_clear_flow_relative_values
   * @see https://github.com/csstools/postcss-plugins/issues/632
   */
}

.field--label-inline .field__label:dir(rtl),
.field--label-inline .field__items:dir(rtl) {
  float: right;
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-inline-end: 0.5em;
}

.field--label-inline .field__label::after {
  content: ":";
}
#edit-field-name , #edit-field-name--2 , #edit-state-2 , #edit-changed {
    width: 200px;
    margin: 10px;
    font-size: .9rem;
    padding: 5px;
}
#edit-field-country-of-birth-value , #edit-field-all-languages-target-id , #edit-field-country-of-birth-value--2 , #edit-field-all-languages-target-id--2 {
    width: 290px;
    margin: 10px;
    font-size: .9rem;
    padding: 5px;
    color: inherit;
}
#edit-flagged  {
    margin: 0px 0px 0px 10px;
}
#edit-actions {
    margin: 30px 0px 0px 0px;
}
.view-payment-history #edit-actions {
    margin: 17px 0px 0px 9px;
}
#edit-submit {
    margin: auto;
}
#edit-submit-bookings {
    margin: 0px 0px 13px 10px;
}
.field.field--name-field-user-link {
    display: inline;
    text-align: center;
    image-orientation: center;
}
.field.field--name-field-user-link img {
    display: inline;
}
.field.field--name-field-date, .field.field--name-field-time-range {
    text-align: center;
}
.field.field--name-field-date.field--type-entity-reference.field--label-hidden.field__item {
    margin: -20px;
}
.button--add-to-cart {
    margin: auto;
}