﻿/* =========================================================
   AirLessons - Teacher Details
   Scope: TeacherDetails page only
   Prefix: tdet-
   ========================================================= */


/* =========================================================
   Page
   ========================================================= */

.tdet-page {
    min-height: 100vh;
    padding-bottom: 5rem;
    background: radial-gradient(circle at top left, rgba(255, 193, 7, .16), transparent 34rem), radial-gradient(circle at top right, rgba(13, 110, 253, .10), transparent 30rem), linear-gradient(180deg, #f8fafc 0%, #ffffff 42%);
    color: #0f172a;
}


/* =========================================================
   Hero
   ========================================================= */

.tdet-hero {
    padding: 2rem 0 1rem;
}

.tdet-hero-card {
    position: relative;
    overflow: visible;
    padding: 1.35rem;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 32px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 22px 58px rgba(17, 24, 39, .08);
    backdrop-filter: blur(16px);
}

    /*.tdet-hero-card::before {
        content: "";
        position: absolute;
        top: -90px;
        right: -90px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255, 193, 7, .16);
        pointer-events: none;
    }

    .tdet-hero-card::after {
        content: "";
        position: absolute;
        bottom: -110px;
        left: -90px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(13, 110, 253, .08);
        pointer-events: none;
    }*/

.tdet-hero-top,
.tdet-profile-shell {
    position: relative;
    z-index: 1;
}

.tdet-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.45rem;
}

.tdet-back-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--primary-color);
    font-weight: 800;
    text-decoration: none;
    transition: color .16s ease, transform .16s ease;
}

    .tdet-back-link:hover {
        color: var(--secondary-color);
        transform: translateX(-2px);
    }

    .tdet-back-link i {
        font-size: 1.35rem;
    }

.tdet-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .8rem;
    border: 1px solid rgba(13, 110, 253, .12);
    border-radius: 999px;
    background: rgba(13, 110, 253, .07);
    color: var(--primary-color);
    font-size: .82rem;
    font-weight: 900;
}


/* =========================================================
   Profile shell
   ========================================================= */

.tdet-profile-shell {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.tdet-avatar-wrap {
    position: sticky;
    top: 1rem;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    padding: .45rem;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--secondary-color), var(--primary-color)) border-box;
    border: 4px solid transparent;
    box-shadow: 0 18px 36px rgba(17, 24, 39, .16);
}

.tdet-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.tdet-profile-content {
    min-width: 0;
}

.tdet-profile-head {
    text-align: left;
}

.tdet-name-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .6rem;
}

.tdet-name {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.85rem, 3vw, 2.85rem);
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.tdet-subtitle {
    max-width: 820px;
    margin: .65rem 0 0;
    color: #64748b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
}

.tdet-rating-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem;
    margin: .9rem 0 1.05rem;
    color: var(--secondary-color);
    font-weight: 900;
}

    .tdet-rating-row span {
        margin-left: .35rem;
        color: #334155;
        font-size: .88rem;
    }

.tdet-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.1rem;
}


/* =========================================================
   About
   ========================================================= */

.tdet-about-card {
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(17, 24, 39, .075);
    border-radius: 24px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 10px 24px rgba(17, 24, 39, .04);
}

.tdet-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 .45rem;
    color: #94a3b8;
    font-size: .75rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

    .tdet-section-kicker i {
        color: var(--primary-color);
    }

.tdet-about-text {
    color: #475569;
    font-size: .96rem;
    font-weight: 550;
    line-height: 1.7;
    white-space: pre-line;
}


/* =========================================================
   Buttons
   ========================================================= */

.tdet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    padding: .68rem 1.1rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}

    .tdet-btn:hover {
        transform: translateY(-1px);
    }

.tdet-btn-primary {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 10px 22px rgba(13, 110, 253, .20);
}

    .tdet-btn-primary:hover {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #fff;
        box-shadow: 0 12px 26px rgba(255, 193, 7, .25);
    }

.tdet-btn-light {
    border: 1px solid rgba(17, 24, 39, .10);
    background: #fff;
    color: #334155;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .045);
}

    .tdet-btn-light:hover {
        border-color: var(--secondary-color);
        color: var(--primary-color);
        box-shadow: 0 12px 24px rgba(17, 24, 39, .075);
    }


/* =========================================================
   Pills
   ========================================================= */

.tdet-soft-pill,
.tdet-mode-pill,
.tdet-danger-pill,
.tdet-success-pill,
.tdet-primary-pill,
.tdet-soft-topic-pill,
.tdet-success-soft-pill,
.tdet-muted-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-height: 28px;
    max-width: 100%;
    padding: .42rem .68rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 850;
    line-height: 1;
}

.tdet-soft-pill {
    border: 1px solid rgba(13, 110, 253, .12);
    background: rgba(13, 110, 253, .07);
    color: var(--primary-color);
}

