/* R108_AAA_BOOKING_FORM_COMPACT_V126_CSS_ACTIVE */

html body .booking-modal {
  padding: 8px !important;
}
html body .booking-modal-dialog {
  width: min(960px, calc(100vw - 16px)) !important;
  max-height: calc(100dvh - 16px) !important;
}
html body .booking-card {
  max-height: calc(100dvh - 16px) !important;
  padding: 14px 16px 14px !important;
}
html body .booking-title-row {
  min-height: 38px !important;
  margin: 0 0 6px !important;
  padding: 0 46px 6px 0 !important;
}
html body .booking-title-row h2 {
  font-size: 20px !important;
  line-height: 1.15 !important;
}
html body .booking-title-row > span {
  min-height: 31px !important;
  padding: 0 10px !important;
  font-size: 11px !important;
}
html body .booking-modal-close {
  top: 8px !important;
  right: 8px !important;
  width: 34px !important;
  height: 34px !important;
  font-size: 22px !important;
}

html body .booking-form.form-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.15fr) minmax(88px, .68fr) minmax(88px, .68fr) !important;
  column-gap: 8px !important;
  row-gap: 6px !important;
  align-items: end !important;
}
html body .booking-form .span-2,
html body .booking-form .booking-selected-room,
html body .booking-form .date-range-field,
html body .booking-form .availability-status,
html body .booking-form .booking-room-field,
html body .booking-form .booking-price-summary,
html body .booking-form .booking-message-compact,
html body .booking-form > button[type="submit"] {
  grid-column: 1 / -1 !important;
}
html body .booking-form .booking-field-name { grid-column: 1 !important; }
html body .booking-form .booking-field-phone { grid-column: 2 !important; }
html body .booking-form .booking-field-adults { grid-column: 3 !important; }
html body .booking-form .booking-field-children { grid-column: 4 !important; }
html body .booking-form .booking-quantity-field { grid-column: 1 !important; }
html body .booking-form .booking-extra-bed-field { grid-column: 2 !important; }
html body .booking-form .booking-capacity-status {
  grid-column: 3 / 5 !important;
  align-self: stretch !important;
}

html body .booking-selected-room {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 2px 10px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
}
html body .booking-selected-room__label {
  grid-column: 1 !important;
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}
html body .booking-selected-room__body {
  display: contents !important;
}
html body .booking-selected-room__body > div {
  grid-column: 1 !important;
  min-width: 0 !important;
}
html body .booking-selected-room strong {
  font-size: 15px !important;
  line-height: 1.22 !important;
}
html body .booking-selected-room p {
  margin: 1px 0 0 !important;
  font-size: 10.5px !important;
  line-height: 1.25 !important;
}
html body .booking-selected-room small {
  display: none !important;
}
html body .booking-change-room-button {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  font-size: 11px !important;
}

html body .booking-form label,
html body .booking-form .date-range-field {
  gap: 2px !important;
  margin: 0 !important;
}
html body .booking-form label > span,
html body .booking-form .date-range-field > span {
  min-height: 0 !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}
html body .booking-entry-hint {
  min-height: 36px !important;
  margin: 0 0 4px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
}
html body .booking-entry-hint strong {
  font-size: 11px !important;
}
html body .booking-entry-hint-arrow {
  width: 24px !important;
  height: 24px !important;
  font-size: 18px !important;
}
html body .date-range-trigger {
  min-height: 54px !important;
  height: 54px !important;
  padding: 6px 10px !important;
}
html body .date-range-caption {
  font-size: 8.5px !important;
}
html body .date-range-cell strong,
html body .date-range-nights {
  font-size: 11px !important;
}
html body .booking-form .availability-status {
  min-height: 29px !important;
  padding: 5px 8px !important;
  font-size: 10px !important;
  line-height: 1.28 !important;
}

html body .booking-form input,
html body .booking-form select {
  height: 38px !important;
  min-height: 38px !important;
  padding: 5px 8px !important;
  font-size: 12px !important;
}
html body .booking-extra-bed-field > span {
  min-height: 12px !important;
}
html body .booking-extra-bed-field > span small {
  max-width: 100% !important;
  font-size: 8px !important;
  line-height: 1.15 !important;
}
html body .booking-form .booking-capacity-status {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  align-items: center !important;
  gap: 2px 6px !important;
  min-height: 38px !important;
  padding: 5px 8px !important;
  border-radius: 9px !important;
  line-height: 1.25 !important;
}
html body .booking-capacity-status strong {
  font-size: 10.5px !important;
  line-height: 1.25 !important;
}
html body .booking-capacity-status span {
  font-size: 9px !important;
  line-height: 1.25 !important;
}

html body .booking-form .booking-price-summary {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 4px 8px !important;
  padding: 7px 10px !important;
  border-radius: 10px !important;
}
html body .booking-price-summary > div,
html body .booking-price-summary .booking-price-grand {
  display: flex !important;
  grid-column: auto !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 5px !important;
  min-width: 0 !important;
  border-top: 0 !important;
  padding: 0 !important;
}
html body .booking-price-summary span {
  font-size: 10px !important;
  line-height: 1.2 !important;
}
html body .booking-price-summary strong,
html body .booking-price-summary .booking-price-grand strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}
html body .booking-price-summary small {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  font-size: 8.5px !important;
  line-height: 1.15 !important;
}

