.schedule-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.95rem;
    box-shadow: 0 25px 50px rgba(15,12,8,0.08);
}

.schedule-table caption {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.5rem 0;
    color: rgba(15,12,8,0.65);
}

.schedule-table td {
    border: 1px solid rgba(15,12,8,0.12);
    padding: 0.85rem 0.75rem;
}

.schedule-table th {
    background: rgba(13,59,102,0.08);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.schedule-table .day-sep th {
    border-top: 2px solid rgba(13,59,102,0.35);
    border-bottom: none;
    background: rgba(13,59,102,0.8);
    color: #fff;
    font-size: 1rem;
}

.schedule-table .day-sep .note {
    margin-left: 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
}

.schedule-table .col-action a.cta {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.schedule-table .badge {
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
}

@media (max-width: 768px){
  .page-schedule .schedule-table{
    min-width: 0 !important;
    width: 100%;
  }
  .page-schedule .schedule-table-wrap{
    overflow: visible;
    border: 0;
    background: transparent;
  }
  .page-schedule .schedule-table thead{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  .page-schedule .schedule-table tbody tr{
    display: block;
    margin: 0 0 12px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.03));
    box-shadow: 0 10px 28px rgba(0,0,0,0.20);
    overflow: hidden;
    position: relative;
  }
  .page-schedule .schedule-table tbody tr::before{
    content:"";
    position:absolute;
    left:0; top:0; bottom:0;
    width: 4px;
    background: rgba(185,138,60,0.55);
  }
  .page-schedule .schedule-table tbody th[scope="row"]{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 12px;
    font-weight: 950;
    letter-spacing: .02em;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    background:
      radial-gradient(520px 160px at 20% 0%, rgba(185,138,60,0.24), transparent 55%),
      rgba(0,0,0,0.14);
  }
  .page-schedule .schedule-table tbody td{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-align: right;
    align-items: flex-start;
  }
  .page-schedule .schedule-table tbody td:last-child{
    border-bottom: 0;
  }
  .page-schedule .schedule-table tbody td::before{
    content: attr(data-label);
    flex: 0 0 auto;
    font-weight: 850;
    color: rgba(255,255,255,0.72);
    text-align: left;
  }
  .page-schedule .schedule-table tbody td[data-label="Time"]{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .01em;
  }
  .page-schedule .schedule-table tbody td[data-label="Class"]{
    font-size: 15px;
    font-weight: 850;
  }
  .page-schedule .schedule-table tbody td[data-label="Notes"]::before{
    content: "Details";
  }
  .page-schedule .schedule-table .badge{
    display:inline-flex;
    align-items:center;
    gap: 6px;
    font-size: 12px;
    font-weight: 950;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.20);
    background: rgba(255,255,255,0.06);
    margin-left: 8px;
    white-space: nowrap;
  }
  .page-schedule .schedule-table .badge::before{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: rgba(185,138,60,0.95);
    box-shadow: 0 0 0 3px rgba(185,138,60,0.18);
  }
  .page-schedule .schedule-table .badge--nogi::before{
    background: rgba(255,255,255,0.82);
    box-shadow: 0 0 0 3px rgba(255,255,255,0.16);
  }
  .page-schedule .mobile-card-cta-wrap{
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .page-schedule .mobile-card-cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 360px;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 950;
    text-decoration: none;
    background: var(--button-color);
    color: var(--button-text);
    border: 1px solid var(--button-color);
    box-shadow: 0 10px 24px rgba(245,158,11,0.30);
  }
  .page-schedule .mobile-card-cta:active{
    transform: translateY(1px);
  }
  .page-schedule .mobile-card-cta:hover{
    background: var(--button-hover);
    border-color: var(--button-hover);
  }
  .page-schedule .mobile-card-cta small{
    display:block;
    font-weight: 800;
    opacity: .86;
  }
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.95rem;
    box-shadow: 0 25px 50px rgba(15,12,8,0.08);
}

