/* ============================================================================
   WOW — Customise Offer Section
   ========================================================================== */

.wow-customise-offer {
  margin: 16px auto;
  padding: 16px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-family: var(--wow-font-family, 'Assistant', sans-serif);
  color: var(--text, #1f1f1f);
}

.wow-customise-offer__title {
  margin: 0 0 24px 0;
  font-size: 22px;
  font-weight: 800;
}

.wow-group-size {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.wow-group-size__label {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 800;
}

.wow-group-size__description {
  margin: 0 0 16px 0;
  font-size: 12px;
  line-height: 1.7;
  color: #4a4a4a;
}

.wow-group-size__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.wow-group-size__info {
  font-size: 14px;
  font-weight: 600;
  color: #2f2f2f;
  flex: 1 1 240px;
}

.wow-group-size__input-wrap {
  flex: 0 0 auto;
}

.wow-group-size__input {
  width: 120px;
  padding: 6px 12px 6px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: inherit;
}

.wow-customise-elements {
  margin-top: 16px;
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.wow-customise-elements__label {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 800;
}

.wow-customise-elements__description {
  margin: 0 0 16px 0;
  font-size: 12px;
  line-height: 1.7;
  color: #4a4a4a;
}

.wow-customise-elements__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wow-element-strip {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wow-element-strip__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.wow-element-strip.is-selectable {
  cursor: pointer;
}

.wow-element-strip.is-selected {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ff8640, #ff3c19);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 8px 20px rgba(255, 107, 44, 0.15);
}

.wow-element-strip__left {
  flex: 1 1 auto;
}

.wow-element-strip__title {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 800;
  color: #1f1f1f;
}

.wow-element-strip__creator {
  margin: 0;
  font-size: 13px;
  color: #6a6a6a;
}

.wow-element-strip__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.wow-element-strip__price {
  font-size: 12px;
  font-weight: 500;
  color: #202020;
  white-space: nowrap;
}

.wow-element-strip__divider {
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.16);
}

.wow-element-strip__details {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ff8640, #ff3c19);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #1f1f1f;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.wow-element-strip__details:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), linear-gradient(90deg, #ff8640, #ff3c19);
}

.wow-element-strip__extra {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 12px;
}

.wow-host-ticket-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  direction: rtl;
}

.wow-host-ticket-picker__label {
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
  white-space: nowrap;
}

.wow-host-ticket-picker__select-wrap {
  flex: 1 1 auto;
}

.wow-host-ticket-picker__select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 10px 12px;
  font-size: 16px;
  font-family: inherit;
  background: linear-gradient(#fff, #f9f9f9);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px center;
  padding-left: 32px;
}

.wow-order-summary {
  margin-top: 24px;
}

.wow-order-summary__card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  direction: rtl;
  font-family: var(--wow-font-family, 'Assistant', sans-serif);
}

.wow-order-summary__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.wow-order-summary__subtitle {
  margin: 4px 0 16px 0;
  font-size: 13px;
  color: #6a6a6a;
}

.wow-order-summary__offer {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.wow-order-summary__timeslot {
  margin: 8px 0 16px 0;
  font-size: 14px;
  color: #4a4a4a;
}

.wow-order-summary__divider {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 16px 0;
}

.wow-order-summary__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wow-order-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #1f1f1f;
}

.wow-order-summary__item-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.wow-order-summary__item-star {
  color: #ff5f5f;
  font-size: 16px;
}

.wow-order-summary__item-price {
  font-weight: 700;
  font-size: 15px;
}

.wow-order-summary__empty {
  margin: 0;
  font-size: 13px;
  color: #7a7a7a;
}

.wow-order-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #1f1f1f;
}

.wow-order-summary__total-price {
  font-size: 20px;
}

@media (max-width: 600px) {
  .wow-customise-offer {
    padding: 16px;
  }

  .wow-group-size__row {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .wow-group-size__info {
    flex: 1 1 auto;
    font-size: 12px;
  }

  .wow-group-size__input-wrap {
    width: auto;
  }

  .wow-group-size__input {
    width: 70px;
    font-size: 12px;
  }

  .wow-element-strip {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .wow-element-strip__left {
    flex: 1 1 auto;
    min-width: 0;
  }

  .wow-element-strip__right {
    flex: 0 0 auto;
    gap: 8px;
  }

  .wow-element-strip__price {
    font-size: 12px;
  }

  .wow-element-strip__details {
    padding: 4px 10px;
    font-size: 11px;
  }
}
