:root {
    --tfx-student-verde: #92937E;
    --tfx-student-verde-dark: #858B79;
    --tfx-student-oro: #F1D58B;
    --tfx-student-crema: #FAF8F5;
    --tfx-student-text: #1A1A1A;
    --tfx-student-muted: #757575;
    --tfx-student-title: "Noto Serif Display", Georgia, serif;
    --tfx-student-body: "Open Sans", Arial, sans-serif;
}

html,
body.tfx-student-body {
    margin: 0;
    min-height: 100%;
    background: var(--tfx-student-crema);
    font-family: var(--tfx-student-body);
    color: var(--tfx-student-text);
}

body.tfx-student-screen-student-login {
    overflow: hidden;
    background: #ffffff;
}

.tfx-student-login {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    min-height: 100vh;
    background: #ffffff;
}

.tfx-student-login-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: #ffffff;
}

.tfx-student-login-box {
    width: 100%;
    max-width: 420px;
}

.tfx-student-login-brand {
    margin-bottom: 46px;
}

.tfx-student-login-brand span {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tfx-student-text);
    color: #ffffff;
    font-family: var(--tfx-student-title);
    font-size: 26px;
    font-weight: 300;
}

.tfx-student-login h1 {
    margin: 0 0 12px;
    font-family: var(--tfx-student-title);
    font-size: clamp(42px, 6vw, 68px);
    font-weight: 300;
    line-height: 0.95;
    color: var(--tfx-student-text);
}

.tfx-student-login-subtitle {
    margin: 0 0 38px;
    color: var(--tfx-student-muted);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
}

.tfx-student-login-error {
    margin-bottom: 24px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #FFF1F1;
    color: #9A4A4A;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.tfx-student-login-form {
    display: grid;
    gap: 24px;
}

.tfx-student-login-field {
    display: grid;
    gap: 8px;
}

.tfx-student-login-field label,
.tfx-student-login-label-row label {
    color: var(--tfx-student-text);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.tfx-student-login-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.tfx-student-login-label-row a {
    color: #999999;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-login-label-row a:hover {
    color: var(--tfx-student-verde);
}

.tfx-student-login-field input[type="text"],
.tfx-student-login-field input[type="password"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 13px 0;
    background: transparent;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-body);
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.25s ease;
}

.tfx-student-login-field input:focus {
    border-bottom-color: var(--tfx-student-verde);
}

.tfx-student-login-remember {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #777777;
    font-size: 13px;
    line-height: 1.4;
}

.tfx-student-login-remember input {
    width: 17px;
    height: 17px;
    accent-color: var(--tfx-student-verde);
}

.tfx-student-login-submit {
    width: 100%;
    border: none;
    border-radius: 999px;
    background: var(--tfx-student-verde);
    color: #ffffff;
    padding: 19px 24px;
    cursor: pointer;
    font-family: var(--tfx-student-body);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.tfx-student-login-submit:hover {
    background: var(--tfx-student-verde-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(152, 158, 139, 0.22);
}

.tfx-student-login-footer {
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid #F0F0F0;
}

.tfx-student-login-footer p {
    margin: 0;
    color: var(--tfx-student-muted);
    font-size: 14px;
    line-height: 1.7;
}

.tfx-student-login-footer a {
    color: var(--tfx-student-text);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid var(--tfx-student-text);
}

.tfx-student-login-image-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #f0f0f0;
}

.tfx-student-login-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
}

.tfx-student-login-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 38%, rgba(0, 0, 0, 0.52) 100%);
}

.tfx-student-login-phrase {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 60px;
    z-index: 2;
    color: #ffffff;
}

.tfx-student-login-phrase p {
    margin: 0;
    max-width: 620px;
    font-family: var(--tfx-student-title);
    font-size: clamp(30px, 4vw, 46px);
    font-style: italic;
    font-weight: 300;
    line-height: 1.15;
}

.tfx-student-login-phrase span {
    display: block;
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.84;
}

.tfx-student-message-wrap {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 40px;
    background: var(--tfx-student-crema);
    box-sizing: border-box;
}