.schedule-table caption {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.5rem 0;
    color: rgba(15,12,8,0.65);
}

.schedule-table td {
    border: 1px solid rgba(15,12,8,0.12);
    padding: 0.85rem 0.75rem;
}

.schedule-table th {
    background: rgba(13,59,102,0.08);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.schedule-table .day-sep th {
    border-top: 2px solid rgba(13,59,102,0.35);
    border-bottom: none;
    background: rgba(13,59,102,0.8);
    color: #fff;
    font-size: 1rem;
}

.schedule-table .day-sep .note {
    margin-left: 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
}

.schedule-table .col-action a.cta {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.schedule-table .badge {
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
}

.ssched .lead .ss-location-link {
    color: #0a0a0a !important;
}

#schedule section.ssched .switch label:nth-child(4) a {
    color: #0a0a0a;
}

.hero-schedule-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0,1fr)minmax(260px,320px);
    gap: clamp(1.5rem,2.5vw,2.5rem);
    padding-top: 1rem
}

.hero-schedule__panel {
    background: linear-gradient(180deg,rgba(255,255,255,0.95)0%,rgba(255,255,255,0.75)100%);
    border-radius: 24px;
    padding: 1.75rem;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    color: #0f0c08;
    backdrop-filter: blur(12px)
}

.hero-schedule__panel-header {
    display: flex;
    flex-direction: column;
    gap: 0.35rem
}

.hero-schedule__panel-title {
    font-size: 1.5rem;
    margin-bottom: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600
}

.hero-schedule__panel-subtitle,.hero-schedule__panel-note,.hero-schedule__panel-times strong {
    color: rgba(15,12,8,0.95)
}

.hero-schedule__panel-subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    text-transform: uppercase
}

.hero-schedule__panel-times {
    line-height: 1.6;
    font-weight: 500
}

.hero-schedule__panel-note {
    font-size: 0.9rem;
    letter-spacing: 0.08em
}

.hero-schedule__panel-cta {
    border-color: rgba(15,12,8,0.15);
    color: #0f0c08
}

.hero-schedule__panel-cta {
    border-color: rgba(255,255,255,0.5)
}

@media(max-width: 991.98px) {
    .hero-schedule-grid {
        grid-template-columns:1fr
    }

    .hero-schedule__panel {
        padding: 1.5rem
    }
}

.schedule-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0
}

.schedule-location-switch {
    background: rgba(255,255,255,0.95);
    margin: 1rem auto 0;
    padding: 1rem;
    border-radius: 24px;
    max-width: 760px;
    border: 1px solid rgba(15,12,8,0.08);
    box-shadow: 0 20px 40px rgba(15,12,8,0.08);
    text-align: center
}

.schedule-location-switch p a {
    color: #0a0a0a !important;
}

.page-schedule #class-times,.page-schedule #weekly-class-times {
    scroll-margin-top: 90px;
}

.page-schedule .schedule-hero-actions {
    margin: 0.75rem 0 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.page-schedule {
    --schedule-mini-h: 132px;
}

.page-schedule .schedule-mini-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(15,12,8,0.92);
    border-top: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    display: none;
}

.schedule-mini-bar__inner {
    display: grid;
    gap: 8px;
}

.schedule-mini-bar__locations,.schedule-mini-bar__lanes {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.schedule-mini-bar__chip {
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}

.schedule-mini-bar__book {
    width: 100%;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    font-weight: 700;
}

.page-schedule .schedule-mini-bar .schedule-location-switch__button {
    border-color: rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.9);
    font-size: 0.72rem;
    padding: 0.3rem 0.65rem;
}

.page-schedule .schedule-mini-bar .schedule-location-switch__button--active {
    background: #36ff9a;
    color: rgba(0,0,0,0.88);
    border-color: rgba(0,0,0,0.1);
}

