#PRIVATE_ROOM {
  min-height: 0;
  background: transparent;
  color: #1b1b1b;
  font-family: var(--wow-font-family);
  display: block;
  padding: 0;
}

#PRIVATE_ROOM .private-room {
  max-width: 720px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e6e2da;
  border-radius: 4px;
  padding: 48px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.wow-private-room-hero {
  width: 100%;
  margin: 0 auto 24px;
}

.wow-private-room-hero__host {
  width: 100%;
}

.wow-private-room-edit-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  margin: 12px auto 24px;
  max-width: 1100px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  direction: rtl;
}

.wow-private-room-edit-status {
  font-size: 15px;
  font-weight: 600;
  color: #b24a21;
}

.wow-private-room-edit-controls,
.wow-private-room-edit-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wow-private-room-edit-select {
  min-width: 200px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  font-size: 14px;
}

.wow-private-room-edit-btn {
  height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #f7f7f7;
  font-weight: 700;
  cursor: pointer;
}

.wow-private-room-edit-btn--primary {
  background: #ededed;
}

.wow-private-room-edit-btn--danger {
  border-color: #d0d0d0;
  color: #444;
}

.wow-private-room-edit-btn--ghost {
  border-style: solid;
}

.wow-private-room-edit-list {
  display: grid;
  gap: 16px;
  margin-top: 12px;
}

.wow-private-room-marker__head .wow-private-room-offer__delete {
  width: 32px;
  height: 32px;
}

.wow-private-room-edit-row {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
}

.wow-private-room-offer-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
}

.wow-private-room-offer__drag,
.wow-private-room-offer__delete {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.wow-private-room-offer__drag {
  cursor: grab;
}

.wow-private-room-offer__drag:active {
  cursor: grabbing;
  transform: scale(0.98);
}

.wow-private-room-offer__delete {
  border-color: #d0d0d0;
  color: #444;
}

.wow-private-room-offer__delete:hover {
  background: #f0f0f0;
}

.wow-private-room-offer__title {
  flex: 1;
  font-size: 18px;
  font-weight: 800;
  color: #1f1f1f;
  text-align: right;
  line-height: 1.25;
}

.wow-private-room-edit-row--dragging {
  opacity: 0.7;
}

.wow-private-room-edit-row--placeholder {
  height: 1px;
  background: linear-gradient(90deg, #999, #bbb);
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(120, 120, 120, 0.2);
}

.wow-offer-picker-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 12px;
}

.wow-offer-picker {
  width: min(460px, 100%);
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  padding: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #1f1f1f;
}

.wow-offer-picker__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #1f1f1f;
}

.wow-offer-picker__list {
  max-height: 260px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wow-offer-picker__row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #f7f7f7;
  cursor: pointer;
}

.wow-offer-picker__row input {
  width: 16px;
  height: 16px;
}

.wow-offer-picker__name {
  font-size: 15px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.2;
}

.wow-offer-picker__empty {
  margin: 0;
  font-size: 14px;
  color: #1f1f1f;
}

.wow-offer-picker__actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.wow-private-room-edit-marker-host {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0 6px;
  align-items: flex-end;
}

.wow-private-room-edit-marker {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
}

.wow-private-room-marker__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.wow-private-room-marker__head .wow-private-room-offer__drag {
  width: 32px;
  height: 32px;
}

.wow-private-room-edit-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  background: #ffffff;
  color: #4a4a4a;
}

.wow-private-room-add-marker-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #f7f7f7;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.wow-private-room-add-marker-btn:hover {
  background: #ededed;
}

.wow-private-room-add-marker-btn:active {
  transform: scale(0.97);
}

.wow-private-room-edit-input--secondary {
  background: #ffffff;
}

#PRIVATE_ROOM .wow-private-room-hero--edit input[type="text"],
#PRIVATE_ROOM .wow-private-room-hero--edit input[type="number"],
#PRIVATE_ROOM .wow-private-room-hero--edit input[type="email"],
#PRIVATE_ROOM .wow-private-room-hero--edit input[type="url"],
#PRIVATE_ROOM .wow-private-room-hero--edit input[type="search"],
#PRIVATE_ROOM .wow-private-room-hero--edit textarea,
#PRIVATE_ROOM .wow-private-room-hero--edit select {
  background: #ffffff;
  color: #4a4a4a;
  border: 1px solid #e5e5e5;
}

#PRIVATE_ROOM .wow-private-room-hero--edit input::placeholder,
#PRIVATE_ROOM .wow-private-room-hero--edit textarea::placeholder {
  color: #9ca3af;
}

.wow-private-room-edit-card {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
}

#PRIVATE_ROOM .wow-group-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  text-align: right;
  margin-top: 24px;
}

#PRIVATE_ROOM .wow-group-orders h2 {
  margin: 0 0 12px;
  font-size: 1.4rem;
}

#PRIVATE_ROOM .wow-group-orders p {
  margin: 0;
  line-height: 1.5;
}

#PRIVATE_ROOM .wow-group-orders__row {
  background: #f6fff6;
  border: 1px solid #9ae69a;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 720px) {
  #PRIVATE_ROOM .wow-group-orders__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

#PRIVATE_ROOM h1 {
  margin: 0 0 12px;
  font-size: 32px;
  letter-spacing: 0.4px;
}

#PRIVATE_ROOM p {
  margin: 0;
  font-size: 18px;
  color: #3a3a3a;
}

#PRIVATE_ROOM .wow-order-summary {
  display: none;
}

/* Private room section strips */
.wow-private-room-section-strip {
  margin: 18px 0;
  padding: 16px 18px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #f2f2f2;
  text-align: right;
  color: #1f1f1f;
}