.tfx-student-message {
    max-width: 560px;
    background: #ffffff;
    border-radius: 28px;
    padding: 44px;
    text-align: center;
}

.tfx-student-message h1 {
    margin: 0 0 12px;
    font-family: var(--tfx-student-title);
    font-size: 42px;
    font-weight: 300;
}

.tfx-student-message p {
    color: #777777;
}

.tfx-student-message a {
    color: var(--tfx-student-verde);
    font-weight: 800;
}

@media (max-width: 980px) {
    body.tfx-student-screen-student-login {
        overflow: auto;
    }

    .tfx-student-login {
        grid-template-columns: 1fr;
        min-height: 100vh;
    }

    .tfx-student-login-image-section {
        display: none;
    }

    .tfx-student-login-form-section {
        min-height: 100vh;
        padding: 42px 24px;
        box-sizing: border-box;
    }

    .tfx-student-login-brand {
        margin-bottom: 36px;
    }
}

/* ==========================================================
   Student Portal - Shared Layout
   ========================================================== */

.tfx-student-layout {
    min-height: 100vh;
    display: flex;
    background: var(--tfx-student-crema);
}

.tfx-student-sidebar {
    width: 280px;
    height: 100vh;
    position: fixed;
    inset: 0 auto 0 0;
    background: #ffffff;
    border-right: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    padding: 45px 35px;
    box-sizing: border-box;
    z-index: 50;
}

.tfx-student-brand {
    margin-bottom: 58px;
}

.tfx-student-brand a {
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-title);
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
}

.tfx-student-nav {
    display: grid;
    gap: 10px;
}

.tfx-student-nav-item {
    display: block;
    width: fit-content;
    padding: 12px 0;
    color: #888888;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    transition: 0.25s ease;
}

.tfx-student-nav-item:hover,
.tfx-student-nav-item.active {
    color: var(--tfx-student-verde);
}

.tfx-student-nav-item.active {
    border-bottom: 2px solid var(--tfx-student-verde);
}

.tfx-student-sidebar-footer {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #eeeeee;
}

.tfx-student-sidebar-footer p {
    margin: 0 0 6px;
    color: var(--tfx-student-text);
    font-size: 14px;
    font-weight: 700;
}

.tfx-student-sidebar-footer a {
    color: #999999;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-main {
    width: calc(100% - 280px);
    margin-left: 280px;
    padding: 60px 80px;
    box-sizing: border-box;
}

/* ==========================================================
   Student Dashboard
   ========================================================== */

.tfx-student-page-header {
    margin-bottom: 42px;
}

.tfx-student-page-header h1 {
    margin: 0;
    font-family: var(--tfx-student-title);
    font-size: clamp(42px, 5vw, 48px);
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

.tfx-student-page-header p {
    margin: 24px 0 0;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

.tfx-student-kpi-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 54px;
}

.tfx-student-kpi-card {
    background: #ffffff;
    padding: 26px 20px;
    border-radius: 22px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.025);
}

.tfx-student-kpi-card strong {
    display: block;
    color: var(--tfx-student-verde);
    font-family: var(--tfx-student-title);
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
}

.tfx-student-kpi-card span {
    display: block;
    margin-top: 8px;
    color: #999999;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-dashboard-section {
    margin-bottom: 54px;
}

.tfx-student-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 26px;
}