@media(max-width: 860px) {
    .page-schedule {
        padding-bottom:calc(var(--schedule-mini-h) + env(safe-area-inset-bottom));
    }

    .page-schedule .schedule-mini-bar {
        display: block;
    }

    .page-schedule .mobile-sticky-cta {
        display: none;
    }
}

.schedule-grid {
    display: grid;
    gap: 12px;
    width: 100%;
}

.schedule-grid__head {
    display: none;
}

.schedule-slot {
    border: 1px solid rgba(15,12,8,0.12);
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
}

.slot__day {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    color: rgba(15,12,8,0.55);
    font-weight: 700;
}

.slot__time {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 4px;
}

.slot__title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 6px;
}

.slot__meta {
    font-size: 0.88rem;
    color: rgba(15,12,8,0.75);
    margin-top: 6px;
}

@media(min-width: 860px) {
    .schedule-grid {
        grid-template-columns:110px 170px minmax(0,1.21fr) minmax(0,1.79fr);
        gap: 0;
    }

    .schedule-grid__head {
        display: contents;
    }

    .schedule-grid__head&gt;div,.schedule-slot&gt;div {
        padding: 10px 12px;
        border-bottom: 1px solid rgba(15,12,8,0.1);
        min-width: 0;
    }

    .schedule-grid__head&gt;div {
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: rgba(15,12,8,0.6);
        font-weight: 700;
    }

    .schedule-slot {
        display: contents;
        border: 0;
        padding: 0;
        background: transparent;
    }

    .slot__day,.slot__time,.slot__title,.slot__meta {
        margin-top: 0;
    }

    .slot__time {
        font-size: 1rem;
    }
}

.schedule-location-switch .schedule-location-switch__button--active {
    background: transparent;
    color: #0f0c08;
    border-color: rgba(15,12,8,0.2);
}

.ss-book .schedule-location-switch {
    color: #0f0c08;
    --ss-muted: rgba(15,12,8,.7)
}

.ss-book .schedule-location-switch .text-muted {
    color: rgba(15,12,8,.7)!important;
}

body[data-layout="booking"] .ss-book .schedule-location-switch a.ss-location-link,body[data-layout="booking"] .ss-book .schedule-location-switch a.ss-location-link:visited,body[data-layout="booking"] .ss-book .schedule-location-switch a.ss-location-link:hover,body[data-layout="booking"] .ss-book .schedule-location-switch a.ss-location-link:focus,body[data-layout="booking"] .ss-book .schedule-location-switch a[href*="Tannersville"],body[data-layout="booking"] .ss-book .schedule-location-switch a[href*="Tannersville"]:visited,body[data-layout="booking"] .ss-book .schedule-location-switch a[href*="Tannersville"]:hover,body[data-layout="booking"] .ss-book .schedule-location-switch a[href*="Tannersville"]:focus {
    color: #0f0c08!important;
}

body[data-layout="booking"] .ss-book .schedule-location-switch .text-muted a.ss-location-link,body[data-layout="booking"] .ss-book .schedule-location-switch .text-muted a[href*="Tannersville"] {
    color: #0f0c08!important;
}

/* Schedule card component refactor (scoped to /schedule) */
.page-schedule .ssched {
    --ssched-surface: #ffffff;
    --ssched-surface-subtle: #f8fafc;
    --ssched-border: #d6dde5;
    --ssched-text: #101828;
    --ssched-muted: #5f6b7a;
    --ssched-accent: #0f766e;
    --ssched-focus: #0d9488;
    --ssched-shadow: 0 14px 34px rgba(16,24,40,0.08);
    --ssched-shadow-soft: 0 8px 20px rgba(16,24,40,0.06);
    --ssched-radius: 18px;
}

.page-schedule .ssched .wrap {
    max-width: 1120px;
}

.page-schedule .ssched .schedule-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.page-schedule .ssched .day-card {
    border: 1px solid var(--ssched-border);
    border-radius: var(--ssched-radius);
    background: var(--ssched-surface);
    box-shadow: var(--ssched-shadow-soft);
    overflow: hidden;
}

