/* ==========================================================================
   MEDICAL AUTHOR PAGE
   ========================================================================== */

.dz-medical-author {
    min-height: 60vh;
    padding:
        calc(
            var(--dz-navbar-offset, 96px)
            + 24px
        )
        0
        72px;
    background: #f6f9fc;
    color: #102033;
    font-family: "Poppins", sans-serif;
}

.dz-medical-author__container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.dz-medical-author__breadcrumb.panel-detail-breadcrumb {
    display: block;
    margin: 0 0 18px;
    padding: 10px 14px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.dz-medical-author__breadcrumb .breadcrumb {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    border: 0;
    background: transparent;
    color: #667788;
    font-size: .9rem;
}

.dz-medical-author__breadcrumb .breadcrumb-item {
    color: #667788;
}

.dz-medical-author__breadcrumb a {
    color: #2774b8;
    text-decoration: none;
}

.dz-medical-author__breadcrumb a:hover {
    text-decoration: underline;
}

.dz-medical-author__hero,
.dz-medical-author__profile-card,
.dz-medical-author-card {
    border: 1px solid rgba(15, 23, 42, .07);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

.dz-medical-author__hero {
    display: grid;
    margin-bottom: 34px;
    padding: 32px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 26px;
    align-items: center;
    border-radius: 26px;
}

.dz-medical-author__avatar {
    display: inline-flex;
    width: 94px;
    height: 94px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(39, 116, 184, .14);
    border-radius: 24px;
    background: #f1f7fc;
    color: #2774b8;
    font-size: 2.4rem;
}

.dz-medical-author__hero-copy {
    min-width: 0;
}

.dz-medical-author__eyebrow,
.dz-medical-author__section-kicker,
.dz-medical-author-card__type {
    color: #2774b8;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.dz-medical-author__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
}

.dz-medical-author__title {
    max-width: 900px;
    margin: 0;
    color: #102033;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.dz-medical-author__position,
.dz-medical-author__lead {
    max-width: 760px;
    margin: 16px 0 0;
    color: #56697c;
    font-size: 1.04rem;
    line-height: 1.75;
}

.dz-medical-author__position {
    color: #31536b;
    font-weight: 600;
}

.dz-medical-author__meta {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.dz-medical-author__chip {
    display: inline-flex;
    padding: 7px 11px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(39, 116, 184, .12);
    border-radius: 999px;
    background: #f1f7fc;
    color: #31536b;
    font-size: .86rem;
    font-weight: 600;
}

.dz-medical-author__chip i {
    color: #2774b8;
}

.dz-medical-author__profile-card,
.dz-medical-author__section {
    margin-top: 30px;
}

.dz-medical-author__profile-card {
    padding: 28px;
    border-radius: 26px;
}

.dz-medical-author__section-heading {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 14px;
}

.dz-medical-author__section-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(39, 116, 184, .12);
    border-radius: 15px;
    background: #f1f7fc;
    color: #2774b8;
    font-size: 1.15rem;
}

.dz-medical-author__section-kicker {
    display: block;
    margin-bottom: 3px;
    font-size: .72rem;
}

.dz-medical-author__section-heading h2 {
    margin: 0;
    color: #102033;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.dz-medical-author__profile-text {
    color: #526679;
    font-size: .98rem;
    line-height: 1.75;
}

.dz-medical-author__profile-text > :last-child {
    margin-bottom: 0;
}

.dz-medical-author__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dz-medical-author-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 22px;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.dz-medical-author-card:hover {
    border-color: rgba(39, 116, 184, .20);
    box-shadow: 0 22px 52px rgba(15, 23, 42, .10);
    transform: translateY(-3px);
}

.dz-medical-author-card__link {
    display: flex;
    min-height: 100%;
    padding: 24px;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.dz-medical-author-card__link:hover {
    color: inherit;
    text-decoration: none;
}

.dz-medical-author-card__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(39, 116, 184, .12);
    border-radius: 14px;
    background: #f1f7fc;
    color: #2774b8;
    font-size: 1.1rem;
}

.dz-medical-author-card__type {
    margin-bottom: 9px;
    font-size: .68rem;
}

.dz-medical-author-card__title {
    margin: 0 0 24px;
    color: #102033;
    font-size: 1.08rem;
    font-weight: 750;
    line-height: 1.48;
}

.dz-medical-author-card__action {
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    gap: 8px;
    color: #2774b8;
    font-size: .88rem;
    font-weight: 700;
}

.dz-medical-author-card__action i {
    font-size: .78rem;
    transition: transform .2s ease;
}

.dz-medical-author-card:hover
.dz-medical-author-card__action i {
    transform: translateX(3px);
}

@media (max-width: 991.98px) {
    .dz-medical-author {
        padding:
            calc(
                var(--dz-navbar-offset, 76px)
                + 18px
            )
            0
            58px;
    }

    .dz-medical-author__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dz-medical-author__hero {
        padding: 24px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .dz-medical-author__avatar {
        width: 72px;
        height: 72px;
        border-radius: 20px;
        font-size: 1.9rem;
    }

    .dz-medical-author__title {
        font-size: 2rem;
    }

    .dz-medical-author__profile-card,
    .dz-medical-author-card__link {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .dz-medical-author {
        padding-bottom: 44px;
    }

    .dz-medical-author__breadcrumb.panel-detail-breadcrumb {
        margin-bottom: 14px;
        padding: 9px 12px;
        border-radius: 16px;
    }

    .dz-medical-author__breadcrumb .breadcrumb {
        font-size: .82rem;
    }

    .dz-medical-author__hero {
        margin-bottom: 26px;
        padding: 20px;
        border-radius: 22px;
    }

    .dz-medical-author__grid {
        grid-template-columns: 1fr;
    }

    .dz-medical-author__section-heading {
        align-items: flex-start;
    }
}