.wow-private-room-section-strip__title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.wow-private-room-section-strip__subtitle {
  font-size: 14px;
  color: #4f4f4f;
}

/* Private room about page modal */
.wow-about-page-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
}

.wow-about-page-modal--visible {
  display: flex;
}

.wow-about-page-modal__panel {
  background: #ffffff;
  width: min(960px, 92vw);
  max-height: 90vh;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.wow-about-page-modal__close {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.wow-about-page-modal__body {
  padding: 24px;
  overflow: auto;
  max-height: 90vh;
}

/* Private room timeslot section */
.wow-private-room-timeslot {
  text-align: right;
  color: #1b1b1b;
  background: #f7f6f4;
  border: 1px solid #e1ddd6;
  border-radius: 4px;
  padding: 28px 24px;
}

.wow-private-room-timeslot.wow-private-room-timeslot--booking-calander {
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
}

.wow-private-room-timeslot__title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
}

.wow-private-room-timeslot__intro {
  margin: 0 0 18px;
  font-size: 16px;
  color: #4b4b4b;
  line-height: 1.6;
}

.wow-private-room-timeslot__divider {
  height: 1px;
  background: #e5e1d8;
  margin: 18px 0;
}

.wow-private-room-timeslot__block-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.wow-private-room-timeslot__block-text {
  margin: 0 0 16px;
  font-size: 14px;
  color: #5b5b5b;
  line-height: 1.6;
}

.wow-private-room-timeslot__calendar-host {
  display: flex;
  justify-content: center;
  margin: 10px 0 12px;
}

.wow-private-room-timeslot__cutoff {
  margin: 12px 0 0;
  font-size: 13px;
  color: #4b4b4b;
  line-height: 1.6;
}

.wow-private-room-timeslot__cutoff span {
  color: #555;
  font-weight: 600;
}

.wow-private-room-timeslot__hour-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.wow-private-room-timeslot__hour-label {
  font-size: 14px;
  font-weight: 600;
  color: #3b3b3b;
  white-space: nowrap;
}

.wow-private-room-timeslot__hour-input {
  min-width: 160px;
}

.wow-private-room-timeslot__select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #d8d3c9;
  background: #fff;
  font-size: 14px;
}

.wow-private-room-timeslot__info {
  margin-top: 16px;
  text-align: right;
}

.wow-private-room-timeslot__info-line {
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: flex-start;
  direction: rtl;
  margin-bottom: 8px;
}

.wow-private-room-timeslot__info-static {
  font-size: 14px;
  font-weight: 700;
  color: #3a3a3a;
}

.wow-private-room-timeslot__info-dynamic {
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
}

.wow-private-room-timeslot__empty {
  margin: 16px 0 0;
  font-size: 14px;
  color: #8a8a8a;
}

/* Private room open group section */
.wow-private-room-open-group {
  margin: 0px;
  background: #f7f6f4;
  border: 0px solid #d0d0d0;
  border-radius: 0px;
  padding: 24px 24px;
  text-align: right;
}

.wow-private-room-open-group__title {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 800;
  color: #555;
}

.wow-private-room-open-group__summary-card {
  background: #fff;
  border: 1px solid #e0dcd3;
  border-radius: 4px;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.wow-private-room-open-group__summary-title {
  font-size: 20px;
  font-weight: 800;
  color: #555;
  margin: 0 0 8px;
}

.wow-private-room-open-group__summary-line {
  font-size: 14px;
  color: #5b5b5b;
  margin: 0 0 10px;
}

.wow-private-room-open-group__summary-total {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #555;
}

.wow-private-room-open-group__summary-total strong {
  font-size: 18px;
}

.wow-private-room-open-group__note-title {
  font-weight: 700;
  text-align: center;
  margin: 12px 0 8px;
}

.wow-private-room-open-group__note {
  font-size: 14px;
  color: #5b5b5b;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 18px;
}

.wow-private-room-open-group__cta {
  display: block;
  margin: 0 auto;
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid #111;
  background: linear-gradient(90deg, #e1322b, #ff8a3d);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
}

.wow-private-room-open-group__status {
  margin-top: 12px;
  font-size: 14px;
  color: #3b3b3b;
  text-align: center;
}

.wow-private-room-open-group__status.is-error {
  color: #c62828;
}

/* Calendar 2 (private room only) */
.w3-cal2 {
  width: min(100%, 380px);
  max-width: 100%;
  min-width: 350px;
  margin: 0 auto;
  direction: rtl;
  font-family: "Assistant", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

@media (max-width: 420px) {
  .w3-cal2 {
    min-width: 0;
    width: 100%;
  }
}

.w3-cal2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-direction: row-reverse;
}

.w3-cal2-label {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  flex: 1;
  text-align: center;
}

.w3-cal2-prev,
.w3-cal2-next {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #d7d2c8;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.w3-cal2-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #777;
  direction: rtl;
}

.w3-cal2-weekday {
  text-align: center;
}

.w3-cal2-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(40px, 1fr));
  gap: 6px;
  direction: rtl;
}

.w3-cal2-day {
  border: 1px solid #d7d2c8;
  border-radius: 4px;
  background: #f7f7f7;
  color: #555;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  cursor: pointer;
}

.w3-cal2-day-number {
  font-size: 14px;
  font-weight: 600;
}

.w3-cal2-day--available {
  background: #dff6e5;
  color: #1f6a3a;
  border-color: #bfe9cc;
}

.w3-cal2-day--none {
  background: #f1f1f1;
  color: #9c9c9c;
}

.w3-cal2-day--other-month {
  opacity: 0.45;
}

.w3-cal2-day--selected {
  border-color: #8a8a8a;
  box-shadow: 0 0 0 2px rgba(120, 120, 120, 0.2);
}
