/* =========================
   AUTEURS — CARTES PROPRES
========================= */

.author-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.author-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin-bottom: 14px;
}

.author-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-card__content {
    max-width: 220px;
}

.author-card__content h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.author-card__content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

/* ========================================
   BOUTONS
======================================== */

.hedna-author-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #111111;
    background: transparent;
    color: #111111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    transition: all 0.2s ease;
}

.hedna-author-btn:hover {
    background: #111111;
    color: #ffffff;
}

.hedna-author-btn--small {
    min-height: 40px;
    padding: 0 15px;
    font-size: 12px;
}

/* ========================================
   HERO PLEIN LARGEUR
======================================== */

.hedna-author-hero-full {
    margin-bottom: 26px;
}

.hedna-author-hero-full__box {
    border: 1px solid #e8e8e8;
    background: #ffffff;
    overflow: hidden;
}

.hedna-author-hero-full__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    align-items: stretch;
    min-height: 560px;
}

.hedna-author-hero-full__content {
    padding: 62px 54px 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.hedna-author-hero-full__eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b7b7b;
}

.hedna-author-hero-full__title {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 6vw, 86px);
    line-height: 0.94;
    font-weight: 500;
    color: #111111;
    word-break: break-word;
}

.hedna-author-hero-full__excerpt {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.8;
    color: #505050;
}

.hedna-author-hero-full__excerpt p {
    margin: 0 0 14px;
}

.hedna-author-hero-full__excerpt p:last-child {
    margin-bottom: 0;
}

.hedna-author-hero-full__media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background: #f7f7f7;
    min-width: 0;
    min-height: 560px;
}

.hedna-author-hero-full__media img {
    display: block;
    width: 100%;
    max-width: 460px;
    max-height: 460px;
    height: auto;
    object-fit: contain;
}

.hedna-author-hero-full__media-placeholder {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4 / 5;
    background: #ececec;
}

/* ========================================
   HERO VIDEO
======================================== */

.hedna-author-hero-full__video-wrap {
    position: relative;
    background: #111111;
}

.hedna-author-hero-full__video {
    position: relative;
    width: 100%;
    min-height: 560px;
    background: #111111;
}

.hedna-author-hero-full__video iframe,
.hedna-author-hero-full__video video,
.hedna-author-hero-full__video embed,
.hedna-author-hero-full__video object {
    display: block;
    width: 100%;
    height: 560px;
}

.hedna-author-hero-full__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(760px, 100%);
    padding: 46px 50px 42px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
    color: #ffffff;
}

.hedna-author-hero-full__overlay .hedna-author-hero-full__eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.hedna-author-hero-full__overlay .hedna-author-hero-full__title {
    color: #ffffff;
}

.hedna-author-hero-full__overlay .hedna-author-hero-full__excerpt {
    color: rgba(255, 255, 255, 0.9);
}

/* ========================================
   BANDEAU RÉSEAUX
======================================== */

.hedna-author-social-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 22px;
    border-top: 1px solid #e8e8e8;
    background: #fcfcfc;
}

/* ========================================
   BLOC MILIEU
======================================== */

.hedna-author-topblocks {
    margin-bottom: 26px;
}

.hedna-author-topblocks__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.95fr);
    gap: 24px;
    align-items: start;
}

.hedna-author-topblocks__main,
.hedna-author-topblocks__side {
    min-width: 0;
}

.hedna-author-topblocks__side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ========================================
   SECTIONS GÉNÉRALES
======================================== */

.hedna-author-section {
    border: 1px solid #e8e8e8;
    background: #ffffff;
    padding: 32px 30px;
}

.hedna-author-section__title {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 3vw, 58px);
    line-height: 1.02;
    font-weight: 500;
    color: #111111;
}

.hedna-author-section__content {
    font-size: 15px;
    line-height: 1.82;
    color: #3f3f3f;
}

.hedna-author-section__content p {
    margin: 0 0 16px;
}

.hedna-author-section__content p:last-child {
    margin-bottom: 0;
}

.hedna-author-section__content img {
    max-width: 100%;
    height: auto;
}

.hedna-author-section--bio .hedna-author-section__content {
    max-width: 900px;
}

/* ========================================
   CARTES AGENDA / BLOG
======================================== */

.hedna-author-card {
    min-width: 0;
}

.hedna-author-card__body {
    min-width: 0;
}

