/* Full Dahab price tables — 2026-07-05 */
.price-page #price-choice {
  display: none !important;
}

.price-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 2px;
  background: #121110;
  -webkit-overflow-scrolling: touch;
}

.price-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.price-table th,
.price-table td {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.1);
  vertical-align: top;
  text-align: left;
}

.price-table th {
  background: rgba(255,90,31,.16);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.price-table td {
  color: rgba(255,255,255,.82);
}

.price-table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,.035);
}

.price-table .table-section td,
.price-table .table-section th {
  background: #ff5a1f !important;
  color: #11100f;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* Force equal table pricing style: no orange highlighted first price column. */
.price-page .price-table tbody td,
.price-page .price-table tbody td strong,
.price-page .price-table tbody td b {
  color: rgba(255,255,255,.82) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.price-page .price-table tbody td:first-child {
  color: #fff !important;
  font-weight: 900 !important;
}

.price-page .price-table .table-section td,
.price-page .price-table .table-section th {
  color: #11100f !important;
  font-weight: 1000 !important;
}

.price-subtitle {
  margin: 34px 0 12px;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.price-copy {
  max-width: 980px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.6;
}

.price-copy strong {
  color: #fff;
}

.price-list-notes {
  display: grid;
  gap: 10px;
  margin: 18px 0 28px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-left: 3px solid #ff5a1f;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.76);
}

.price-list-notes p,
.price-list-notes ul,
.price-list-notes ol {
  margin: 0;
}

.price-list-notes ul,
.price-list-notes ol {
  padding-left: 20px;
}

.price-list-notes li + li {
  margin-top: 6px;
}

.price-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 28px;
}

.price-mini-grid .price-table {
  min-width: 360px;
}

@media (max-width: 800px) {
  .price-mini-grid {
    grid-template-columns: 1fr;
  }

  .price-table {
    min-width: 720px;
    font-size: 13px;
  }

  .price-page .price-table tbody td,
  .price-page .price-table tbody td strong,
  .price-page .price-table tbody td b {
    font-size: 13px !important;
  }
}