.elementor-138968 .elementor-element.elementor-element-5cfd84e3{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7b8bc613 *//* ============================================================
   Maroon Bells route page styles
   Scoped to .rfta-mb-page to prevent Elementor bleed
   ============================================================ */

.rfta-mb-page {
  max-width: 780px;
  margin: 0 auto;
}

/* ---- Typography ---- */

.rfta-mb-page h1 {
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 1.25rem;
}

.rfta-mb-page h2 {
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}

.rfta-mb-page h3 {
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.4rem;
}

.rfta-mb-page p {
  line-height: 1.7;
  margin: 0 0 0.75rem;
}

.rfta-mb-page ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}

.rfta-mb-page li {
  line-height: 1.7;
  margin-bottom: 0.25rem;
}

/* ---- Reservation alert ---- */

.rfta-mb-alert {
  border-left: 4px solid #eba525; 
  background-color: #fffbeb;
  border-radius: 0 6px 6px 0;
  padding: 0.875rem 1rem;
  margin-bottom: 1.5rem;
}

.rfta-mb-alert p {
  margin: 0;
  font-size: 1rem;
}

/* ---- Page nav ---- */

.rfta-mb-page-nav {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 2rem;
  background-color: #f9fafb;
}

.rfta-mb-page-nav h2 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b7280;
  margin: 0 0 0.5rem;
}

.rfta-mb-page-nav ul {
  margin: 0;
  padding-left: 1.1rem;
}

.rfta-mb-page-nav li {
  font-size: 0.9375rem;
  line-height: 2;
  margin: 0;
}

/* ---- Route sections ---- */

.rfta-mb-route-section {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.75rem;
  margin-top: 1.75rem;
}

/* ---- Simple callout (Aspen — no transfers) ---- */

.rfta-mb-simple-callout {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}

.rfta-mb-simple-callout p {
  margin: 0;
  font-size: 1rem;
}

/* ---- Flyer info note ---- */

.rfta-mb-flyer-note {
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}

.rfta-mb-flyer-note p {
  margin: 0 0 0.4rem;
  font-size: 0.9375rem;
}

.rfta-mb-flyer-note p:last-child {
  margin: 0;
}

/* ---- Option blocks (peak / off-peak) ---- */

.rfta-mb-option-block {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.875rem;
  background-color: #ffffff;
}

.rfta-mb-option-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.rfta-mb-label-peak {
  background-color: #dbeafe;
  color: #1e40af;
}

.rfta-mb-label-offpeak {
  background-color: #f3f4f6;
  color: #4b5563;
  border: 1px solid #d1d5db;
}

.rfta-mb-option-block h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
}

.rfta-mb-option-block p {
  font-size: 0.9375rem;
  margin: 0;
  color: #374151;
}

/* ---- Timing line ---- */

.rfta-mb-timing {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9375rem;
  color: #6b7280;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.rfta-mb-icon {
  flex-shrink: 0;
  color: #9ca3af;
}

/* ---- Transfer stop cards ---- */

.rfta-mb-transfer-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 0.75rem;
}

.rfta-mb-transfer-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
}

.rfta-mb-transfer-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
}

.rfta-mb-transfer-card p {
  font-size: 0.9375rem;
  color: #374151;
  margin: 0;
  line-height: 1.6;
}

/* ---- Summary table ---- */

.rfta-mb-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.rfta-mb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  min-width: 560px; /* prevents collapse on narrow viewports; scrolls instead */
}

.rfta-mb-table caption {
  text-align: left;
  font-size: 0.8125rem;
  color: #6b7280;
  padding: 0.75rem 1rem 0.5rem;
  caption-side: top;
}

.rfta-mb-table thead th {
  background-color: #f9fafb;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.625rem 0.875rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  color: #6b7280;
}

.rfta-mb-table th[scope="row"] {
  font-weight: 600;
  white-space: nowrap;
  background-color: #f9fafb;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.7rem 0.875rem;
  vertical-align: top;
  color: #111827;
}

.rfta-mb-table td {
  padding: 0.7rem 0.875rem;
  border-bottom: 1px solid #e5e7eb;
  line-height: 1.55;
  vertical-align: top;
  color: #111827;
}

.rfta-mb-table tbody tr:last-child td,
.rfta-mb-table tbody tr:last-child th[scope="row"] {
  border-bottom: none;
}

/* ---- Screen reader utility ---- */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/* End custom CSS */