.product-prices-wrap {
  width: 100%;
}

.product-prices-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.table.schedule-cost,
.product-prices-table {
  width: 100%;
}

.product-prices-table {
  border-collapse: collapse;
  margin: 28px 0 0 0;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  table-layout: fixed;
}

.product-prices-table td {
  border: 1px solid #6f42c1;
  padding: 9px 8px;
  text-align: center;
  vertical-align: middle;
  background: #1e1e1e;
  word-break: normal;
  overflow-wrap: normal;
  transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.product-prices-table td.room,
.product-prices-table td.section-label {
  text-align: left;
  width: 34%;
  background: #232323;
  white-space: normal;
}

.product-prices-table .subhead {
  background: #262626;
  font-weight: 400;
}

.product-prices-table .section-label {
  color: #a66bff;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.3px;
}

.product-prices-table .players {
  color: #d6ff00;
  font-weight: 400;
  font-size: 20px;
  white-space: nowrap;
  line-height: normal;
}

.product-prices-table .players img {
  height: 18px;
  width: auto;
  margin-left: 4px;
  margin-bottom: 0;
  vertical-align: -1px;
}

.product-prices-table .spacer td {
  height: 50px;
  background: transparent;
  border-left: 1px solid #6f42c1;
  border-right: 1px solid #6f42c1;
}

.product-prices-table .dash {
  color: rgba(255, 255, 255, 0.72);
}

.product-prices-table td.is-row-hover {
  background: #303030;
}

.product-prices-table td.is-col-hover,
.product-prices-table td.players.is-col-hover,
.product-prices-table td.subhead.is-col-hover {
  background: #303030;
}

.product-prices-table td.is-active-hover {
  background: #3a3a3a;
  box-shadow: inset 0 0 0 1px rgba(214, 255, 0, 0.35);
}

.product-prices-table .section-label,
.product-prices-table .room,
.product-prices-table .spacer td {
  box-shadow: none;
}

.product-prices-footnote-link {
  margin-left: 8px;
  color: #fff;
  font-size: 18px;
}

.product-prices-footnote {
  max-width: 1200px;
  margin: 12px auto 0 auto;
  padding: 0 10px;
  text-align: left;
}

.product-prices-mobile {
  display: none;
}

.product-prices-mobile-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px 0;
}

.product-prices-mobile-badge {
  display: inline-flex;
  align-items: center;
  background: #f03f88;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding: 12px 18px;
}

.product-prices-mobile-badge-mark {
  margin-left: 2px;
}

.product-prices-mobile-arrow {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border: 2px solid #7f58a4;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
}

.product-prices-mobile-scroll {
  position: relative;
}

.product-prices-mobile-scroll::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.92) 100%);
  opacity: 1;
  transition: opacity 0.2s ease;
}

.product-prices-mobile-scroll.is-scrolled::after,
.product-prices-mobile-scroll.is-not-scrollable::after {
  opacity: 0;
}

.product-prices-mobile-subhead {
  background: #262626;
}

@media (max-width: 767px) {
  .product-prices-desktop {
    display: none;
  }

  .product-prices-mobile {
    display: block;
  }

  .product-prices-mobile-period + .product-prices-footnote,
  .product-prices-footnote + .product-prices-mobile-period {
    margin-top: 30px;
  }

  .product-prices-mobile-badge {
    font-size: 22px;
    padding: 10px 12px;
  }

  .product-prices-mobile-arrow {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .product-prices-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .product-prices-table,
  .product-prices-mobile-table {
    font-size: 16px;
    width: max-content;
    min-width: 100%;
    table-layout: auto;
  }

  .product-prices-table td,
  .product-prices-mobile-table td {
    padding: 7px 6px;
  }

  .product-prices-table td.room,
  .product-prices-table td.section-label,
  .product-prices-mobile-table td.room,
  .product-prices-mobile-table td.section-label {
    min-width: 190px;
    width: auto;
  }

  .product-prices-table td.room,
  .product-prices-mobile-table td.room {
    font-size: 16px;
    line-height: 1.25;
  }

  .product-prices-table .section-label,
  .product-prices-mobile-table .section-label {
    font-size: 24px;
  }

  .product-prices-table .players,
  .product-prices-mobile-table .players {
    font-size: 16px;
  }

  .product-prices-mobile-table td[data-col],
  .product-prices-mobile-table .players {
    min-width: 64px;
  }
}
