:root {
  --booking-command-release: "20260726-booking-command-os-1315";
}

.booking-command-os-ready .launch-review-panel {
  align-self: start;
}

.booking-command-os-ready .booking-command-panel {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(198, 154, 86, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 99, 172, 0.1), rgba(241, 181, 79, 0.08)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(78, 24, 50, 0.08);
  padding: 14px;
}

.booking-command-os-ready .booking-command-head,
.booking-command-os-ready .booking-command-strip,
.booking-command-os-ready .booking-command-note,
.booking-command-os-ready .booking-command-preferences {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.booking-command-os-ready .booking-command-head span,
.booking-command-os-ready .booking-command-grid span,
.booking-command-os-ready .booking-command-preferences span {
  color: #9a6a24;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-command-os-ready .booking-command-head strong {
  color: #29141f;
  font-size: 13px;
  font-weight: 560;
  text-align: right;
}

.booking-command-os-ready .booking-command-primary {
  display: grid;
  gap: 4px;
}

.booking-command-os-ready .booking-command-primary h3 {
  margin: 0;
  color: #23121c;
  font-size: clamp(22px, 2.4vw, 31px);
  font-weight: 560;
  line-height: 1.05;
}

.booking-command-os-ready .booking-command-primary p {
  margin: 0;
  color: #735866;
  line-height: 1.35;
}

.booking-command-os-ready .booking-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.booking-command-os-ready .booking-command-grid > div {
  display: grid;
  gap: 5px;
  min-height: 66px;
  border: 1px solid rgba(198, 154, 86, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px;
}

.booking-command-os-ready .booking-command-grid strong {
  color: #321423;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.18;
}

.booking-command-os-ready .booking-command-strip {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.booking-command-os-ready .booking-command-strip span {
  border: 1px solid rgba(232, 88, 151, 0.2);
  border-radius: 999px;
  background: rgba(255, 241, 247, 0.8);
  color: #5a263c;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.15;
}

.booking-command-os-ready .booking-command-note {
  justify-content: flex-start;
  border-top: 1px solid rgba(198, 154, 86, 0.16);
  padding-top: 10px;
}

.booking-command-os-ready .booking-command-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #c99839;
}

.booking-command-os-ready .booking-command-note p,
.booking-command-os-ready .booking-command-preferences strong {
  margin: 0;
  color: #654756;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.booking-command-os-ready .booking-command-preferences {
  align-items: flex-start;
  border-top: 1px solid rgba(198, 154, 86, 0.16);
  padding-top: 10px;
}

.booking-command-os-ready .booking-command-preferences strong {
  max-width: 70%;
  text-align: right;
}

.booking-command-os-ready .booking-command-mobile-bar {
  display: none;
}

body[data-theme="dark"].booking-command-os-ready .booking-command-panel {
  border-color: rgba(255, 132, 185, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 96, 168, 0.08), rgba(235, 181, 86, 0.06)),
    rgba(35, 12, 26, 0.9);
}

body[data-theme="dark"].booking-command-os-ready .booking-command-head strong,
body[data-theme="dark"].booking-command-os-ready .booking-command-primary h3,
body[data-theme="dark"].booking-command-os-ready .booking-command-grid strong {
  color: #fff7fb;
}

body[data-theme="dark"].booking-command-os-ready .booking-command-primary p,
body[data-theme="dark"].booking-command-os-ready .booking-command-note p,
body[data-theme="dark"].booking-command-os-ready .booking-command-preferences strong {
  color: #dec1cf;
}

body[data-theme="dark"].booking-command-os-ready .booking-command-grid > div,
body[data-theme="dark"].booking-command-os-ready .booking-command-strip span {
  border-color: rgba(255, 132, 185, 0.18);
  background: rgba(35, 12, 26, 0.7);
  color: #ffdbe9;
}

@media (max-width: 920px) {
  .booking-command-os-ready .booking-command-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .booking-command-os-ready .booking-command-grid {
    grid-template-columns: 1fr;
  }

  .booking-command-os-ready .booking-command-preferences {
    display: grid;
  }

  .booking-command-os-ready .booking-command-preferences strong {
    max-width: none;
    text-align: left;
  }

  .booking-command-os-ready .booking-command-mobile-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
    border: 1px solid rgba(198, 154, 86, 0.18);
    border-radius: 8px;
    background: rgba(255, 250, 253, 0.9);
    padding: 10px;
  }

  .booking-command-os-ready .booking-command-mobile-bar span,
  .booking-command-os-ready .booking-command-mobile-bar strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .booking-command-os-ready .booking-command-mobile-bar span {
    color: #2c1420;
    font-size: 13px;
    font-weight: 560;
  }

  .booking-command-os-ready .booking-command-mobile-bar strong {
    color: #8f6322;
    font-size: 12px;
  }

  .booking-command-os-ready .booking-command-mobile-bar a {
    color: #8e2f62;
    font-size: 12px;
    font-weight: 560;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  body[data-theme="dark"].booking-command-os-ready .booking-command-mobile-bar {
    border-color: rgba(255, 132, 185, 0.2);
    background: rgba(35, 12, 26, 0.9);
  }

  body[data-theme="dark"].booking-command-os-ready .booking-command-mobile-bar span {
    color: #fff7fb;
  }

  body[data-theme="dark"].booking-command-os-ready .booking-command-mobile-bar strong,
  body[data-theme="dark"].booking-command-os-ready .booking-command-mobile-bar a {
    color: #ffacd0;
  }
}
