﻿.mlbb-service-title .page-title-copy {
  gap: 10px;
}.mlbb-service-title h2 {
  margin: 0;
}.mlbb-service-kicker {
  width: max-content;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}.mlbb-service-form {
  display: block;
}.mlbb-service-alert {
  margin: 0 0 14px;
  padding: 16px 18px;
  font-weight: 700;
}.mlbb-service-alert-success {
  color: #d5f4df;
  border-color: rgba(72, 187, 120, 0.28);
}.mlbb-service-alert-error,
.mlbb-field-error {
  color: #ffd0d0;
}.field-full {
  grid-column: 1 / -1;
}.mlbb-field-error {
  font-size: 0.78rem;
  font-weight: 700;
}.mlbb-service-textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.55;
}select.input,
.input option {
  color: #fff;
  background: var(--site-panel-surface-strong, rgba(57, 52, 39, 0.96));
}.mlbb-service-summary-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}.mlbb-service-summary-icon .material-symbols-rounded {
  color: #fff;
  font-size: 28px;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 28;
}.room-duration-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}.room-duration-field span {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}.room-duration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.room-duration-card {
  position: relative;
  overflow: hidden;
  height: 138px;
  min-height: 138px;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 0;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}.room-duration-ribbon {
  position: absolute;
  top: 13px;
  left: -34px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  min-height: 26px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  transform: rotate(-45deg);
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  pointer-events: none;
}.room-duration-ribbon-discount {
  background: linear-gradient(135deg, #ff4d42, #c9152c);
}.room-duration-ribbon-hot {
  background: linear-gradient(135deg, #ff9b2f, #f06a1a);
}.room-duration-ribbon .material-symbols-rounded {
  font-size: 1rem;
  font-variation-settings: "FILL" 1;
}.room-duration-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}.room-duration-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.24);
}.room-duration-card[aria-pressed="true"] {
  border-color: rgba(255, 255, 255, 0.45);
  background: var(--site-primary-button, rgba(170, 149, 92, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 24px var(--site-panel-shadow, rgba(13, 12, 8, 0.24));
}.room-duration-body {
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px 12px;
}.room-duration-title {
  width: 100%;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}.room-duration-note {
  min-height: 1.2em;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 700;
}.room-duration-price {
  width: 100%;
  min-height: 54px;
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  display: grid;
  align-content: center;
  gap: 3px;
  font-size: 0.9rem;
  font-weight: 800;
}.room-duration-price-original {
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.66);
}.room-duration-price strong {
  font-size: 0.95rem;
  font-weight: 800;
}.room-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}.room-map-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}.room-map-card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}.room-map-card:hover,
.room-map-card.is-selected {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.13);
}.room-map-card.is-selected {
  border-color: rgba(255, 255, 255, 0.45);
  background: var(--site-primary-button, rgba(170, 149, 92, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 24px var(--site-panel-shadow, rgba(13, 12, 8, 0.24));
}.room-map-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}.room-map-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
}.room-map-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.room-map-name {
  min-height: 2.6em;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.3;
}.room-check,
.room-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.35;
}.room-check input,
.room-terms input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: rgba(170, 149, 92, 0.95);
  flex: 0 0 auto;
}.room-terms {
  min-height: 0;
}.room-terms-inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}.room-terms-copy {
  display: block;
  margin-bottom: 0;
}.room-terms-inline input {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
}.room-terms-inline input:checked {
  border-color: rgba(255, 255, 255, 0.58);
  background: var(--site-primary-button, rgba(170, 149, 92, 0.74));
}.room-terms-inline input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}.room-terms-inline a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}.room-help-note {
  margin-top: 8px;
}.room-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}.room-slot-field .room-label-row {
  min-height: 34px;
}.room-label-spacer {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}.room-info-button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}.room-info-button:hover,
.room-info-button:focus-visible {
  color: #fff;
  outline: none;
}.room-info-button .material-symbols-rounded {
  font-size: 19px;
  color: currentColor;
}.room-view-schedule-button {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: clamp(150px, 30%, 178px);
  flex: 0 0 clamp(150px, 30%, 178px);
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 196, 104, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 119, 22, 0.96), rgba(238, 70, 20, 0.92)),
    rgba(255, 132, 31, 0.92);
  color: #fff8ed;
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 14px 28px rgba(255, 105, 24, 0.24);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.room-view-schedule-button::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -80%;
  width: 52%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  animation: roomScheduleShine 4.8s ease-in-out infinite;
  pointer-events: none;
}@keyframes roomScheduleShine {
  0%,
  42% {
    left: -80%;
  }
  78%,
  100% {
    left: 132%;
  }
}.room-view-schedule-button:hover,
.room-view-schedule-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 225, 145, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 34px rgba(255, 105, 24, 0.34);
  outline: none;
}.room-view-schedule-button .material-symbols-rounded {
  position: relative;
  z-index: 1;
  font-size: 20px;
}.room-view-schedule-button span:not(.material-symbols-rounded) {
  position: relative;
  z-index: 1;
}.room-info-popover {
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}.room-info-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  background: rgba(8, 2, 7, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}.room-info-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}.room-info-modal-window {
  position: relative;
  width: min(420px, 100%);
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(255, 248, 220, 0.08), transparent 58%),
    var(--site-panel-bg, rgba(70, 66, 50, 0.94));
  color: #fff;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(14px) scale(0.96);
  opacity: 0;
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease;
}.room-info-modal-overlay.is-open .room-info-modal-window {
  transform: translateY(0) scale(1);
  opacity: 1;
}.room-info-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}.room-info-modal-close .material-symbols-rounded {
  font-size: 21px;
}.room-info-modal-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 15px;
  background: var(--site-primary-button, rgba(170, 149, 92, 0.74));
  box-shadow: 0 14px 28px var(--site-panel-shadow, rgba(13, 12, 8, 0.24));
}.room-info-modal-icon .material-symbols-rounded {
  font-size: 24px;
  font-variation-settings: "FILL" 1;
}.room-info-modal-window h3 {
  margin: 0 44px 8px 0;
  font-size: 1.18rem;
  font-weight: 800;
}.room-info-modal-window p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.6;
}.room-pay-grid {
  margin-bottom: 4px;
}.room-date-dropdown {
  position: relative;
  min-width: 0;
  flex: 1 1 auto;
}.room-date-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}.room-date-trigger .material-symbols-rounded {
  font-size: 22px;
  opacity: 0.82;
}.room-date-action-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}.room-calendar {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(255, 248, 220, 0.08), transparent 58%),
    var(--site-panel-bg, rgba(70, 66, 50, 0.96));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}.room-calendar[hidden] {
  display: none;
}.room-calendar-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}.room-calendar-title {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  text-align: center;
}.room-calendar-nav {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}.room-calendar-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}.room-calendar-nav .material-symbols-rounded {
  font-size: 22px;
}.room-calendar-weekdays,
.room-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}.room-calendar-weekdays {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}.room-calendar-empty,
.room-calendar-day {
  aspect-ratio: 1;
}.room-calendar-day {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.34);
  font: 800 0.86rem "Plus Jakarta Sans", sans-serif;
}.room-calendar-day.is-available {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}.room-calendar-day.is-available:hover,
.room-calendar-day.is-selected {
  border-color: rgba(255, 255, 255, 0.34);
  background: var(--site-primary-button, rgba(170, 149, 92, 0.74));
  color: #fff;
}.room-calendar-day:disabled {
  cursor: not-allowed;
}.room-map-icon {
  display: grid;
  place-items: center;
}.room-map-icon .material-symbols-rounded {
  color: #fff;
  font-size: 42px;
}.room-promo-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
}.room-phone-row.phone-field {
  grid-template-columns: 112px minmax(0, 1fr);
  overflow: visible;
}.room-promo-row {
  grid-template-columns: minmax(0, 1fr) auto;
}.room-promo-row .btn {
  min-height: 52px;
  padding-inline: 18px;
}@media (max-width: 640px) {
  .mlbb-service-title {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .mlbb-service-title .logo {
    width: 96px;
    height: 136px;
    border-radius: 18px;
  }

  .room-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .room-duration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-promo-row {
    grid-template-columns: 1fr;
  }

  .room-date-action-row {
    gap: 8px;
  }

  .room-view-schedule-button {
    width: 144px;
    flex-basis: 144px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .room-phone-row.phone-field {
    grid-template-columns: minmax(104px, 0.38fr) minmax(0, 1fr);
    gap: 8px;
  }
}@media (max-width: 420px) {
  .room-date-action-row {
    grid-template-columns: 1fr;
  }

  .room-view-schedule-button {
    width: 128px;
    flex-basis: 128px;
  }

  .room-view-schedule-button .material-symbols-rounded {
    display: none;
  }

  .room-duration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}.squad-rental-page .mlbb-service-form {
  margin-bottom: 24px;
}.squad-rental-page .card-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}.squad-rental-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}.squad-choice-grid,
.squad-duration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.squad-choice-card,
.squad-duration-card {
  position: relative;
  min-width: 0;
  min-height: 132px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--site-panel-divider, rgba(255, 248, 220, 0.16));
  border-radius: 18px;
  background: var(--site-panel-surface, rgba(84, 77, 58, 0.5));
  color: #fff;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 248, 220, 0.1);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}.squad-choice-card:hover,