.tdet-mode-pill {
    border: 1px solid rgba(13, 110, 253, .16);
    background: rgba(13, 110, 253, .08);
    color: var(--primary-color);
}

.tdet-danger-pill {
    border: 1px solid rgba(239, 68, 68, .20);
    background: #ef4444;
    color: #fff;
    box-shadow: 0 8px 18px rgba(239, 68, 68, .16);
}

.tdet-success-pill {
    border: 1px solid rgba(22, 163, 74, .18);
    background: #16a34a;
    color: #fff;
}

.tdet-primary-pill {
    border: 1px solid rgba(13, 110, 253, .16);
    background: rgba(13, 110, 253, .10);
    color: var(--primary-color);
}

.tdet-soft-topic-pill {
    border: 1px solid rgba(15, 23, 42, .08);
    background: rgba(15, 23, 42, .06);
    color: #334155;
}

.tdet-success-soft-pill {
    border: 1px solid rgba(22, 163, 74, .18);
    background: rgba(22, 163, 74, .10);
    color: #15803d;
}

.tdet-muted-pill {
    border: 1px solid rgba(100, 116, 139, .20);
    background: rgba(100, 116, 139, .12);
    color: #64748b;
}


/* =========================================================
   Profile meta
   ========================================================= */

.tdet-profile-meta-area {
    margin-top: 1rem;
}

.tdet-meta-card {
    height: 100%;
    padding: 1rem;
    border: 1px solid rgba(17, 24, 39, .075);
    border-radius: 24px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 12px 28px rgba(17, 24, 39, .045);
}

.tdet-meta-title {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: .8rem;
    color: #0f172a;
    font-size: .9rem;
    font-weight: 950;
    letter-spacing: -.015em;
}

    .tdet-meta-title i {
        color: var(--primary-color);
    }

.tdet-meta-list {
    display: grid;
    gap: .65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tdet-meta-line {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    color: #475569;
    font-size: .9rem;
    font-weight: 750;
    line-height: 1.4;
}

.tdet-language-item {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
}

.tdet-dot {
    display: inline-flex;
    width: .55rem;
    height: .55rem;
    flex: 0 0 auto;
    margin-top: .35rem;
    border-radius: 999px;
    background: var(--secondary-color);
    box-shadow: 0 0 0 4px rgba(255, 193, 7, .16);
}

.tdet-meta-strong {
    color: #0f172a;
    font-weight: 900;
}

.tdet-meta-muted,
.tdet-empty-text {
    color: #64748b;
    font-size: .88rem;
    font-weight: 700;
}

.tdet-empty-text {
    margin: 0;
}

.tdet-flag {
    width: 25px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: .12rem;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(17, 24, 39, .12);
}


/* =========================================================
   Body / tabs
   ========================================================= */

.tdet-body {
    padding: 1rem 0 3rem;
}

.tdet-tabs-area {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.tdet-tabs {
    display: inline-flex;
    gap: .25rem;
    padding: .35rem;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 30px rgba(17, 24, 39, .06);
}

.tdet-tab {
    border-radius: 999px !important;
    color: #64748b !important;
    font-size: 1rem;
    font-weight: 950;
    transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}

    .tdet-tab:hover {
        color: var(--primary-color) !important;
    }

    .tdet-tab.active {
        background: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: 0 10px 22px rgba(13, 110, 253, .22);
    }

.tdet-section-head {
    margin-bottom: 1.35rem;
    text-align: center;
}

    .tdet-section-head .tdet-section-kicker {
        margin-bottom: .35rem;
    }

.tdet-section-title {
    margin: 0;
    color: var(--primary-color);
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    font-weight: 950;
    text-align: center;
    letter-spacing: -.035em;
}


/* =========================================================
   Lessons
   ========================================================= */

.tdet-lessons-list {
    display: grid;
    gap: 1rem;
}

.tdet-lesson-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 40px rgba(17, 24, 39, .065);
    backdrop-filter: blur(10px);
    /*transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;*/
}

    /*.tdet-lesson-card:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 193, 7, .55);
        box-shadow: 0 22px 48px rgba(17, 24, 39, .10);
    }*/

    .tdet-lesson-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
        pointer-events: none;
    }

.tdet-lesson-main-row,
.tdet-lesson-detail-row,
.tdet-lesson-footer {
    position: relative;
    z-index: 1;
}

.tdet-lesson-main-row {
    padding: 1.15rem 1.2rem 1rem;
}

.tdet-lesson-detail-row {
    padding: 0 1.2rem 1.1rem;
}

.tdet-lesson-title {
    margin: 0 0 .4rem;
    color: var(--primary-color);
    font-size: 1.15rem;
    font-weight: 950;
    letter-spacing: -.02em;
}