.hedna-author-card__title {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 600;
    color: #111111;
}

.hedna-author-card__text {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.75;
    color: #4a4a4a;
}

.hedna-author-card__media {
    display: block;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #efefef;
}

.hedna-author-card__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========================================
   AGENDA
======================================== */

.hedna-author-section--agenda {
    padding-bottom: 26px;
}

.hedna-author-card--agenda {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hedna-author-event {
    margin: 0 0 20px;
}

.hedna-author-event__meta {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.55;
    color: #2d2d2d;
}

.hedna-author-event__meta:last-child {
    margin-bottom: 0;
}

.hedna-author-event__meta--date {
    font-weight: 600;
}

.hedna-author-event__meta--time {
    font-weight: 500;
}

.hedna-author-event__meta--location {
    color: #5b5b5b;
}

.hedna-author-card--agenda .hedna-author-card__media {
    margin-top: 6px;
}

.hedna-author-card--agenda .hedna-author-card__media img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

/* ========================================
   BLOG
======================================== */

.hedna-author-card--blog {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hedna-author-card--blog .hedna-author-card__media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

/* ========================================
   BAS DE PAGE
======================================== */

.hedna-author-bottom {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

/* ========================================
   PRESSE AUTEUR
======================================== */

.hedna-author-press-list {
    display: grid;
    gap: 18px;
}

.hedna-author-press-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
}

.hedna-author-press-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.hedna-author-press-card__image {
    display: block;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.hedna-author-press-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hedna-author-press-card__placeholder {
    width: 100%;
    height: 100%;
    background: #eeeeee;
}

.hedna-author-press-card__content {
    min-width: 0;
}

.hedna-author-press-card__date {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #666666;
}

.hedna-author-press-card__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    font-family: Georgia, "Times New Roman", serif;
}

.hedna-author-press-card__title a {
    color: #111111;
    text-decoration: none;
}

.hedna-author-press-card__title a:hover {
    text-decoration: underline;
}

.hedna-author-press-card__excerpt {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.72;
    color: #4a4a4a;
}

/* ========================================
   LIVRES AUTEUR
======================================== */

.hedna-author-books-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 18px;
}

.hedna-author-book-card {
    min-width: 0;
}

.hedna-author-book-card__image {
    display: block;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 3 / 4;
}

.hedna-author-book-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hedna-author-book-card__placeholder {
    width: 100%;
    height: 100%;
    background: #eeeeee;
}

.hedna-author-book-card__title {
    margin: 0;
    font-size: 15px;
    line-height: 1.38;
    font-weight: 600;
}

.hedna-author-book-card__title a {
    color: #111111;
    text-decoration: none;
}

.hedna-author-book-card__title a:hover {
    text-decoration: underline;
}

/* ========================================
   ÉTATS VIDES
======================================== */

.hedna-author-empty {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
}

/* ========================================
   TABLETTE
======================================== */

@media (max-width: 1180px) {
    .hedna-author-hero-full__grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hedna-author-hero-full__media {
        min-height: 360px;
    }

    .hedna-author-topblocks__grid {
        grid-template-columns: 1fr;
    }

    .hedna-author-books-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 768px) {
    .hedna-author-page--new {
        padding: 18px 0 30px;
    }

    .hedna-author-hero-full,
    .hedna-author-topblocks,
    .hedna-author-bottom {
        margin-bottom: 18px;
    }

    .hedna-author-hero-full__content {
        padding: 30px 20px 24px;
    }

    .hedna-author-hero-full__title {
        font-size: clamp(34px, 10vw, 52px);
        line-height: 0.98;
    }

    .hedna-author-hero-full__excerpt {
        font-size: 15px;
        line-height: 1.72;
    }

    .hedna-author-hero-full__media {
        min-height: 240px;
        padding: 20px;
    }

    .hedna-author-hero-full__media img {
        max-width: 280px;
        max-height: 280px;
    }

    .hedna-author-hero-full__video,
    .hedna-author-hero-full__video iframe,
    .hedna-author-hero-full__video video,
    .hedna-author-hero-full__video embed,
    .hedna-author-hero-full__video object {
        min-height: 260px;
        height: 260px;
    }

    .hedna-author-hero-full__overlay {
        position: relative;
        width: 100%;
        padding: 24px 20px;
        background: #111111;
    }

    .hedna-author-social-strip {
        padding: 14px 14px;
        gap: 8px;
    }

    .hedna-author-section {
        padding: 24px 18px;
    }

    .hedna-author-section__title {
        font-size: clamp(28px, 8vw, 40px);
        margin-bottom: 16px;
    }

    .hedna-author-card__title {
        font-size: 24px;
    }

    .hedna-author-press-card {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hedna-author-press-card__image {
        max-width: 240px;
    }

    .hedna-author-books-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 14px;
    }
}

/* ========================================
   PETIT MOBILE
======================================== */

@media (max-width: 520px) {
    .hedna-author-books-grid {
        grid-template-columns: 1fr;
    }

    .hedna-author-social-strip .hedna-author-btn {
        width: 100%;
    }

    .hedna-author-btn,
    .hedna-author-btn--small {
        width: 100%;
    }
}

/* ========================================
   PAGE ACCÈS AUTEUR
======================================== */

.hedna-author-access-page {
    padding: 40px 0 60px;
    background: #ffffff;
}

.hedna-author-access__box {
    max-width: 620px;
    margin: 0 auto;
    padding: 40px 34px;
    border: 1px solid #e8e8e8;
    background: #ffffff;
}

.hedna-author-access__eyebrow {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b7b7b;
}

.hedna-author-access__title {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 0.96;
    font-weight: 500;
    color: #111111;
}

.hedna-author-access__intro {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.8;
    color: #4f4f4f;
}

.hedna-author-access__message {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 1.6;
}

.hedna-author-access__message--error {
    border-color: #d9b7b7;
    background: #fbf4f4;
    color: #7a1f1f;
}

.hedna-author-access__message--success {
    border-color: #c9dcc9;
    background: #f5faf5;
    color: #245224;
}

.hedna-author-access .login-username,
.hedna-author-access .login-password,
.hedna-author-access .login-remember,
.hedna-author-access .login-submit {
    margin: 0 0 18px;
}

.hedna-author-access label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #111111;
}

