    #view-schedule .sch-quick-links {
      background: #FFFFFF;
      border: 1px solid #E2E8F0;
      border-radius: 12px;
      padding: .85rem;
      box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03);
    }

    #view-schedule .sch-quick-links-title {
      font-family: 'Cinzel', serif;
      font-size: .7rem;
      font-weight: 700;
      color: #0F172A;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: .6rem;
      padding-bottom: .45rem;
      border-bottom: 1px solid #F1F5F9;
    }

    #view-schedule .sch-quick-links-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: .4rem;
    }

    #view-schedule .sch-quick-link {
      display: flex;
      align-items: center;
      gap: .4rem;
      padding: .5rem .6rem;
      border-radius: 8px;
      border: 1px solid #F1F5F9;
      background: #FAFBFE;
      color: #334155;
      font-size: .68rem;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      transition: all .2s ease;
      min-height: 40px;
    }

    #view-schedule .sch-quick-link:hover {
      background: rgba(201, 168, 76, 0.06);
      border-color: rgba(201, 168, 76, 0.3);
      color: #C9A84C;
    }

    #view-schedule .sch-quick-link-icon {
      font-size: .85rem;
      line-height: 1;
      flex-shrink: 0;
    }