.tfx-student-section-head h2 {
    margin: 0;
    font-family: var(--tfx-student-title);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

.tfx-student-section-head a {
    color: var(--tfx-student-verde);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-course-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.tfx-student-course-preview-card {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-course-preview-card a {
    color: inherit;
    text-decoration: none;
}

.tfx-student-course-preview-image {
    height: 220px;
    background: #F0EDE8;
    overflow: hidden;
}

.tfx-student-course-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tfx-student-course-preview-content {
    padding: 30px;
}

.tfx-student-course-preview-content h3 {
    margin: 0;
    font-family: var(--tfx-student-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
}

.tfx-student-progress-track {
    height: 5px;
    border-radius: 999px;
    background: #F0EDE8;
    overflow: hidden;
    margin: 22px 0;
}

.tfx-student-progress-track div {
    height: 100%;
    background: var(--tfx-student-oro);
    border-radius: inherit;
}

.tfx-student-course-preview-content span {
    display: block;
    border-radius: 999px;
    background: var(--tfx-student-verde);
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.tfx-student-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px;
}

.tfx-student-mini-card {
    display: flex;
    gap: 22px;
    align-items: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-mini-image {
    width: 104px;
    height: 104px;
    border-radius: 20px;
    background: linear-gradient(135deg, #F0EDE8, #ffffff);
    flex: 0 0 auto;
    overflow: hidden;
}

.tfx-student-mini-card span {
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-mini-card h3 {
    margin: 8px 0 8px;
    font-family: var(--tfx-student-body);
    font-size: 23px;
    font-weight: 300;
}

.tfx-student-mini-card p {
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.6;
}

.tfx-student-payment-preview,
.tfx-student-empty-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-payment-preview strong,
.tfx-student-empty-card h3 {
    display: block;
    margin: 0 0 8px;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-body);
    font-size: 24px;
    font-weight: 300;
}

.tfx-student-payment-preview span,
.tfx-student-empty-card p {
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
}

/* ==========================================================
   Student Responsive
   ========================================================== */

@media (max-width: 1200px) {
    .tfx-student-kpi-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tfx-student-main {
        padding: 48px;
    }
}

@media (max-width: 900px) {
    .tfx-student-layout {
        display: block;
    }

    .tfx-student-sidebar {
        position: static;
        width: 100%;
        height: auto;
        padding: 26px 24px;
        border-right: none;
        border-bottom: 1px solid #eeeeee;
    }

    .tfx-student-brand {
        margin-bottom: 22px;
    }

    .tfx-student-nav {
        display: flex;
        overflow-x: auto;
        gap: 22px;
        padding-bottom: 8px;
    }

    .tfx-student-nav-item {
        white-space: nowrap;
    }

    .tfx-student-sidebar-footer {
        margin-top: 22px;
    }

    .tfx-student-main {
        width: 100%;
        margin-left: 0;
        padding: 34px 22px;
    }

    .tfx-student-kpi-grid,
    .tfx-student-course-preview-grid,
    .tfx-student-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .tfx-student-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .tfx-student-mini-card {
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .tfx-student-kpi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tfx-student-course-preview-image {
        height: 180px;
    }

    .tfx-student-mini-card {
        flex-direction: column;
    }

    .tfx-student-mini-image {
        width: 100%;
    }
}
/* ==========================================================
   Student Profile / Settings
   ========================================================== */

.tfx-student-profile {
    display: grid;
    gap: 0;
}

.tfx-student-config-section {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    background: #ffffff;
    border-radius: 26px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.035);
    margin-bottom: 40px;
}

.tfx-student-config-info h2 {
    margin: 0 0 10px;
    font-family: var(--tfx-student-title);
    font-size: 26px;
    font-weight: 300;
    line-height: 1.15;
    color: var(--tfx-student-text);
}

.tfx-student-config-info p {
    margin: 0;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
}

.tfx-student-config-form {
    display: grid;
    gap: 24px;
}

.tfx-student-avatar-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tfx-student-avatar-preview {
    width: 78px;
    height: 78px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tfx-student-crema);
    color: var(--tfx-student-verde);
    font-family: var(--tfx-student-title);
    font-size: 34px;
    font-weight: 300;
    border: 2px solid #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.tfx-student-avatar-row strong,
.tfx-student-avatar-row span {
    display: block;
}

.tfx-student-avatar-row strong {
    color: var(--tfx-student-text);
    font-size: 15px;
    font-weight: 800;
}

.tfx-student-avatar-row span {
    margin-top: 4px;
    color: #999999;
    font-size: 13px;
}

.tfx-student-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.tfx-student-form-field {
    display: grid;
    gap: 9px;
}

.tfx-student-form-field label {
    color: var(--tfx-student-text);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-form-field input,
.tfx-student-form-field textarea {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    background: #fcfcfc;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-body);
    font-size: 14px;
    line-height: 1.6;
    padding: 14px 18px;
    box-sizing: border-box;
    outline: none;
    transition: 0.25s ease;
}

.tfx-student-form-field textarea {
    resize: vertical;
    min-height: 120px;
}

.tfx-student-form-field input:focus,
.tfx-student-form-field textarea:focus {
    border-color: var(--tfx-student-verde);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(152, 158, 139, 0.12);
}

.tfx-student-form-field input[readonly] {
    color: #999999;
    cursor: not-allowed;
}

.tfx-student-form-field small {
    color: #999999;
    font-size: 12px;
    line-height: 1.5;
}

.tfx-student-save-button {
    justify-self: start;
    border: none;
    border-radius: 999px;
    background: var(--tfx-student-verde);
    color: #ffffff;
    padding: 15px 38px;
    cursor: pointer;
    font-family: var(--tfx-student-body);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.25s ease;
}

.tfx-student-save-button:hover {
    background: var(--tfx-student-verde-dark);
    transform: translateY(-2px);
}

.tfx-student-notice {
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.tfx-student-notice.is-success {
    background: #F0F4EA;
    color: var(--tfx-student-verde-dark);
}

.tfx-student-notice.is-error {
    background: #FFF1F1;
    color: #9A4A4A;
}

.tfx-student-check-row {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #444444;
    font-size: 14px;
    line-height: 1.5;
}

.tfx-student-check-row input {
    width: 18px;
    height: 18px;
    accent-color: var(--tfx-student-verde);
    flex: 0 0 auto;
}

@media (max-width: 1100px) {
    .tfx-student-config-section {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 680px) {
    .tfx-student-config-section {
        padding: 26px;
        border-radius: 22px;
    }

    .tfx-student-form-grid {
        grid-template-columns: 1fr;
    }

    .tfx-student-save-button {
        width: 100%;
    }
}

/* ==========================================================
   Student Events
   ========================================================== */

.tfx-student-events {
    display: grid;
    gap: 20px;
}

.tfx-student-events-section {
    display: grid;
    gap: 22px;
}


.tfx-student-events-grid-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 30px;
}

.tfx-student-mini-image.has-image img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.tfx-student-event-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.04);
}

.tfx-student-event-card-image {
    height: 220px;
    background: #F1EAE2;
    overflow: hidden;
}

.tfx-student-event-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tfx-student-event-card-image.is-empty {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #F3ECE3, #FBFAF8);
}

.tfx-student-event-card-image.is-empty span {
    color: #9A9A9A;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-event-card-body {
    display: grid;
    gap: 14px;
    padding: 24px 24px 26px;
}

.tfx-student-event-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tfx-student-event-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.tfx-student-event-tag.is-live {
    background: #E8F1EA;
    color: #2E6E4E;
}

.tfx-student-event-tag.is-upcoming {
    background: #EEF1E9;
    color: #617354;
}

.tfx-student-event-tag.is-recorded {
    background: #EEEAE3;
    color: #6C655B;
}

.tfx-student-event-tag.is-soft {
    background: #F4F1EB;
    color: #8C867D;
}

.tfx-student-event-card-body h3 {
    margin: 0;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-body);
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}

.tfx-student-event-date {
    margin: 0;
    color: var(--tfx-student-verde);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tfx-student-event-location {
    margin: -2px 0 0;
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}


.tfx-student-event-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 6px;
}

.tfx-student-event-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--tfx-student-verde);
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.25s ease;
    box-sizing: border-box;
}

.tfx-student-event-button:hover {
    background: var(--tfx-student-verde-dark);
    transform: translateY(-2px);
}

.tfx-student-event-text-link {
    color: var(--tfx-student-verde);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.tfx-student-event-text-link:hover {
    opacity: 0.72;
}

.tfx-student-events-empty {
    background: #ffffff;
    border-radius: 28px;
    padding: 38px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-events-empty span {
    display: block;
    margin-bottom: 10px;
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-events-empty h3 {
    margin: 0 0 12px;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-body);
    font-size: 34px;
    font-weight: 300;
    line-height: 1.08;
}

.tfx-student-events-empty p {
    margin: 0;
    max-width: 560px;
    color: #747474;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .tfx-student-events-grid-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .tfx-student-events {
        gap: 42px;
    }

    .tfx-student-page-header h1 {
        font-size: clamp(40px, 12vw, 60px);
    }

    .tfx-student-event-card-image {
        height: 210px;
    }

    .tfx-student-event-card-body {
        padding: 22px;
    }

    .tfx-student-event-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tfx-student-event-button {
        width: 100%;
    }
}

/* ==========================================================
   Student Event Detail / Ticket
   ========================================================== */

.tfx-student-event-detail {
    width: 100%;
}

.tfx-student-back-link {
    display: inline-flex;
    margin-bottom: 30px;
    color: var(--tfx-student-verde);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    transition: color 0.25s ease;
}

.tfx-student-back-link:hover {
    color: var(--tfx-student-text);
}

.tfx-student-event-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 72px;
    align-items: start;
}

.tfx-student-event-detail-content {
    display: grid;
    gap: 44px;
    min-width: 0;
}

.tfx-student-event-detail-hero {
    display: grid;
    gap: 24px;
}

.tfx-student-event-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tfx-student-event-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    background: var(--tfx-student-text);
    color: #ffffff;
    padding: 8px 14px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-event-pill.is-soft {
    background: #EEEAE3;
    color: #777777;
}

.tfx-student-event-detail-hero h1 {
    margin: 0;
    max-width: 880px;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-title);
    font-size: clamp(44px, 5vw, 40px);
    font-weight: 300;
    line-height: 0.98;
}

.tfx-student-event-detail-hero > p {
    margin: 0;
    max-width: 760px;
    color: #555555;
    font-size: 17px;
    line-height: 1.75;
}

.tfx-student-event-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 10px;
}

.tfx-student-event-summary-grid article {
    min-height: 92px;
    border-radius: 22px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.035);
    box-sizing: border-box;
    border: solid 1px #ccc;
}