.hedna-author-access input[type="text"],
.hedna-author-access input[type="password"] {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
}

.hedna-author-access input[type="text"]:focus,
.hedna-author-access input[type="password"]:focus {
    outline: none;
    border-color: #111111;
}

.hedna-author-access .login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    color: #4f4f4f;
}

.hedna-author-access input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.hedna-author-access input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #111111;
    background: transparent;
    color: #111111;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hedna-author-access input[type="submit"]:hover {
    background: #111111;
    color: #ffffff;
}

@media (max-width: 768px) {
    .hedna-author-access-page {
        padding: 22px 0 34px;
    }

    .hedna-author-access__box {
        padding: 26px 18px;
    }

    .hedna-author-access__title {
        font-size: clamp(30px, 9vw, 44px);
    }
}

/* ========================================
   ESPACE AUTEUR — FORMULAIRE
======================================== */

.hedna-author-space-page {
    padding: 40px 0 60px;
    background: #ffffff;
}

.hedna-author-space__box {
    max-width: 860px;
    margin: 0 auto;
    padding: 38px 34px;
    border: 1px solid #e8e8e8;
    background: #ffffff;
}

.hedna-author-space__eyebrow {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b7b7b;
}

.hedna-author-space__title {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 0.96;
    font-weight: 500;
    color: #111111;
}

.hedna-author-space__intro {
    margin: 0 0 26px;
    font-size: 15px;
    line-height: 1.8;
    color: #4f4f4f;
}

.hedna-author-space__message {
    margin: 0 0 20px;
    padding: 14px 16px;
    border: 1px solid #c9dcc9;
    background: #f5faf5;
    color: #245224;
    font-size: 14px;
    line-height: 1.6;
}

.hedna-author-space__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hedna-author-space__field label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #111111;
}

.hedna-author-space__field input[type="text"],
.hedna-author-space__field input[type="file"],
.hedna-author-space__field textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    font-family: inherit;
}

.hedna-author-space__field input[type="text"] {
    min-height: 52px;
    padding: 0 14px;
}

.hedna-author-space__field input[type="file"] {
    padding: 12px 14px;
}

.hedna-author-space__field textarea {
    padding: 14px;
    min-height: 320px;
    line-height: 1.8;
    resize: vertical;
}

.hedna-author-space__field input[type="text"]:focus,
.hedna-author-space__field textarea:focus {
    outline: none;
    border-color: #111111;
}

