
    /* ═══════════════════════════════════════════════════════════════════
       OLLI SCHEDULE — CUSTOM CSS
       Add everything below this line to the site's custom CSS file.
       ═══════════════════════════════════════════════════════════════════ */
 
    /* SBU brand tokens — reference only, values already in the template */
    :root {
      --sbu-red:       #CC2529;
      --sbu-dark-blue: #1b3a6b;
      --sbu-black:     #1b1b1b;
      --sbu-gray-dark: #444444;
      --sbu-gray-mid:  #767676;
      --sbu-gray-light:#f4f4f4;
      --sbu-border:    #d8d8d8;
    }

    /* ── Page intro block ─────────────────────────────────────────────── */
    .olli-schedule-page {
      max-width: 960px;
      margin: 0 auto;
      padding: 0 1rem;
    }
 
    .olli-semester-meta {
      display: block;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      color: var(--sbu-black);
      margin-bottom: 1.25rem;
    }
 
    .olli-schedule-intro {
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.65;
      color: var(--sbu-black);
      margin-bottom: 1.5rem;
      max-width: 68ch;
    }

    /* ── Day anchor navigation ────────────────────────────────────────── */
    .olli-day-nav {
      display: flex;
      gap: 0.5rem;
      flex-wrap: wrap;
      margin-bottom: 2rem;
    }

    .olli-day-nav a {
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: var(--sbu-dark-blue);
      border: 2px solid var(--sbu-dark-blue);
      padding: 4px 14px;
      border-radius: 3px;
      text-decoration: none;
    }

    .olli-day-nav a:hover,
    .olli-day-nav a:focus {
      background-color: var(--sbu-dark-blue);
      color: #ffffff;
    }
 
    /* ── Format legend ────────────────────────────────────────────────── */
    .olli-legend {
      display: flex;
      gap: 1.25rem;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 1.75rem;
      padding: 0.75rem 1rem;
      background-color: var(--sbu-gray-light);
      border-radius: 4px;
    }
 
    .olli-legend-heading {
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 0.9375rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: var(--sbu-black);
      margin-right: 0.25rem;
    }
 
    .olli-legend-item {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      color: var(--sbu-black);
    }
 
    /* ── Format badges ────────────────────────────────────────────────── */
    .olli-badge {
      display: inline-block;
      padding: 2px 9px;
      border-radius: 3px;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 0.9375rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      white-space: nowrap;
      line-height: 1.6;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }
 
    .olli-badge--inperson {
      background-color: var(--sbu-red);
      color: #ffffff;
    }
 
    .olli-badge--zoom {
      background-color: var(--sbu-dark-blue);
      color: #ffffff;
    }

    .olli-badge--hybrid {
      background-color: #2d6a4f;
      color: #ffffff;
    }

    /* ── Day section headings (H2 — Alumni Sans retained) ────────────── */
    .olli-day-section {
      margin-top: 2.75rem;
    }
 
    .olli-day-section:first-of-type {
      margin-top: 0;
    }
 
    .olli-day-heading {
      font-family: 'Alumni Sans', sans-serif;
      font-size: 1.75rem;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--sbu-red);
      border-bottom: 3px solid var(--sbu-red);
      padding-bottom: 0.4rem;
      margin-bottom: 1rem;
    }
 
    /* ── Table wrapper ────────────────────────────────────────────────── */
    .olli-table-wrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
 
    /* ── Table base styles ────────────────────────────────────────────── */
    /*
      Font hierarchy:
        All cells: Barlow Semi Condensed, 600 weight, 1rem.
        Time + Workshop: 700 weight for visual prominence —
          no font-size override needed.
        Leader + Format: explicit 0.9375rem sits just below
          Time/Workshop visually despite same weight.
        olli-cell-note: 0.875rem, same weight.
    */
    .olli-schedule {
      width: 100%;
      border-collapse: collapse;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5;
    }
 
    /* Screen-reader-only caption */
    .olli-schedule caption {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
      white-space: nowrap;
    }
 
    /* Header row */
    .olli-schedule thead th {
      background-color: var(--sbu-black);
      color: #ffffff;
      font-family: 'Barlow', sans-serif;
      font-size: 1rem !important;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      padding: 10px 12px;
      text-align: left;
      vertical-align: bottom;
      border: none;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }
 
    /* Body cells — base color and spacing */
    .olli-schedule tbody td {
      padding: 10px 12px;
      border-bottom: 1px solid var(--sbu-border);
      vertical-align: top;
      color: var(--sbu-black);
    }
 
    .olli-schedule tbody tr:last-child td {
      border-bottom: none;
    }
 
    /* Alternating row shading */
    .olli-schedule tbody tr:nth-child(even) td {
      background-color: var(--sbu-gray-light);
    }
 
    /* ── Column widths ────────────────────────────────────────────────── */
    .olli-schedule .col-time     { width: 130px; white-space: nowrap; }
    .olli-schedule .col-workshop { min-width: 190px; }
    .olli-schedule .col-leader   { min-width: 140px; }
    .olli-schedule .col-format   { width: 105px; }
    .olli-schedule .col-dates    { min-width: 120px; }
    .olli-schedule .col-sessions { width: 72px; text-align: center; }
    .olli-schedule .col-location { min-width: 130px; }

    /* ── Column colors and sizes ──────────────────────────────────────── */

    /* Time and Workshop: heavier weight for visual prominence */
    .olli-schedule tbody td.col-time {
      font-weight: 700;
      color: var(--sbu-black) !important;
    }
    .olli-schedule tbody td.col-workshop {
      font-weight: 700;
      color: var(--sbu-black) !important;
    }

    /* All other columns: force black in case template styles interfere */
    .olli-schedule tbody td.col-leader,
    .olli-schedule tbody td.col-format,
    .olli-schedule tbody td.col-dates,
    .olli-schedule tbody td.col-sessions,
    .olli-schedule tbody td.col-location {
      color: var(--sbu-black) !important;
      font-size: 0.9375rem;
    }

    /* Inline note within a cell (e.g., not-in-session dates) */
    .olli-cell-note {
      display: block;
      margin-top: 3px;
      font-size: 0.875rem;
      font-weight: 600;
      color: var(--sbu-black);
    }
 
    /* ── Responsive: stack on narrow screens ─────────────────────────── */
    @media (max-width: 700px) {

      /* Hide the header row visually — screen readers still read it */
      .olli-schedule thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
        white-space: nowrap;
      }
 
      /* Each row becomes a card */
      .olli-schedule tbody tr {
        display: block;
        border: 1px solid var(--sbu-border);
        border-radius: 5px;
        margin-bottom: 1rem;
        padding: 0.5rem 0.25rem;
        background-color: #ffffff !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.07);
      }
 
      /* Each cell becomes a labeled row within the card */
      .olli-schedule tbody td {
        display: flex;
        gap: 0.5rem;
        padding: 5px 10px;
        border-bottom: none;
        align-items: baseline;
        font-size: 0.9rem;
        color: var(--sbu-black);
      }
 
      /* The data-label becomes a small caps prefix */
      .olli-schedule tbody td::before {
        content: attr(data-label);
        flex-shrink: 0;
        width: 80px;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: var(--sbu-gray-mid);
        padding-top: 2px;
      }
 
      /* Time cell: full-width, styled as card header */
      .olli-schedule tbody td.col-time {
        display: block;
        padding: 8px 10px 6px;
        font-size: 1rem;
        font-weight: 700;
        color: var(--sbu-red) !important;
        border-bottom: 1px solid var(--sbu-border);
        margin-bottom: 4px;
      }
 
      .olli-schedule tbody td.col-time::before {
        display: none;
      }
 
      /* Workshop title: no label prefix, just the bold title */
      .olli-schedule tbody td.col-workshop {
        display: block;
        padding: 6px 10px 2px;
        font-size: 1rem;
        font-weight: 700;
        color: var(--sbu-black) !important;
      }
 
      .olli-schedule tbody td.col-workshop::before {
        display: none;
      }

      /* Re-assert card layout on col-specific rules so desktop
         overrides don't bleed through on mobile */
      .olli-schedule tbody td.col-leader,
      .olli-schedule tbody td.col-format,
      .olli-schedule tbody td.col-dates,
      .olli-schedule tbody td.col-sessions,
      .olli-schedule tbody td.col-location {
        display: flex;
        font-size: 0.9rem;
        text-align: left;
        color: var(--sbu-black) !important;
      }
 
      /* Sessions: re-align */
      .olli-schedule tbody td.col-sessions {
        text-align: left;
      }

      .olli-schedule tbody td.col-sessions::before {
        width: 80px;
      }

      .olli-day-nav {
        gap: 0.4rem;
      }

      .olli-day-nav a {
        font-size: 0.9rem;
        padding: 4px 10px;
      }
    }
 
    /* ── Print styles ─────────────────────────────────────────────────── */
    @media print {
      body { font-size: 11pt; }

      /* Hide anchor nav — not useful on paper */
      .olli-day-nav { display: none; }

      /* Undo any responsive stacking */
      .olli-schedule thead {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal;
      }
 
      .olli-schedule tbody tr {
        display: table-row !important;
        border: none !important;
        box-shadow: none !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
      }
 
      /* All cells reset to 9pt for single-sheet printing */
      .olli-schedule tbody td {
        display: table-cell !important;
        padding: 5px 8px !important;
        border-bottom: 1px solid #ccc !important;
        font-size: 9pt;
      }

      .olli-schedule tbody td.col-leader,
      .olli-schedule tbody td.col-format,
      .olli-schedule tbody td.col-dates,
      .olli-schedule tbody td.col-sessions,
      .olli-schedule tbody td.col-location {
        display: table-cell !important;
        font-size: 9pt;
        text-align: left;
      }

      .olli-schedule tbody td.col-sessions {
        text-align: center;
      }
 
      .olli-schedule tbody td::before {
        display: none !important;
      }
 
      .olli-schedule tbody td.col-time,
      .olli-schedule tbody td.col-workshop {
        display: table-cell !important;
        font-size: 9pt;
        padding: 5px 8px !important;
        border-bottom: 1px solid #ccc !important;
      }
 
      /* Page break before each day */
      .olli-day-section:not(:first-of-type) {
        page-break-before: always;
      }
 
      /* Keep table header row with table across page breaks */
      .olli-schedule thead {
        display: table-header-group;
      }
 
      .olli-schedule tbody tr {
        page-break-inside: avoid;
      }
 
      /* Ensure badge backgrounds print */
      .olli-badge--inperson,
      .olli-badge--zoom,
      .olli-badge--hybrid {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
      }
 
      /* Print legend */
      .olli-legend {
        background-color: transparent;
        padding: 0;
        margin-bottom: 1rem;
      }

      .olli-schedule thead th { font-size: 1rem !important; }
    }
  