.squad-duration-card:hover,
.squad-choice-card[aria-pressed="true"],
.squad-duration-card[aria-pressed="true"] {
  transform: translateY(-1px);
  border-color: rgba(255, 248, 220, 0.42);
  background: var(--site-panel-accent, rgba(151, 132, 82, 0.66));
}.squad-choice-card[aria-pressed="true"],
.squad-duration-card[aria-pressed="true"] {
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 220, 0.16),
    0 14px 30px var(--site-panel-shadow, rgba(13, 12, 8, 0.24));
}.squad-choice-main,
.squad-duration-main {
  min-width: 0;
  display: grid;
  gap: 7px;
}.squad-choice-title,
.squad-duration-title {
  min-width: 0;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
}.squad-choice-title {
  white-space: nowrap;
}.squad-choice-meta,
.squad-duration-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 250, 239, 0.76);
  font-size: 0.8rem;
  font-weight: 800;
}.squad-choice-pill,
.squad-duration-price {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid var(--site-panel-border, rgba(255, 248, 220, 0.24));
  background: var(--site-panel-surface-strong, rgba(57, 52, 39, 0.7));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}.squad-duration-card[aria-pressed="true"] .squad-duration-price,
.squad-choice-card[aria-pressed="true"] .squad-choice-pill {
  background: var(--site-primary-button, rgba(170, 149, 92, 0.74));
}.squad-empty-choice {
  min-height: 160px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid var(--site-panel-divider, rgba(255, 248, 220, 0.16));
  border-radius: 18px;
  background: var(--site-panel-surface-strong, rgba(57, 52, 39, 0.7));
  color: rgba(255, 250, 239, 0.76);
  font-weight: 750;
  text-align: center;
}.squad-payment-note {
  margin: 12px 0 0;
  color: rgba(255, 250, 239, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
}.squad-checkout-message {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--site-panel-surface, rgba(84, 77, 58, 0.5));
  color: rgba(255, 250, 239, 0.84);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.5;
}.squad-checkout-message:empty {
  display: none;
}.squad-checkout-message.is-error {
  color: #ffd0d0;
}.squad-checkout-message.is-success {
  color: #d5f4df;
}.squad-total-row .sum-value {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
}.squad-player-region {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}.squad-rental-page .squad-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.squad-rental-page .squad-duration-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.squad-rental-page .squad-choice-card {
  overflow: hidden;
  min-height: 148px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  gap: 0;
}.squad-rental-page .squad-choice-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
  min-height: 60px;
  padding: 14px 16px 8px 72px;
}.squad-rental-page .squad-prefix-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 11px;
  border: 0;
  border-radius: 17px 0 14px 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--site-primary-button, rgba(170, 149, 92, 0.74)) 92%, #fff 8%), color-mix(in srgb, var(--site-primary-button, rgba(170, 149, 92, 0.74)) 42%, transparent 58%));
  color: #fff;
  box-shadow: none;
  font-size: 0.94rem;
  font-weight: 950;
  letter-spacing: 0;
}.squad-rental-page .squad-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}.squad-rental-page .squad-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}.squad-rental-page .squad-choice-title {
  white-space: normal;
}.squad-rental-page .squad-choice-main {
  flex: 1 1 auto;
  padding: 0 16px 16px;
}.squad-rental-page .squad-choice-pill {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 10px 12px 12px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 18px 18px;
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.84rem;
}.squad-rental-page .squad-choice-card[aria-pressed="true"] .squad-choice-pill {
  background: rgba(0, 0, 0, 0.12);
}.squad-rental-page .squad-duration-card {
  overflow: hidden;
  height: 138px;
  min-height: 138px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 0;
  text-align: center;
}.squad-rental-page .squad-duration-card:hover {
  transform: translateY(-2px);
}.squad-rental-page .squad-duration-card[aria-pressed="true"] {
  border-color: rgba(255, 255, 255, 0.45);
  background: var(--site-primary-button, rgba(170, 149, 92, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 24px var(--site-panel-shadow, rgba(13, 12, 8, 0.24));
}.squad-rental-page .squad-duration-main {
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px 12px;
}.squad-rental-page .squad-duration-title {
  width: 100%;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}.squad-rental-page .squad-duration-meta {
  min-height: 1.2em;
  justify-content: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 700;
}.squad-rental-page .squad-duration-price {
  width: 100%;
  min-height: 54px;
  padding: 10px 12px 12px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 18px 18px;
  background: rgba(0, 0, 0, 0.12);
  display: grid;
  align-content: center;
  gap: 3px;
  font-size: 0.9rem;
  font-weight: 800;
}.squad-rental-page .squad-duration-card[aria-pressed="true"] .squad-duration-price {
  background: rgba(0, 0, 0, 0.12);
}.squad-rental-page .squad-duration-price strong {
  font-size: 0.95rem;
  font-weight: 800;
}@media (max-width: 760px) {
  .squad-choice-grid,
  .squad-duration-grid {
    grid-template-columns: 1fr;
  }

  .squad-rental-page .squad-choice-grid,
  .squad-rental-page .squad-duration-grid {
    grid-template-columns: 1fr;
  }

  .squad-choice-card,
  .squad-duration-card {
    min-height: 118px;
  }

  .squad-rental-page .squad-duration-card {
    height: 128px;
  }
}
#placeRentalBtn,
#placeRentalBtn:hover,
#placeRentalBtn:focus-visible,
#placeRentalBtn:active,
#placeRentalBtn[data-liquid-stretching],
#placeRentalBtn[data-liquid-stretch-releasing] {
  transform: none;
  border-color: rgba(255, 248, 220, 0.32);
  background: var(--site-panel-accent-strong, rgba(170, 149, 92, 0.74));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 220, 0.2),
    0 10px 24px rgba(13, 12, 8, 0.22);
  filter: none;
}#placeRentalBtn::before,
#placeRentalBtn::after {
  content: none;
  display: none;
}

.room-booking-fields {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.room-booking-fields[disabled] {
  pointer-events: none;
  opacity: 0.42;
  filter: grayscale(0.35);
}

.room-tour-closed-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-color: rgba(190, 36, 48, 0.38);
  background: linear-gradient(135deg, rgba(190, 36, 48, 0.12), rgba(255, 255, 255, 0.34));
  color: var(--nav-ink-900, #291d17);
}

.room-tour-closed-notice > .material-symbols-rounded {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: rgba(190, 36, 48, 0.12);
  color: #bd2430;
}

.room-tour-closed-notice h3,
.room-tour-closed-notice p {
  margin: 0;
}

.room-tour-closed-notice h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.room-tour-closed-notice p {
  margin-top: 4px;
  color: var(--nav-ink-700, #6f6256);
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .room-tour-closed-notice {
    gap: 12px;
  }
}