html body .booking-message-compact {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
}
html body .booking-message-compact > summary {
  display: flex !important;
  min-height: 35px !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 6px 10px !important;
  color: #334155 !important;
  cursor: pointer !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  list-style: none !important;
}
html body .booking-message-compact > summary::-webkit-details-marker {
  display: none !important;
}
html body .booking-message-compact > summary::after {
  content: "+";
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
html body .booking-message-compact[open] > summary::after {
  content: "−";
}
html body .booking-message-compact .booking-message-field {
  display: flex !important;
  margin: 0 !important;
  padding: 0 8px 8px !important;
}
html body .booking-message-compact .booking-message-field > span {
  display: none !important;
}
html body .booking-message-compact textarea {
  min-height: 56px !important;
  height: 56px !important;
  padding: 7px 8px !important;
  font-size: 11px !important;
  resize: vertical !important;
}

html body .booking-form > button[type="submit"] {
  min-height: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
}

@media (max-width: 760px) {
  html body .booking-modal {
    padding: 4px !important;
    align-items: center !important;
  }
  html body .booking-modal-dialog {
    width: calc(100vw - 8px) !important;
    max-height: calc(100dvh - 8px) !important;
  }
  html body .booking-card {
    max-height: calc(100dvh - 8px) !important;
    padding: 9px 9px 10px !important;
    border-radius: 12px !important;
  }
  html body .booking-title-row {
    min-height: 33px !important;
    margin-bottom: 5px !important;
    padding-bottom: 4px !important;
  }
  html body .booking-title-row h2 {
    font-size: 17px !important;
  }
  html body .booking-title-row > span {
    min-height: 27px !important;
    font-size: 10px !important;
  }
  html body .booking-form.form-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 6px !important;
    row-gap: 5px !important;
  }
  html body .booking-form .booking-field-name,
  html body .booking-form .booking-field-adults,
  html body .booking-form .booking-quantity-field {
    grid-column: 1 !important;
  }
  html body .booking-form .booking-field-phone,
  html body .booking-form .booking-field-children,
  html body .booking-form .booking-extra-bed-field {
    grid-column: 2 !important;
  }
  html body .booking-form .booking-capacity-status,
  html body .booking-form .booking-price-summary,
  html body .booking-form .booking-message-compact {
    grid-column: 1 / -1 !important;
  }
  html body .booking-selected-room {
    padding: 7px 8px !important;
  }
  html body .booking-selected-room strong {
    font-size: 13px !important;
  }
  html body .booking-selected-room p {
    max-width: 210px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 9px !important;
  }
  html body .booking-change-room-button {
    min-height: 31px !important;
    padding: 5px 8px !important;
    font-size: 10px !important;
  }
  html body .booking-entry-hint {
    min-height: 31px !important;
    padding: 3px 7px !important;
  }
  html body .booking-entry-hint strong {
    font-size: 10px !important;
  }
  html body .date-range-trigger {
    min-height: 47px !important;
    height: 47px !important;
    padding: 4px 7px !important;
  }
  html body .booking-form input,
  html body .booking-form select {
    height: 36px !important;
    min-height: 36px !important;
    padding: 4px 7px !important;
    font-size: 11px !important;
  }
  html body .booking-form .availability-status {
    min-height: 26px !important;
    padding: 4px 7px !important;
    font-size: 8.8px !important;
  }
  html body .booking-form .booking-capacity-status {
    min-height: 34px !important;
    padding: 5px 7px !important;
  }
  html body .booking-capacity-status strong {
    font-size: 9.5px !important;
  }
  html body .booking-capacity-status span {
    font-size: 8.2px !important;
  }
  html body .booking-form .booking-price-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3px 5px !important;
    padding: 6px 7px !important;
  }
  html body .booking-price-summary > div,
  html body .booking-price-summary .booking-price-grand {
    display: block !important;
  }
  html body .booking-price-summary span {
    display: block !important;
    margin-bottom: 1px !important;
    font-size: 8.5px !important;
  }
  html body .booking-price-summary strong,
  html body .booking-price-summary .booking-price-grand strong {
    display: block !important;
    font-size: 13px !important;
  }
  html body .booking-price-summary small {
    font-size: 7.5px !important;
  }
  html body .booking-message-compact > summary {
    min-height: 31px !important;
    padding: 5px 7px !important;
    font-size: 9.5px !important;
  }
  html body .booking-form > button[type="submit"] {
    min-height: 36px !important;
    height: 36px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 360px) {
  html body .booking-card {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  html body .booking-selected-room p {
    max-width: 165px !important;
  }
  html body .booking-form input,
  html body .booking-form select {
    font-size: 10px !important;
  }
}