.tfx-student-event-summary-grid span {
    display: block;
    margin-bottom: 8px;
    color: #999999;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-event-summary-grid strong {
    display: block;
    color: var(--tfx-student-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.tfx-student-event-detail-cover {
    height: 360px;
    border-radius: 30px;
    overflow: hidden;
    background: #F0EDE8;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.055);
}

.tfx-student-event-detail-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tfx-student-section-kicker {
    margin-bottom: 10px;
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.tfx-student-event-detail-section {
    display: grid;
    gap: 18px;
}

.tfx-student-event-detail-section h2,
.tfx-student-event-access-box h2,
.tfx-student-event-location-card h2 {
    margin: 0;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-title);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 300;
    line-height: 1.05;
}

.tfx-student-event-description {
    max-width: 780px;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}

.tfx-student-event-description p {
    margin-top: 0;
}

.tfx-student-event-description p:last-child {
    margin-bottom: 0;
}

.tfx-student-event-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 12px;
}

.tfx-student-event-info-grid article {
    min-height: 150px;
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, 0.035);
    box-sizing: border-box;
}

.tfx-student-event-info-grid article.is-wide {
    grid-column: 1 / -1;
    min-height: auto;
}

.tfx-student-event-info-grid span {
    display: block;
    margin-bottom: 14px;
    color: #999999;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-event-info-grid p {
    margin: 0;
    color: #444444;
    font-size: 15px;
    line-height: 1.7;
}