.page-schedule .ssched .day-card--saturday {
    border-color: rgba(15,118,110,0.45);
    box-shadow: 0 16px 30px rgba(15,118,110,0.14);
}

.page-schedule .ssched .day-card__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    background: var(--ssched-surface-subtle);
    border-bottom: 1px solid var(--ssched-border);
}

.page-schedule .ssched .day-card__header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 750;
}

.page-schedule .ssched .day-card__header .note {
    margin: 0;
    color: var(--ssched-muted);
    font-size: 0.85rem;
    font-weight: 600;
}

.page-schedule .ssched .day-card__slots {
    list-style: none;
    margin: 0;
    padding: 14px 16px;
    display: grid;
    gap: 10px;
}

.page-schedule .ssched .day-card .slot {
    margin: 0;
    border: 1px solid var(--ssched-border);
    border-radius: 12px;
    background: #fff;
    padding: 10px 12px;
}

.page-schedule .ssched .day-card .meta {
    display: grid;
    grid-template-columns: minmax(96px,120px) 1fr auto;
    gap: 10px;
    align-items: baseline;
}

.page-schedule .ssched .day-card .time {
    font-weight: 800;
    color: var(--ssched-text);
}

.page-schedule .ssched .day-card .class {
    font-weight: 700;
    color: var(--ssched-text);
}

.page-schedule .ssched .day-card__cta {
    padding: 0 16px 16px;
}

.page-schedule .ssched .day-card__cta .cta {
    width: 100%;
}

.page-schedule .ssched .day-card__cta--stack {
    display: grid;
    gap: 8px;
}

.page-schedule .ssched .day-card .badge {
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    border-radius: 999px;
    padding: 4px 8px;
}

.page-schedule .ssched .schedule-conversion {
    margin-top: 20px;
    padding: 20px 16px;
    border: 1px solid var(--ssched-border);
    border-radius: var(--ssched-radius);
    background: linear-gradient(180deg,#ffffff 0%,#f4faf9 100%);
    box-shadow: var(--ssched-shadow);
}

.page-schedule .ssched .schedule-conversion__title {
    margin: 0 0 6px;
    font-size: 1.15rem;
}

.page-schedule .ssched .schedule-conversion__copy {
    margin: 0 auto 12px;
    max-width: 60ch;
    color: var(--ssched-muted);
}

.page-schedule .ssched .chip:focus-visible,
.page-schedule .ssched .cta:focus-visible {
    outline: 3px solid var(--ssched-focus);
    outline-offset: 2px;
}

@media (min-width: 700px) {
    .page-schedule .ssched .schedule-card-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (min-width: 1040px) {
    .page-schedule .ssched .schedule-card-grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
        align-items: start;
    }
}

@media (max-width: 520px) {
    .page-schedule .ssched .day-card .meta {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .page-schedule .ssched .day-card .badge {
        justify-self: start;
    }
}

.schedule-module {
  padding: 1.5rem 0;
}

.page-schedule .schedule-quick-path {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  border-color: rgba(15, 12, 8, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.94));
}

.page-schedule .schedule-quick-path__promise {
  margin: 0 0 0.65rem;
  font-weight: 700;
  color: rgba(15, 12, 8, 0.92);
}

.page-schedule .schedule-quick-path__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 0.8rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 12, 8, 0.12);
  border-radius: 12px;
  overflow: hidden;
}

.page-schedule .schedule-quick-path__table th,
.page-schedule .schedule-quick-path__table td {
  padding: 0.5rem 0.62rem;
  border-bottom: 1px solid rgba(15, 12, 8, 0.1);
  font-size: 0.92rem;
}

.page-schedule .schedule-quick-path__table tr:last-child th,
.page-schedule .schedule-quick-path__table tr:last-child td {
  border-bottom: 0;
}

.page-schedule .schedule-quick-path__table th {
  width: 38%;
  font-weight: 700;
  color: rgba(15, 12, 8, 0.86);
}

