/* Base wrapper */
.mod-table-rates {
  margin: 1.75rem 0;
  font-size: 0.95rem;
}

/* Header / intro */
.trt-header {
  margin-bottom: 1rem;
}

.trt-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.trt-intro {
  margin: 0 0 1rem;
  color: #444;
  line-height: 1.6;
}

/* Travel period / seasons */
.trt-season-wrap {
  border: 1px solid #e7e7e7;
  padding: 1rem;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 1rem;
}

.mod-table-rates .trt-season-label {
  display: block;
  font-weight: 700 !important;
  margin-bottom: 0.65rem !important;
  font-size: 1.05rem !important;
  color: #1d1d1d !important;
  letter-spacing: 0.2px;
}

/* Pills row */
.trt-season-pills {
  display: flex;
  margin-top: 0.4rem;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

/* Bootstrap button pills – we only tweak radius & size */
.trt-season-pill {
  border-radius: 999px;
  font-size: 0.92rem;
  line-height: 1.2;
  white-space: nowrap;
}

.trt-season-pill.active {
  border-radius: 999px !important;
}

/* Note under pills */
.trt-season-note {
  margin: 0.8rem 0 1rem;
  font-size: 0.86rem;
  color: #555;
}

/* Per person note */
.trt-perperson-note {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #333;
}

/* Table */
.trt-table-wrap {
  margin-bottom: 1rem;
}

.trt-table {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.trt-col-category {
  width: 38%;
}

.trt-col-tier {
  width: 20%;
  text-align: center;
  vertical-align: bottom;
}

/* Row hover */
.trt-row:hover td {
  background: #f8fafc;
}

.trt-category {
  vertical-align: middle;
}

.trt-cat-main {
  font-weight: 600;
}

.trt-cat-sub {
  font-size: 0.82rem;
  color: #777;
}

/* Amount cells */
.trt-amount {
  text-align: center;
  white-space: nowrap;
}

.trt-amount span {
  display: inline-block;
}

/* Notes & disclaimer */
.trt-package-note {
  font-size: 0.9rem;
  margin: 0.5rem 0;
  color: #444;
}

.mod-table-rates-disclaimer {
  font-size: 0.86rem;
  color: #666;
  margin-top: 0.75rem;
}

/* Legacy extra-info block (if ever used without accordion) */
.trt-extra-info {
  margin-top: 1.1rem;
  font-size: 0.9rem;
  color: #333;
}

.trt-subheading {
  font-size: 1.02rem;
  font-weight: 600;
  margin: 1rem 0 0.4rem;
}

.trt-extra-info p {
  margin: 0 0 0.4rem;
}

/* Accordion: hotel & vehicle info */
.trt-info-accordion {
  margin-top: 1.25rem;
}

.trt-info-accordion .accordion-button {
  font-size: 0.95rem;
  font-weight: 600;
}

.trt-info-accordion .accordion-body {
  font-size: 0.9rem;
  color: #333;
}

/* Solo traveller note */
.trt-solo-note {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  font-style: italic;
  color: #555;
}

/* CTA block */
.mod-table-rates-cta {
  margin-top: 1.2rem;
  text-align: center !important;
  width: 100%;
}

.trt-cta-text {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  color: #333;
}

.trt-cta-btn {
  font-weight: 600;
  padding: 0.55rem 1.4rem;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .trt-title {
    font-size: 1.1rem;
  }

  .trt-col-category,
  .trt-col-tier {
    width: auto;
  }

  .trt-cta-btn {
    display: block;
    width: 100%;
  }
}