.tdet-lesson-date {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #64748b;
    font-size: .86rem;
    font-weight: 750;
}

    .tdet-lesson-date i {
        color: var(--primary-color);
    }

.tdet-mode-row {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .8rem;
}


/* =========================================================
   Prices
   ========================================================= */

.tdet-price-area {
    height: 100%;
}

.tdet-price-card {
    height: 100%;
    min-height: 92px;
    padding: .85rem;
    border: 1px solid rgba(13, 110, 253, .14);
    border-radius: 20px;
    background: rgba(248, 250, 252, .95);
    box-shadow: 0 8px 18px rgba(17, 24, 39, .04);
}

.tdet-price-label {
    display: flex;
    align-items: center;
    gap: .42rem;
    margin-bottom: .35rem;
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

    .tdet-price-label i {
        color: var(--primary-color);
    }

.tdet-price-current {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 950;
    line-height: 1.1;
}

.tdet-price-old {
    margin-bottom: .15rem;
    color: #94a3b8;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: line-through;
}

.tdet-price-discount {
    display: inline-flex;
    margin-top: .3rem;
    padding: .22rem .48rem;
    border-radius: 999px;
    background: rgba(239, 68, 68, .10);
    color: #ef4444;
    font-size: .72rem;
    font-weight: 900;
}

.tdet-price-missing {
    color: #94a3b8;
    font-size: .9rem;
    font-weight: 800;
}


/* =========================================================
   Lesson info cards
   ========================================================= */

.tdet-info-card {
    height: 100%;
    padding: .9rem;
    border: 1px solid rgba(17, 24, 39, .075);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
}

.tdet-info-title {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .65rem;
    color: #0f172a;
    font-size: .84rem;
    font-weight: 950;
}

    .tdet-info-title i {
        color: var(--primary-color);
    }

.tdet-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
}

.tdet-pill-list-topics {
    padding-top: .2rem;
}

.tdet-small-empty {
    display: flex;
    align-items: center;
    min-height: 32px;
    color: #94a3b8;
    font-size: .82rem;
    font-weight: 750;
}


/* =========================================================
   Categories
   ========================================================= */

.tdet-category-list {
    display: grid;
    gap: .5rem;
}

.tdet-category-item {
    position: relative;
}

.tdet-category-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: .45rem;
    max-width: 100%;
    min-height: 32px;
    padding: .46rem .7rem;
    border: 1px solid rgba(255, 193, 7, .35);
    border-radius: 999px;
    background: rgba(255, 193, 7, .18);
    color: #8a5a00;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .045);
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}

    .tdet-category-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 24px rgba(17, 24, 39, .075);
    }

    .tdet-category-button[aria-expanded="true"] {
        border-color: var(--secondary-color);
        background: var(--secondary-color);
        color: #fff;
        box-shadow: 0 10px 22px rgba(255, 193, 7, .22);
    }

    .tdet-category-button i {
        transition: transform .16s ease;
    }

    .tdet-category-button[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

.tdet-topic-collapse {
    margin-top: .45rem;
    padding: .65rem;
    border: 1px solid rgba(17, 24, 39, .075);
    border-radius: 18px;
    background: rgba(248, 250, 252, .92);
}


/* =========================================================
   Lesson footer
   ========================================================= */

.tdet-lesson-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .95rem 1.2rem 1.15rem;
    border-top: 1px solid rgba(17, 24, 39, .075);
}

.tdet-lesson-note {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #64748b;
    font-size: .84rem;
    font-weight: 750;
}

    .tdet-lesson-note i {
        color: var(--primary-color);
    }

.tdet-book-area {
    flex: 0 0 auto;
}

.tdet-book-btn {
    min-width: 170px;
}


/* =========================================================
   Reviews
   ========================================================= */

.tdet-review-card {
    height: 100%;
    padding: 1.1rem;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 40px rgba(17, 24, 39, .065);
}

.tdet-review-head {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: .8rem;
}

.tdet-review-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .12);
}

.tdet-review-name {
    margin: 0;
    color: #0f172a;
    font-size: .98rem;
    font-weight: 950;
}

.tdet-review-date {
    color: #94a3b8;
    font-size: .78rem;
    font-weight: 750;
}

.tdet-review-stars {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-bottom: .7rem;
    color: var(--secondary-color);
}

.tdet-review-comment {
    margin: 0;
    color: #475569;
    font-size: .94rem;
    font-style: italic;
    line-height: 1.65;
}


/* =========================================================
   Empty state
   ========================================================= */

.tdet-empty-state {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px dashed rgba(13, 110, 253, .28);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(17, 24, 39, .05);
    color: #64748b;
}

.tdet-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 16px;
    background: rgba(13, 110, 253, .08);
    color: var(--primary-color);
    font-size: 1.25rem;
}