.hedna-author-space__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hedna-author-space__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #111111;
    background: transparent;
    color: #111111;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hedna-author-space__submit:hover {
    background: #111111;
    color: #ffffff;
}

.hedna-author-space__logout {
    color: #111111;
    text-decoration: none;
    font-size: 14px;
}

.hedna-author-space__logout:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hedna-author-space-page {
        padding: 22px 0 34px;
    }

    .hedna-author-space__box {
        padding: 26px 18px;
    }

    .hedna-author-space__title {
        font-size: clamp(30px, 9vw, 44px);
    }

    .hedna-author-space__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hedna-author-space__submit {
        width: 100%;
    }
}

/* HERO */
.hedna-authors-hero {
    margin-bottom: 40px;
}

.hedna-authors-hero h1 {
    font-size: 40px;
}

/* FEATURED */
.hedna-authors-featured__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* ALPHABET */
.hedna-authors-alpha {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hedna-authors-alpha a {
    text-decoration: none;
    font-weight: 500;
}

/* GRID */
.hedna-authors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

/* CARD */
.hedna-author-card {
    text-align: center;
}

.hedna-author-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.hedna-author-card h3 {
    margin-top: 10px;
    font-size: 16px;
}

/* =========================
   AUTEURS — GRILLE PROPRE
========================= */

.hedna-authors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 20px;
    width: 100%;
    margin-bottom: 48px;
}

.hedna-author-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 14px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hedna-author-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.hedna-author-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.hedna-author-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    min-height: 240px;
    overflow: hidden;
    background: #efefef;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
}

.hedna-author-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.hedna-author-card:hover .hedna-author-card__media img {
    transform: scale(1.04);
}

/* le nom sort de l’ancien overlay et redevient un simple bloc texte */
.hedna-author-card__overlay,
.hedna-author-card__content {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: left;
}

/* titre auteur */
.hedna-author-card__overlay h2,
.hedna-author-card__overlay h3,
.hedna-author-card__content h2,
.hedna-author-card__content h3,
.hedna-author-card__title {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    text-align: left;
    text-shadow: none;
}

.hedna-author-card__title a,
.hedna-author-card__content a,
.hedna-author-card__overlay a {
    color: #111;
    text-decoration: none;
}

.hedna-author-card__title a:hover,
.hedna-author-card__content a:hover,
.hedna-author-card__overlay a:hover {
    text-decoration: underline;
}

.hedna-author-card__content p {
    margin: 6px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
    .hedna-authors-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hedna-authors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
    }

    .hedna-author-card__media {
        min-height: 210px;
    }
}

@media (max-width: 480px) {
    .hedna-authors-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   BLOC ALPHABÉTIQUE BAS
========================= */

.hedna-authors-alpha-block {
    margin-top: 44px;
}

.hedna-authors-alpha-block__title {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
}

.hedna-authors-alpha-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 24px;
    align-items: center;
}

.hedna-authors-alpha-nav a,
.hedna-authors-alpha-nav .is-disabled {
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.hedna-authors-alpha-nav a {
    color: #111;
    font-weight: 700;
}

.hedna-authors-alpha-nav a:hover {
    opacity: 0.65;
}

.hedna-authors-alpha-nav .is-disabled {
    color: #bdbdbd;
}

.hedna-authors-letter-group {
    max-width: 900px;
    margin: 0 auto 30px;
}

.hedna-authors-letter-title {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #111;
}

.hedna-authors-letter-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 900px;
}

.hedna-authors-letter-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 8px 12px;
    border: 1px solid #dddddd;
    border-radius: 999px;
    background: #f5f5f5;
    text-decoration: none;
    color: #111;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hedna-authors-letter-card:hover {
    border-color: #bdbdbd;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.hedna-authors-letter-card__thumb {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f1;
    display: block;
}

.hedna-authors-letter-card__thumb img,
.hedna-authors-letter-card__placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hedna-authors-letter-card__content {
    min-width: 0;
    display: flex;
    align-items: center;
}

.hedna-authors-letter-card__name {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hedna-authors-alpha-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    justify-content: center;
}

.hedna-authors-alpha-pagination a,
.hedna-authors-alpha-pagination span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #111;
    background: #fff;
}

.hedna-authors-alpha-pagination .is-active {
    background: #111;
    color: #fff;
    border-color: #111;
}