.tfx-student-event-access-box,
.tfx-student-event-location-card {
    display: grid;
    gap: 22px;
    background: #ffffff;
    border-radius: 28px;
    padding: 34px;
    border: 1px solid rgba(0, 0, 0, 0.035);
    box-sizing: border-box;
}

.tfx-student-event-access-box {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.tfx-student-event-access-box span,
.tfx-student-event-location-content span {
    display: block;
    margin-bottom: 8px;
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-event-access-box p,
.tfx-student-event-location-content p {
    margin: 10px 0 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.tfx-student-event-location-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 26px;
}

.tfx-student-event-location-content strong {
    display: block;
    color: var(--tfx-student-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.tfx-student-event-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--tfx-student-text);
    color: #ffffff;
    padding: 15px 26px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.25s ease;
}

.tfx-student-event-map-button:hover {
    background: var(--tfx-student-verde);
    transform: translateY(-2px);
}

.tfx-student-event-map-placeholder {
    min-height: 150px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(232, 229, 223, 0.86), rgba(248, 246, 242, 0.96)),
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.025) 0,
            rgba(0, 0, 0, 0.025) 1px,
            transparent 1px,
            transparent 12px
        );
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.tfx-student-event-map-placeholder span {
    color: #888888;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.tfx-student-ticket-card {
    position: sticky;
    top: 38px;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 34px 68px rgba(0, 0, 0, 0.07);
}

