/* Cross-page header alignment and upload interaction fixes. */
@media (min-width: 901px) {
  .sub-page .brand-lockup { left: 144px; top: 217px; gap: 30px; }
  .sub-page .brand-lockup img { width: 219px; }
  .sub-page .brand-lockup span { width: auto; }
}

.booking-details > .booking-file {
  overflow: hidden;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.booking-details > .booking-file.is-drag-over {
  border-color: #111;
  background: rgba(255, 204, 0, .16);
  box-shadow: inset 0 0 0 2px #fc0;
}
.booking-upload-empty,
.booking-upload-preview { position: relative; z-index: 1; pointer-events: none; }
.booking-upload-empty { display: grid; gap: 8px; padding: 18px; text-align: center; }
.booking-upload-empty b { color: #333; font-size: 18px; }
.booking-upload-empty small { max-width: 500px; color: #777; font-size: 13px; line-height: 1.35; }
.booking-upload-preview {
  position: absolute;
  inset: 10px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  color: #111;
}
.booking-upload-preview img,
.booking-upload-filetype { width: 140px; height: 100%; min-height: 0; border-radius: 10px; object-fit: contain; background: #f1f1ed; }
.booking-upload-filetype { display: grid; place-items: center; color: #b42318; font-size: 30px; font-weight: 700; }
.booking-upload-preview > span:last-child { display: grid; min-width: 0; gap: 8px; }
.booking-upload-preview b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; }
.booking-upload-preview small { color: #667085; font-size: 13px; }
.booking-file-remove {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
#orderForm .drawer-actions { grid-template-columns: 1fr auto auto auto; }

.support-launcher { position: relative; }
.support-unread {
  position: absolute;
  z-index: 2;
  top: -8px;
  right: -6px;
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 0 6px;
  background: #e5484d;
  color: #fff;
  font: 700 12px/1 Arial, sans-serif;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .28);
}
@media (max-width: 760px) {
  #orderForm .drawer-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #orderForm .drawer-actions .message,
  #orderForm .drawer-actions button[type="submit"] { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .booking-upload-empty { padding: 10px 38px 10px 10px; }
  .booking-upload-empty b { font-size: 15px; }
  .booking-upload-empty small { font-size: 11px; }
  .booking-upload-preview { inset: 7px; grid-template-columns: 72px minmax(0, 1fr); gap: 10px; padding-right: 34px; }
  .booking-upload-preview img,
  .booking-upload-filetype { width: 72px; height: 96px; border-radius: 7px; }
  .booking-upload-preview b { font-size: 14px; }
  .booking-upload-preview small { font-size: 11px; }
  .booking-file-remove { top: 7px; right: 7px; width: 30px; height: 30px; }
}
/* International phone field */
.booking-details > .booking-phone-field {
  position: relative;
  display: block;
}

.booking-phone-field > .PhoneInput {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-bottom: 1px solid #a1a1a1;
  background: transparent;
}

.booking-phone-field > .PhoneInput:focus-within {
  border-color: #111;
  box-shadow: 0 3px 0 rgba(255, 204, 0, .35);
}

.booking-phone-field .booking-detected-country {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex !important;
  width: 30px;
  align-items: center !important;
  justify-content: center;
  margin: 0 !important;
  pointer-events: none;
  user-select: none;
}

.booking-phone-field .booking-country-name {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.booking-phone-field .PhoneInputCountryIcon {
  display: block;
  width: 28px;
  height: 19px;
  overflow: hidden;
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

.booking-phone-field .PhoneInputCountryIcon--border {
  background: transparent;
  box-shadow: none;
}

.booking-phone-field .PhoneInputCountryIconImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-details > .booking-phone-field .PhoneInputInput {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 47px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 44px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111;
  font-size: 20px;
  line-height: 47px;
  outline: 0;
}

@media (max-width: 900px) {
  .booking-phone-field > .PhoneInput {
    height: 58px;
    min-height: 58px;
  }

  .booking-details > .booking-phone-field .PhoneInputInput {
    height: 57px !important;
    line-height: 57px;
  }
}
/* Business schedule card and consent-first interactive map. */
.home-page .yellow-card.schedule-card {
  aspect-ratio: 344 / 339;
  min-height: 0;
}
.home-page .yellow-card.schedule-card h2 {
  max-width: 270px;
}
.home-page .yellow-card.schedule-card p {
  max-width: 245px;
  line-height: 1.08;
}
.interactive-service-map__consent {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 9px;
  width: 100%;
  border: 0;
  padding: 24px;
  background: rgba(255, 255, 255, .78);
  color: #111;
  text-align: center;
  cursor: pointer;
  backdrop-filter: blur(2px);
}
.interactive-service-map__consent strong {
  font-size: clamp(18px, 2vw, 28px);
}
.interactive-service-map__consent span {
  font-size: clamp(14px, 1.4vw, 18px);
}
.interactive-service-map__consent small {
  color: #555;
  font-size: 12px;
}
.interactive-service-map__consent:focus-visible {
  outline: 4px solid var(--accent);
  outline-offset: -6px;
}
@media (max-width: 700px) {
  .home-page .yellow-card.schedule-card {
    width: 100% !important;
    min-height: 0 !important;
  }
  .home-page .yellow-card.schedule-card h2 {
    font-size: clamp(28px, 8vw, 42px);
  }
}
