    #view-schedule .sch-action-link {
      display: inline-flex;
      align-items: center;
      padding: 5px 12px;
      border-radius: 8px;
      font-size: .65rem;
      font-weight: 700;
      letter-spacing: .8px;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      transition: all .22s ease;
    }

    #view-schedule .sch-action-register {
      background: #C9A84C;
      color: #FFFFFF;
      border: 1px solid #C9A84C;
    }

    #view-schedule .sch-action-register:hover {
      background: #B8942D;
      border-color: #B8942D;
      box-shadow: 0 2px 10px rgba(201, 168, 76, 0.3);
    }

    #view-schedule .sch-action-flyer,
    #view-schedule .sch-action-info {
      background: transparent;
      color: #64748B;
      border: 1px solid #E2E8F0;
    }

    #view-schedule .sch-action-flyer:hover,
    #view-schedule .sch-action-info:hover {
      border-color: rgba(201, 168, 76, 0.35);
      color: #C9A84C;
      background: rgba(201, 168, 76, 0.04);
    }

    @media (max-width: 767px) {
      #view-schedule .sch-action-link {
        min-height: 36px;
        padding: 6px 14px;
        font-size: .62rem;
      }
    }