.tfx-student-ticket-header {
    background: var(--tfx-student-text);
    color: #ffffff;
    padding: 28px 24px;
    text-align: center;
}

.tfx-student-ticket-header span {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    opacity: 0.9;
}

.tfx-student-ticket-body {
    padding: 42px 38px 38px;
    text-align: center;
}

.tfx-student-ticket-id {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.tfx-student-ticket-code {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 999px;
    background: var(--tfx-student-crema);
    color: var(--tfx-student-text);
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
    word-break: break-word;
}

.tfx-student-ticket-note {
    max-width: 300px;
    margin: 0 auto 30px;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.tfx-student-ticket-person {
    margin-bottom: 30px;
}

.tfx-student-ticket-person span {
    display: block;
    margin-bottom: 8px;
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-ticket-person h3 {
    margin: 0;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-title);
    font-size: 31px;
    font-weight: 300;
    line-height: 1.1;
}

.tfx-student-ticket-person p {
    margin: 8px 0 0;
    color: #888888;
    font-size: 13px;
}

.tfx-student-ticket-meta {
    display: grid;
    gap: 14px;
    text-align: left;
    background: var(--tfx-student-crema);
    padding: 22px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.tfx-student-ticket-meta p {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    margin: 0;
    color: #555555;
    font-size: 13px;
    line-height: 1.5;
}

.tfx-student-ticket-meta strong {
    color: var(--tfx-student-text);
    font-size: 12px;
    font-weight: 900;
}

.tfx-student-ticket-meta span {
    min-width: 0;
}

.tfx-student-ticket-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    border-radius: 999px;
    background: var(--tfx-student-verde);
    color: #ffffff;
    padding: 17px 24px;
    font-family: var(--tfx-student-body);
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    box-sizing: border-box;
    transition: 0.25s ease;
}

a.tfx-student-ticket-button:hover {
    background: var(--tfx-student-verde-dark);
    transform: translateY(-2px);
}

.tfx-student-ticket-button:disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

.tfx-student-event-empty {
    max-width: 680px;
    background: #ffffff;
    border-radius: 28px;
    padding: 44px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-event-empty span {
    display: block;
    margin-bottom: 12px;
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-event-empty h1 {
    margin: 0 0 12px;
    font-family: var(--tfx-student-title);
    font-size: 42px;
    font-weight: 300;
    line-height: 1.05;
}

.tfx-student-event-empty p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1280px) {
    .tfx-student-event-detail-layout {
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 48px;
    }

    .tfx-student-event-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .tfx-student-event-detail-layout {
        grid-template-columns: 1fr;
    }

    .tfx-student-ticket-card {
        position: static;
        max-width: 560px;
    }
}

@media (max-width: 760px) {
    .tfx-student-event-detail-content {
        gap: 36px;
    }

    .tfx-student-event-detail-hero h1 {
        font-size: clamp(40px, 13vw, 56px);
    }

    .tfx-student-event-detail-cover {
        height: 260px;
        border-radius: 24px;
    }

    .tfx-student-event-summary-grid,
    .tfx-student-event-info-grid {
        grid-template-columns: 1fr;
    }

    .tfx-student-event-access-box {
        grid-template-columns: 1fr;
    }

    .tfx-student-event-location-content {
        flex-direction: column;
    }

    .tfx-student-event-map-button {
        width: 100%;
        box-sizing: border-box;
    }

    .tfx-student-ticket-body {
        padding: 34px 28px 30px;
    }

    .tfx-student-ticket-meta p {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .tfx-student-event-detail-hero > p,
    .tfx-student-event-description {
        font-size: 15px;
    }

    .tfx-student-event-summary-grid article,
    .tfx-student-event-info-grid article,
    .tfx-student-event-access-box,
    .tfx-student-event-location-card {
        padding: 24px;
        border-radius: 22px;
    }

    .tfx-student-ticket-person h3 {
        font-size: 27px;
    }
}

.tfx-student-ticket-email-note {
    text-align: left;
    border-radius: 20px;
    background: #F0F4EA;
    padding: 20px;
    border: 1px solid rgba(152, 158, 139, 0.18);
}

.tfx-student-ticket-email-note span {
    display: block;
    margin-bottom: 8px;
    color: var(--tfx-student-verde-dark);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-ticket-email-note p {
    margin: 0;
    color: #555555;
    font-size: 13px;
    line-height: 1.65;
}

.tfx-student-ticket-email-note strong {
    display: block;
    margin-top: 12px;
    color: var(--tfx-student-text);
    font-size: 13px;
    font-weight: 900;
    word-break: break-word;
}

.tfx-student-event-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tfx-student-event-tag.is-soft {
    background: #EEEAE3;
    color: #777777;
}

.tfx-student-event-date {
    color: var(--tfx-student-verde);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.tfx-student-event-featured-image.is-empty,
.tfx-student-event-card-image.is-empty {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #F0EDE8, #ffffff);
}

.tfx-student-event-featured-image.is-empty span,
.tfx-student-event-card-image.is-empty span {
    color: #999999;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-events-empty {
    background: #ffffff;
    border-radius: 28px;
    padding: 42px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-events-empty span {
    display: block;
    margin-bottom: 10px;
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tfx-student-events-empty h3 {
    margin: 0 0 10px;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-body);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
}

.tfx-student-events-empty p {
    margin: 0;
    max-width: 560px;
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
}

.tfx-student-mini-actions a {
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px;
    background: #D5B6AD;
    border-radius: 10px;
    display: block;
    width: fit-content;
    font-size: 14px;
}

.tfx-student-mini-actions a:hover{
    background: #000;
}

.tfx-student-mini-actions {
    display: flex;
    grid-gap: 10px;
    margin-top: 10px;
}

/* ==========================================================
   Student Payments
   ========================================================== */

.tfx-student-payments {
    display: grid;
    gap: 34px;
}

.tfx-student-payments-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.tfx-student-payments-header span,
.tfx-student-payments-account span,
.tfx-student-payments-balance-card span,
.tfx-student-payments-summary-grid span,
.tfx-student-payments-panel-head span,
.tfx-student-payments-empty span,
.tfx-student-payments-unavailable span {
    display: block;
    margin-bottom: 10px;
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.tfx-student-payments-header h1 {
    margin: 0;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-title);
    font-size: 48px;
    font-weight: 300;
    line-height: 0.96;
    text-transform: uppercase;
}

.tfx-student-payments-header p {
    margin: 16px 0 0;
    max-width: 720px;
    color: #777777;
    font-size: 16px;
    line-height: 1.7;
}

.tfx-student-payments-account {
    min-width: 260px;
    border-radius: 24px;
    background: #ffffff;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-payments-account strong {
    display: block;
    color: var(--tfx-student-text);
    font-size: 14px;
    font-weight: 800;
    word-break: break-word;
}

.tfx-student-payments-summary {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 22px;
}

.tfx-student-payments-balance-card {
    background: var(--tfx-student-text);
    color: #ffffff;
    border-radius: 30px;
    padding: 34px;
}

.tfx-student-payments-balance-card span {
    color: rgba(255, 255, 255, 0.68);
}

.tfx-student-payments-balance-card strong {
    display: block;
    color: #ffffff;
    font-family: var(--tfx-student-title);
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 300;
    line-height: 1;
}

.tfx-student-payments-balance-card p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.65;
}

.tfx-student-payments-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tfx-student-payments-summary-grid article {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-payments-summary-grid strong {
    display: block;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-title);
    font-size: 34px;
    font-weight: 300;
    line-height: 1.05;
}

.tfx-student-payments-summary-grid strong.is-date {
    font-family: var(--tfx-student-body);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.tfx-student-payments-panel {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.tfx-student-payments-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.tfx-student-payments-panel-head h2 {
    margin: 0;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-title);
    font-size: clamp(32px, 3vw, 30px);
    font-weight: 400;
    line-height: 1.05;
}

.tfx-student-payments-list {
    display: grid;
    gap: 14px;
}

.tfx-student-payment-row-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border-radius: 22px;
    background: var(--tfx-student-crema);
    padding: 18px;
}

.tfx-student-payment-row-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--tfx-student-verde);
    font-family: var(--tfx-student-title);
    font-size: 24px;
    font-weight: 300;
}

.tfx-student-payment-row-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.tfx-student-payment-row-title h3 {
    margin: 0;
    color: var(--tfx-student-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.tfx-student-payment-status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.tfx-student-payment-status.is-paid {
    background: #E8F1EA;
    color: #2E6E4E;
}

.tfx-student-payment-status.is-processing {
    background: #EEF1E9;
    color: #617354;
}

.tfx-student-payment-status.is-pending {
    background: #FFF6DD;
    color: #967032;
}

.tfx-student-payment-status.is-refunded {
    background: #EEEAE3;
    color: #6C655B;
}

.tfx-student-payment-status.is-failed {
    background: #FFF1F1;
    color: #9A4A4A;
}

.tfx-student-payment-status.is-neutral {
    background: #F3F3F3;
    color: #777777;
}

.tfx-student-payment-row-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #777777;
    font-size: 12px;
    line-height: 1.5;
}

.tfx-student-payment-row-side {
    display: grid;
    gap: 8px;
    justify-items: end;
    text-align: right;
}

.tfx-student-payment-row-side strong {
    color: var(--tfx-student-text);
    font-size: 18px;
    font-weight: 900;
}

.tfx-student-payment-row-side a {
    color: var(--tfx-student-verde);
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.tfx-student-payments-empty,
.tfx-student-payments-unavailable {
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background: var(--tfx-student-crema);
    padding: 34px;
}

.tfx-student-payments-empty-icon,
.tfx-student-payments-unavailable-icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #ffffff;
    color: var(--tfx-student-verde);
    font-family: var(--tfx-student-title);
    font-size: 42px;
    line-height: 1;
}

.tfx-student-payments-empty h3,
.tfx-student-payments-unavailable h2 {
    margin: 0 0 10px;
    color: var(--tfx-student-text);
    font-family: var(--tfx-student-title);
    font-size: 34px;
    font-weight: 300;
    line-height: 1.05;
}

.tfx-student-payments-empty p,
.tfx-student-payments-unavailable p {
    margin: 0;
    max-width: 680px;
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1180px) {
    .tfx-student-payments-header,
    .tfx-student-payments-summary {
        grid-template-columns: 1fr;
    }

    .tfx-student-payments-header {
        display: grid;
    }

    .tfx-student-payments-account {
        min-width: 0;
    }
}

@media (max-width: 760px) {
    .tfx-student-payments-summary-grid {
        grid-template-columns: 1fr;
    }

    .tfx-student-payments-panel {
        padding: 22px;
        border-radius: 24px;
    }

    .tfx-student-payment-row-card {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .tfx-student-payment-row-side {
        justify-items: start;
        text-align: left;
    }

    .tfx-student-payment-row-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .tfx-student-payments-empty,
    .tfx-student-payments-unavailable {
        flex-direction: column;
        align-items: flex-start;
    }
}