.tdet-empty-content h3 {
    margin: 0 0 .2rem;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 950;
}

.tdet-empty-content p {
    margin: 0;
    font-size: .92rem;
    font-weight: 700;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991.98px) {
    .tdet-page {
        padding-bottom: 6rem;
    }

    .tdet-hero {
        padding: 1.2rem 0 .75rem;
    }

    .tdet-hero-card {
        border-radius: 28px;
    }

    .tdet-profile-shell {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .tdet-avatar-wrap {
        position: relative;
        top: auto;
        margin: 0 auto;
    }

    .tdet-profile-head {
        text-align: center;
    }

    .tdet-name-row,
    .tdet-rating-row,
    .tdet-profile-actions {
        justify-content: center;
    }

    .tdet-about-card {
        text-align: left;
    }

    .tdet-meta-card {
        padding: .9rem;
        border-radius: 22px;
    }

    .tdet-lesson-card {
        border-radius: 24px;
    }

    .tdet-lesson-main-row {
        padding: 1rem 1rem .9rem;
    }

    .tdet-lesson-detail-row {
        padding: 0 1rem 1rem;
    }

    .tdet-price-card {
        min-height: 86px;
    }

    .tdet-lesson-footer {
        align-items: stretch;
        flex-direction: column;
        padding: .95rem 1rem 1rem;
    }

    .tdet-book-area {
        width: 100%;
    }

    .tdet-book-btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .tdet-hero-card {
        padding: 1rem;
        border-radius: 24px;
    }

        .tdet-hero-card::before,
        .tdet-hero-card::after {
            display: none;
        }

    .tdet-hero-top {
        align-items: flex-start;
        margin-bottom: 1.1rem;
    }

    .tdet-hero-badge {
        display: none;
    }

    .tdet-avatar-wrap {
        width: 128px;
        height: 128px;
    }

    .tdet-name {
        font-size: 1.65rem;
    }

    .tdet-subtitle {
        font-size: .92rem;
    }

    .tdet-about-text {
        font-size: .92rem;
        line-height: 1.65;
    }

    .tdet-profile-actions {
        flex-direction: column;
    }

        .tdet-profile-actions .tdet-btn {
            width: 100%;
        }

    .tdet-tabs-area {
        /*justify-content: stretch;*/
    }

    .tdet-tabs {
        /*width: 100%;*/
        justify-content: center;
        border-radius: 22px;
    }

    .tdet-tab {
        font-size: .92rem;
        padding: .55rem .8rem;
    }

    .tdet-lesson-card::before {
        width: 100%;
        height: 5px;
    }

    .tdet-lesson-title {
        font-size: 1.03rem;
    }

    .tdet-soft-pill,
    .tdet-mode-pill,
    .tdet-danger-pill,
    .tdet-success-pill,
    .tdet-primary-pill,
    .tdet-soft-topic-pill,
    .tdet-success-soft-pill,
    .tdet-muted-pill {
        white-space: normal;
        text-align: left;
        line-height: 1.25;
    }

    .tdet-category-button {
        width: 100%;
        justify-content: space-between;
        text-align: left;
        line-height: 1.25;
        border-radius: 16px;
    }

    .tdet-topic-collapse {
        padding: .55rem;
        border-radius: 16px;
    }

    .tdet-price-current {
        font-size: 1.1rem;
    }

    .tdet-empty-state {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .tdet-meta-card {
        border-radius: 20px;
    }

    .tdet-meta-title {
        font-size: .86rem;
    }

    .tdet-meta-line,
    .tdet-meta-muted,
    .tdet-empty-text {
        font-size: .84rem;
    }

    .tdet-lesson-card {
        border-radius: 22px;
    }

    .tdet-lesson-main-row {
        padding: .9rem;
    }

    .tdet-lesson-detail-row {
        padding: 0 .9rem .9rem;
    }

    .tdet-info-card {
        padding: .8rem;
        border-radius: 18px;
    }

    .tdet-price-card {
        padding: .78rem;
        border-radius: 18px;
    }

    .tdet-review-card {
        border-radius: 22px;
    }

    .tdet-empty-state {
        padding: 1rem;
        border-radius: 20px;
    }
}

@media (max-width: 420px) {
    .tdet-name {
        font-size: 1.45rem;
    }

    .tdet-about-title {
        font-size: .78rem;
    }

    .tdet-section-title {
        font-size: 1.45rem;
    }

    .tdet-soft-pill,
    .tdet-mode-pill,
    .tdet-danger-pill,
    .tdet-success-pill,
    .tdet-primary-pill,
    .tdet-soft-topic-pill,
    .tdet-success-soft-pill,
    .tdet-muted-pill {
        font-size: .72rem;
    }
}
