.vdt-tm-card,
.vdt-tm-class-card,
.vdt-tm-course-cta,
.vdt-tm-mobile-card,
.vdt-tm-register-form {
    border: 1px solid rgba(30, 91, 255, .14);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(11, 31, 58, .08);
}

.vdt-tm-card,
.vdt-tm-class-card,
.vdt-tm-mobile-card {
    padding: 22px;
}

.vdt-tm-card__head,
.vdt-tm-mobile-card__head {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.vdt-tm-card h3,
.vdt-tm-class-card h3,
.vdt-tm-course-cta h3,
.vdt-tm-mobile-card strong {
    margin: 0;
    color: #0B1F3A;
    line-height: 1.25;
}

.vdt-tm-eyebrow,
.vdt-tm-mobile-card__head span {
    width: fit-content;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #175cd3;
    background: #eff8ff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.vdt-tm-details {
    display: grid;
    grid-template-columns: minmax(98px, .42fr) minmax(0, 1fr);
    gap: 10px 14px;
    margin: 0 0 16px;
}

.vdt-tm-details dt {
    color: #667085;
    font-size: 13px;
    font-weight: 800;
}

.vdt-tm-details dd {
    margin: 0;
    color: #1d2939;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.vdt-tm-status {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.vdt-tm-status--open,
.vdt-tm-status--learning { color: #027a48; background: #ecfdf3; }
.vdt-tm-status--soon,
.vdt-tm-status--contact { color: #b54708; background: #fffaeb; }
.vdt-tm-status--full,
.vdt-tm-status--done,
.vdt-tm-status--hidden,
.vdt-tm-status--default { color: #344054; background: #f2f4f7; }

.vdt-tm-primary-link,
.vdt-tm-table-cta,
.vdt-tm-course-cta a,
.vdt-tm-register-form button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #1E5BFF, #00B8D9);
    box-shadow: 0 12px 26px rgba(30, 91, 255, .2);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.vdt-service-request-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.vdt-service-request-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.45;
}

.vdt-service-request-notice--success {
    color: #027a48;
    background: #ecfdf3;
}

.vdt-service-request-notice--error {
    color: #b42318;
    background: #fef3f2;
}

.vdt-tm-primary-link {
    margin-top: 14px;
}

.vdt-tm-class-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vdt-tm-filterbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.vdt-tm-filter {
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(30, 91, 255, .16);
    border-radius: 999px;
    color: #175cd3;
    background: #fff;
    font-weight: 800;
    cursor: pointer;
}

.vdt-tm-filter.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #1E5BFF, #00B8D9);
}

.vdt-tm-schedule-wide {
    width: min(1500px, calc(100vw - 48px));
    max-width: none;
    margin: 24px auto 0;
    box-sizing: border-box;
}

.vdt-tm-schedule-wide .vdt-schedule-table-wrap {
    overflow: visible;
}

.vdt-tm-schedule {
    overflow: visible;
    padding-bottom: 2px;
}

.vdt-tm-schedule [hidden] {
    display: none !important;
}

.vdt-tm-schedule-board {
    display: grid;
    gap: 10px;
}

.vdt-tm-schedule-head,
.vdt-tm-schedule-row {
    display: grid;
    grid-template-columns:
        116px
        minmax(160px, 1.15fr)
        minmax(135px, .75fr)
        minmax(180px, 1.2fr)
        minmax(100px, .62fr)
        minmax(145px, .82fr)
        minmax(136px, .8fr)
        96px;
    gap: 8px;
    align-items: center;
}

.vdt-tm-schedule-head {
    padding: 0 16px 2px;
    color: #667085;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    text-transform: uppercase;
}

.vdt-tm-schedule-body {
    display: grid;
    gap: 10px;
}

.vdt-tm-schedule-row {
    min-height: 112px;
    padding: 16px;
    border: 1px solid rgba(30, 91, 255, .12);
    border-radius: 16px;
    background: #f8fbff;
    box-shadow: 0 12px 28px rgba(11, 31, 58, .06);
}

.vdt-tm-schedule-cell {
    min-width: 0;
    color: #1d2939;
    font-size: 14px;
    line-height: 1.45;
}

.vdt-tm-schedule-mobile-label {
    display: none;
}

.vdt-tm-schedule-code strong {
    display: inline-flex;
    max-width: 100%;
    color: #175cd3;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: normal;
    white-space: nowrap;
}

.vdt-tm-schedule-course {
    display: grid;
    gap: 8px;
}

.vdt-tm-schedule-course a,
.vdt-tm-schedule-course strong {
    color: #0B1F3A;
    font-size: 14.5px;
    font-weight: 850;
    line-height: 1.32;
    text-decoration: none;
}

.vdt-tm-schedule-course a:hover,
.vdt-tm-schedule-course a:focus {
    color: #175cd3;
}

.vdt-tm-schedule-group {
    width: fit-content;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    color: #175cd3;
    background: #eff8ff;
    font-size: 12px;
    font-weight: 800;
}

.vdt-tm-schedule-time,
.vdt-tm-schedule-meta {
    display: grid;
    gap: 8px;
}

.vdt-tm-schedule-time span,
.vdt-tm-schedule-meta span,
.vdt-tm-schedule-meta em {
    display: block;
}

.vdt-tm-schedule-time b {
    display: block;
    margin-bottom: 1px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.vdt-tm-schedule-time em,
.vdt-tm-schedule-meta em {
    font-style: normal;
}

.vdt-tm-schedule-fee,
.vdt-tm-schedule-actions a {
    white-space: nowrap;
}

.vdt-tm-schedule-date {
    color: #0B1F3A;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
    overflow-wrap: normal;
    word-break: normal;
}

.vdt-tm-schedule-meta strong {
    display: block;
    color: #1d2939;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.4;
}

.vdt-tm-schedule-meta span,
.vdt-tm-schedule-meta em,
.vdt-tm-schedule-teacher {
    color: #475467;
    font-size: 13.5px;
    font-weight: 650;
}

.vdt-tm-schedule-fee {
    color: #0B1F3A;
    font-size: 14px;
    font-weight: 900;
}

.vdt-tm-schedule-status .vdt-tm-status {
    margin: 0;
    white-space: nowrap;
}

.vdt-tm-schedule-actions {
    display: flex;
    justify-content: center;
}

.vdt-tm-schedule-actions .vdt-tm-table-cta {
    min-width: 92px;
    padding: 0 14px;
}

.vdt-tm-muted {
    color: #98a2b3 !important;
    font-weight: 650;
}

.vdt-tm-mobile-cards {
    display: none;
}

.vdt-tm-mobile-card {
    display: grid;
    gap: 14px;
}

.vdt-tm-notice {
    padding: 16px 18px;
    border: 1px solid rgba(30, 91, 255, .14);
    border-radius: 12px;
    color: #344054;
    background: #f8fbff;
    font-weight: 650;
}

.vdt-tm-course-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 24px;
    margin: 28px 0;
}

.vdt-tm-actions {
    display: grid;
    gap: 10px;
}

.vdt-tm-actions a:first-child {
    color: #175cd3;
    background: #eff8ff;
    box-shadow: none;
}

.vdt-tm-register-form {
    display: grid;
    gap: 18px;
    padding: 24px;
}

.vdt-tm-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.vdt-tm-register-form label {
    display: grid;
    gap: 8px;
    color: #172033;
    font-weight: 750;
}

.vdt-tm-register-form input,
.vdt-tm-register-form select,
.vdt-tm-register-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #E4E7EC;
    border-radius: 10px;
    padding: 10px 12px;
    color: #172033;
    font: inherit;
}

.vdt-tm-register-form input:focus,
.vdt-tm-register-form select:focus,
.vdt-tm-register-form textarea:focus {
    outline: 3px solid rgba(30, 91, 255, .18);
    border-color: #1E5BFF;
}

.vdt-tm-checkbox {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: flex-start;
    gap: 10px !important;
}

.vdt-tm-checkbox input {
    width: 18px;
    min-height: 18px;
    margin-top: 4px;
}

.vdt-tm-form-message {
    margin: 0;
    color: #027a48;
    font-weight: 750;
}

.vdt-pm-hero__panel.vdt-tm-hero-card {
    justify-self: end;
    width: min(100%, 560px);
    max-width: min(100%, 560px);
    display: grid !important;
    gap: 16px !important;
    padding: 28px !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-radius: 22px !important;
    color: #fff !important;
    background:
        linear-gradient(145deg, rgba(7, 19, 35, .9), rgba(12, 47, 72, .7)),
        rgba(11, 31, 58, .66) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
    backdrop-filter: blur(22px) saturate(135%);
}

.vdt-tm-hero-card__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-eyebrow,
.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-status,
.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-mini-status {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-eyebrow {
    color: #dff8ff;
    border: 1px solid rgba(125, 211, 252, .34);
    background: rgba(14, 116, 144, .22);
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-status,
.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-mini-status {
    color: #062d1f;
    background: #c9f7df;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-status.vdt-tm-status--soon,
.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-status.vdt-tm-status--contact,
.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-mini-status.vdt-tm-status--soon,
.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-mini-status.vdt-tm-status--contact {
    color: #6f2c0b;
    background: #ffefbd;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-title {
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 850;
    line-height: 1.2;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-date {
    width: 100%;
    display: grid;
    gap: 5px;
    padding: 12px 14px;
    border: 1px solid rgba(245, 184, 66, .4);
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, rgba(245, 184, 66, .2), rgba(0, 184, 217, .11));
    box-shadow: 0 16px 36px rgba(245, 184, 66, .12);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.1;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-date span {
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-date strong {
    color: #fff;
    font-size: inherit;
    font-weight: 900;
    line-height: 1.1;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-date--default {
    font-size: 22px;
    line-height: 1.25;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-date--text {
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.15;
}

.vdt-tm-hero-class-list {
    display: grid;
    gap: 10px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.vdt-tm-hero-class {
    display: grid;
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .075);
}

.vdt-tm-hero-class.is-selected {
    border-color: rgba(245, 184, 66, .45);
    background: linear-gradient(135deg, rgba(245, 184, 66, .11), rgba(255, 255, 255, .075));
}

.vdt-tm-hero-class__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-class__head span {
    color: #f9d987;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.vdt-tm-hero-class__select {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(245, 184, 66, .34);
    border-radius: 999px;
    color: #ffe7a3;
    background: rgba(245, 184, 66, .1);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.vdt-tm-hero-class__select:hover,
.vdt-tm-hero-class__select:focus {
    color: #0b1f3a;
    background: #f5c75b;
}

.vdt-tm-hero-class dl,
.vdt-tm-hero-default {
    display: grid;
    grid-template-columns: minmax(118px, 126px) minmax(0, 1fr);
    gap: 9px 16px;
    margin: 0;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-class dt,
.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-default dt {
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-class dd,
.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-default dd {
    margin: 0;
    color: rgba(255, 252, 242, .98);
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.5;
}

.vdt-tm-hero-class__start {
    color: #fff;
    font-weight: 850;
}

.vdt-pm-hero__panel.vdt-tm-hero-card .vdt-tm-hero-note {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 14.5px;
    line-height: 1.5;
}

.vdt-tm-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.vdt-tm-hero-primary,
.vdt-tm-hero-secondary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
}

.vdt-tm-hero-primary {
    color: #0B1F3A;
    background: linear-gradient(135deg, #f5b842, #f7d37a);
    box-shadow: 0 16px 34px rgba(245, 184, 66, .2);
}

.vdt-tm-hero-primary:hover,
.vdt-tm-hero-primary:focus {
    color: #061426;
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(245, 184, 66, .26);
}

.vdt-tm-hero-secondary {
    color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .075);
}

.vdt-tm-hero-secondary:hover,
.vdt-tm-hero-secondary:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .12);
}

@media (min-width: 1200px) {
    .vdt-course-hero-grid--dynamic {
        grid-template-columns: minmax(0, 1fr) minmax(520px, 560px) !important;
        align-items: center !important;
        gap: clamp(40px, 5vw, 72px) !important;
    }

    .vdt-course-hero-grid--dynamic .vdt-tm-hero-card {
        justify-self: end;
        width: 100%;
        max-width: 560px;
    }
}

@media (max-width: 900px) {
    .vdt-tm-class-list,
    .vdt-tm-form-grid {
        grid-template-columns: 1fr;
    }

    .vdt-tm-course-cta {
        grid-template-columns: 1fr;
    }

    .vdt-pm-hero__panel.vdt-tm-hero-card {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .vdt-course-hero-grid--dynamic,
    .vdt-pm-project-page .vdt-pm-hero__grid {
        grid-template-columns: 1fr !important;
    }

    .vdt-course-hero-grid--dynamic .vdt-tm-hero-card,
    .vdt-pm-project-page .vdt-pm-hero__panel.vdt-tm-hero-card {
        justify-self: stretch;
        width: 100%;
        max-width: 620px;
    }

    .vdt-tm-schedule-wide {
        width: 100%;
    }

    .vdt-tm-schedule-board {
        display: none;
    }

    .vdt-tm-mobile-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .vdt-tm-schedule-card .vdt-tm-primary-link {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .vdt-tm-mobile-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vdt-tm-filterbar {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 0;
    }

    .vdt-tm-filter {
        flex: 0 1 auto;
    }

    .vdt-pm-hero__panel.vdt-tm-hero-card {
        width: 100%;
        max-width: 100%;
        padding: 20px !important;
    }

    .vdt-tm-hero-class__head,
    .vdt-tm-hero-card__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .vdt-tm-hero-class__select {
        width: fit-content;
    }

    .vdt-tm-hero-class dl,
    .vdt-tm-hero-default {
        grid-template-columns: 1fr;
    }
}