.page-schedule .schedule-quick-path__table td {
  font-weight: 600;
  text-align: right;
  color: rgba(15, 12, 8, 0.92);
}

.page-schedule .schedule-quick-path__cta {
  width: 100%;
  margin: 0 0 0.55rem;
}

.page-schedule .schedule-quick-path__reassurance {
  margin: 0;
  line-height: 1.35;
}

.schedule-module__surface {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.9));
  border: 1px solid rgba(15, 12, 8, 0.08);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 20px 45px rgba(15, 12, 8, 0.08);
}

.schedule-module__eyebrow {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.72rem;
  color: rgba(15, 12, 8, 0.6);
}

.schedule-module__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 3.4vw, 2rem);
}

.schedule-module__subhead {
  margin: 0 0 1rem;
  color: rgba(15, 12, 8, 0.78);
}

.schedule-module__cta-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}

.schedule-module__microcopy {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0;
}

.schedule-module__microcopy li {
  font-size: 0.82rem;
  border: 1px solid rgba(15, 12, 8, 0.12);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  background: rgba(255, 255, 255, 0.8);
}

.schedule-module__poster {
  margin: 0;
}

.schedule-module__poster img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(15, 12, 8, 0.1);
}

.schedule-module__poster figcaption {
  font-size: 0.84rem;
  color: rgba(15, 12, 8, 0.72);
  margin-top: 0.5rem;
}

.schedule-module__table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 12, 8, 0.12);
  border-radius: 16px;
}

.schedule-module__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: #fff;
}

.schedule-module__table th,
.schedule-module__table td {
  padding: 0.72rem 0.65rem;
  border-bottom: 1px solid rgba(15, 12, 8, 0.09);
  text-align: left;
  vertical-align: middle;
}

.schedule-module__table th {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.76rem;
  color: rgba(15, 12, 8, 0.72);
  background: rgba(15, 12, 8, 0.03);
}

.schedule-module__actions {
  white-space: nowrap;
}

.schedule-module__actions a {
  display: inline-block;
  margin-right: 0.55rem;
  font-weight: 700;
  text-decoration: none;
}

.schedule-module__showup {
  margin-top: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(15, 12, 8, 0.1);
  background: rgba(15, 12, 8, 0.03);
  padding: 0.95rem 1rem;
}

.schedule-module__showup h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.schedule-module__showup ul {
  margin: 0;
  padding-left: 1rem;
}

.schedule-module__cta-row--bottom {
  margin-top: 0.95rem;
  margin-bottom: 0;
}

.schedule-mobile-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  padding: 0.6rem 0.8rem calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(15, 12, 8, 0.12);
  display: none;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
  align-items: center;
}

.schedule-mobile-sticky__book {
  width: 100%;
}

.schedule-mobile-sticky__text {
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .schedule-mobile-sticky {
    display: grid;
  }

  .page-schedule .cta-footer-block {
    margin-bottom: 5.4rem;
  }
}

@media (max-width: 767.98px) {
  .page-schedule .schedule-quick-path {
    margin-top: 0.75rem !important;
    padding: 0.82rem !important;
  }

  .page-schedule .schedule-quick-path__promise {
    font-size: 0.92rem;
    margin-bottom: 0.55rem;
  }

  .page-schedule .schedule-quick-path__table {
    margin-bottom: 0.62rem;
  }

  .page-schedule .schedule-quick-path__table th,
  .page-schedule .schedule-quick-path__table td {
    padding: 0.42rem 0.52rem;
    font-size: 0.86rem;
  }

  .page-schedule .schedule-quick-path__cta {
    margin-bottom: 0.45rem;
    min-height: 48px;
    font-size: 0.94rem;
  }

  .page-schedule .schedule-quick-path__reassurance {
    font-size: 0.8rem;
  }
}

@media (max-width: 640px) {
  .schedule-module__cta-row .btn {
    width: 100%;
  }
}
