.ens-2035-single {
    padding: 50px 0 100px;
}

.ens-2035-article {
    width: 100%;
}

.ens-2035-article-header {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.ens-2035-article-kicker {
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ens-2035-article-title {
    margin: 0;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 800;
}

.ens-2035-article-excerpt {
    max-width: 760px;
    margin: 28px auto 0;
    font-size: 21px;
    line-height: 1.5;
    color: var(--ens-muted);
}

.ens-2035-article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    color: var(--ens-muted);
    font-size: 14px;
}

.ens-2035-article-voice {
    max-width: 760px;
    margin: 35px auto;
}

.ens-2035-article-featured {
    max-width: 1200px;
    margin: 45px auto 60px;
}

.ens-2035-article-featured img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.ens-2035-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 780px) 300px;
    gap: 70px;
    align-items: start;
    justify-content: center;
}

.ens-2035-article-body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.75;
}

.ens-2035-article-body p {
    margin: 0 0 1.5em;
}

.ens-2035-article-body h2 {
    margin: 2em 0 .7em;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.ens-2035-article-body h3 {
    margin: 1.8em 0 .7em;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 25px;
    line-height: 1.2;
}

.ens-2035-article-body img {
    max-width: 100%;
    height: auto;
}

.ens-2035-article-body a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ens-2035-article-sidebar {
    position: sticky;
    top: 30px;
}

.ens-2035-sidebar-block {
    min-height: 100px;
}

@media (max-width: 900px) {

    .ens-2035-single {
        padding: 30px 0 70px;
    }

    .ens-2035-article-header {
        text-align: left;
    }

    .ens-2035-article-title {
        font-size: clamp(38px, 10vw, 58px);
    }

    .ens-2035-article-excerpt {
        font-size: 18px;
        margin-left: 0;
    }

    .ens-2035-article-meta {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .ens-2035-article-featured {
        margin: 30px 0 40px;
    }

    .ens-2035-article-layout {
        display: block;
    }

    .ens-2035-article-sidebar {
        position: static;
        margin-top: 50px;
    }

    .ens-2035-article-body {
        font-size: 19px;
        line-height: 1.7;
    }
}


/* ============================================================
   ENSOBRADOS 2035 — BLOQUE 3 — CAJA DE AUTOR
   ============================================================ */

.ens-2035-author-box {
    max-width: 780px;
    margin: 60px auto 0;
    padding: 28px 0;
    border-top: 1px solid var(--ens-border);
    border-bottom: 1px solid var(--ens-border);
    display: flex;
    align-items: center;
    gap: 22px;
}

.ens-2035-author-avatar {
    flex: 0 0 64px;
}

.ens-2035-author-avatar img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.ens-2035-author-content {
    min-width: 0;
}

.ens-2035-author-label {
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ens-muted);
}

.ens-2035-author-name {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

.ens-2035-author-name a {
    color: inherit;
    text-decoration: none;
}

.ens-2035-author-name a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ens-2035-author-description {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--ens-muted);
}


/* ============================================================
   ENSOBRADOS 2035 — RESPONSIVE AUTOR
   ============================================================ */

@media (max-width: 600px) {

    .ens-2035-author-box {
        margin-top: 45px;
        padding: 22px 0;
        gap: 16px;
    }

    .ens-2035-author-avatar {
        flex-basis: 52px;
    }

    .ens-2035-author-avatar img {
        width: 52px;
        height: 52px;
    }

    .ens-2035-author-name {
        font-size: 17px;
    }

    .ens-2035-author-description {
        font-size: 13px;
    }

}


/* ============================================================
   ENSOBRADOS 2035 — BLOQUE 3 — ENLACE DEL AUTOR
   ============================================================ */

.ens-2035-author-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ens-2035-author-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* ============================================================
   ENSOBRADOS 2035 — BLOQUE 4 — NOTICIAS RELACIONADAS
   ============================================================ */

.ens-2035-related {
    max-width: 1200px;
    margin: 80px auto 0;
    padding-top: 35px;
    border-top: 1px solid var(--ens-border);
}

.ens-2035-related-title {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -.025em;
    font-weight: 800;
}

.ens-2035-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.ens-2035-related-item {
    min-width: 0;
}

.ens-2035-related-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    margin-bottom: 14px;
    border-radius: 4px;
    background: var(--ens-surface);
}

.ens-2035-related-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.ens-2035-related-image:hover img {
    transform: scale(1.035);
}

.ens-2035-related-content {
    min-width: 0;
}

.ens-2035-related-date {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--ens-muted);
}

.ens-2035-related-item-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -.015em;
    font-weight: 800;
}

.ens-2035-related-item-title a {
    color: inherit;
    text-decoration: none;
}

.ens-2035-related-item-title a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* ============================================================
   ENSOBRADOS 2035 — BLOQUE 4 — RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {

    .ens-2035-related {
        margin-top: 60px;
    }

    .ens-2035-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

}


@media (max-width: 600px) {

    .ens-2035-related {
        margin-top: 50px;
        padding-top: 28px;
    }

    .ens-2035-related-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ens-2035-related-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ens-2035-related-image {
        margin-bottom: 12px;
    }

    .ens-2035-related-item-title {
        font-size: 19px;
    }

}

/*
 * ============================================================
 * ENSOBRADOS 2035 — BLOQUES EDITORIALES SINGLE
 * ============================================================
 */


/*
 * ============================================================
 * BLOQUE 3 — CAJA DE AUTOR
 * ============================================================
 */

.ens-2035-author-box {
    max-width: 780px;
    margin: 70px auto 0;
    padding: 30px 0;
    border-top: 1px solid var(--ens-border);
    border-bottom: 1px solid var(--ens-border);

    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.ens-2035-author-avatar {
    flex: 0 0 96px;
}

.ens-2035-author-avatar img {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.ens-2035-author-content {
    min-width: 0;
}

.ens-2035-author-label {
    margin: 0 0 5px;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ens-muted);
}

.ens-2035-author-name {
    margin: 0;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.ens-2035-author-name a {
    text-decoration: none;
}

.ens-2035-author-description {
    margin: 10px 0 12px;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: var(--ens-muted);
}

.ens-2035-author-link {
    display: inline-block;
    margin-top: 2px;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.ens-2035-author-link:hover {
    text-decoration: underline;
}


/*
 * ============================================================
 * BLOQUE 4 — NOTICIAS RELACIONADAS
 * ============================================================
 */

.ens-2035-related {
    max-width: 1200px;
    margin: 75px auto 0;
}

.ens-2035-related-title {
    margin: 0 0 25px;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.025em;
}

.ens-2035-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.ens-2035-related-item {
    min-width: 0;
}

.ens-2035-related-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--ens-surface-strong);
}

.ens-2035-related-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .25s ease;
}

.ens-2035-related-image:hover img {
    transform: scale(1.035);
}

.ens-2035-related-content {
    padding-top: 12px;
}

.ens-2035-related-date {
    display: block;
    margin-bottom: 6px;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 12px;
    font-weight: 700;
    color: var(--ens-muted);
}

.ens-2035-related-item-title {
    margin: 0;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.015em;
}

.ens-2035-related-item-title a {
    text-decoration: none;
}

.ens-2035-related-item-title a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


/*
 * ============================================================
 * BLOQUE 5 — NAVEGACIÓN ENTRE NOTICIAS
 * ============================================================
 */

.ens-2035-post-navigation {
    max-width: 780px;
    margin: 70px auto 0;

    padding-top: 28px;

    border-top: 1px solid var(--ens-border);

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.ens-2035-post-navigation-item {
    min-width: 0;
}

.ens-2035-post-navigation-next {
    text-align: right;
}

.ens-2035-post-navigation-label {
    display: block;
    margin-bottom: 8px;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ens-muted);
}

.ens-2035-post-navigation-item a {
    display: block;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 17px;
    line-height: 1.35;
    font-weight: 750;
    text-decoration: none;
}

.ens-2035-post-navigation-item a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


/*
 * ============================================================
 * RESPONSIVE — BLOQUES EDITORIALES
 * ============================================================
 */

@media (max-width: 900px) {

    .ens-2035-author-box {
        margin-top: 55px;
    }

    .ens-2035-related {
        margin-top: 55px;
    }

    .ens-2035-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .ens-2035-post-navigation {
        margin-top: 55px;
        gap: 25px;
    }

}


@media (max-width: 600px) {

    .ens-2035-author-box {
        padding: 25px 0;
        gap: 16px;
    }

    .ens-2035-author-avatar {
        flex-basis: 64px;
    }

    .ens-2035-author-avatar img {
        width: 64px;
        height: 64px;
    }

    .ens-2035-author-name {
        font-size: 20px;
    }

    .ens-2035-author-description {
        font-size: 14px;
    }

    .ens-2035-related-title {
        font-size: 23px;
    }

    .ens-2035-related-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ens-2035-related-item-title {
        font-size: 19px;
    }

    .ens-2035-post-navigation {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ens-2035-post-navigation-next {
        text-align: left;
    }

}


/*
 * ============================================================
 * BLOQUE 6 — ETIQUETAS Y COMPARTIR
 * ============================================================
 */

.ens-2035-article-tags {
    max-width: 780px;
    margin: 58px auto 0;
    padding-top: 32px;
    border-top: 1px solid var(--ens-border);
}

.ens-2035-tags-label {
    margin: 0 0 17px;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ens-2035-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ens-2035-article-tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 14px;
    border: 1px solid var(--ens-border-strong);
    border-radius: 999px;
    background: var(--ens-surface);
    color: inherit;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none !important;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.ens-2035-article-tag:hover {
    background: var(--ens-bg);
    border-color: var(--ens-border-strong);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}


/*
 * ============================================================
 * COMPARTIR
 * ============================================================
 */

.ens-2035-article-share {
    max-width: 780px;
    margin: 38px auto 0;
    padding: 27px 28px 28px;
    border: 1px solid var(--ens-border);
    border-radius: 12px;
    background: var(--ens-surface);
}

.ens-2035-share-label {
    margin: 0 0 18px;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
}

.ens-2035-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ens-2035-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid var(--ens-border-strong);
    border-radius: 7px;
    background: var(--ens-bg);
    color: var(--ens-text);
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.ens-2035-share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .08);
}

.ens-2035-share-button span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 17px;
    font-weight: 800;
}

.ens-2035-share-facebook:hover {
    color: #1877f2;
    border-color: #1877f2;
}

.ens-2035-share-x:hover {
    color: var(--ens-text);
    border-color: var(--ens-text);
}

.ens-2035-share-whatsapp:hover {
    color: #25d366;
    border-color: #25d366;
}

.ens-2035-share-copy:hover {
    color: #d71920;
    border-color: #d71920;
}

.ens-2035-share-feedback {
    margin: 13px 0 0;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}


/*
 * ============================================================
 * BLOQUE 6 — RESPONSIVE
 * ============================================================
 */

@media (max-width: 600px) {

    .ens-2035-article-tags {
        margin-top: 45px;
        padding-top: 26px;
    }

    .ens-2035-tags-list {
        gap: 8px;
    }

    .ens-2035-article-tag {
        min-height: 36px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .ens-2035-article-share {
        margin-top: 30px;
        padding: 22px 17px 20px;
        border-radius: 10px;
    }

    .ens-2035-share-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .ens-2035-share-button {
        width: 100%;
        min-height: 45px;
        padding: 10px 7px;
    }

}



/*
 * ============================================================
 * ENSOBRADOS 2035 — SIDEBAR EDITORIAL
 * ============================================================
 */

.ens-2035-article-sidebar {
    position: sticky;
    top: 30px;
    align-self: start;
}

.ens-2035-sidebar-section {
    margin-top: 42px;
}

.ens-2035-sidebar-section:first-of-type {
    margin-top: 32px;
}

.ens-2035-sidebar-title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 12px;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 17px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: -.015em;
    text-transform: uppercase;

    border-bottom: 1px solid var(--ens-border);
}

.ens-2035-sidebar-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;

    width: 42px;
    height: 3px;

    background: #d71920;
}

.ens-2035-sidebar-list {
    display: flex;
    flex-direction: column;
}

.ens-2035-sidebar-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 13px;

    padding: 0 0 18px;
    margin: 0 0 18px;

    border-bottom: 1px solid var(--ens-border);
}

.ens-2035-sidebar-item:last-child {
    margin-bottom: 0;
}

.ens-2035-sidebar-item-image {
    display: block;
    width: 82px;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: var(--ens-surface-strong);
}

.ens-2035-sidebar-item-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .25s ease;
}

.ens-2035-sidebar-item-image:hover img {
    transform: scale(1.045);
}

.ens-2035-sidebar-item-title {
    align-self: center;

    margin: 0;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 15px;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -.012em;
}

.ens-2035-sidebar-item-title a {
    color: inherit;
    text-decoration: none;
}

.ens-2035-sidebar-item-title a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


/*
 * ============================================================
 * SIDEBAR — PUBLICIDAD
 * ============================================================
 */

.ens-2035-article-sidebar > .ens-2035-sidebar-block,
.ens-2035-article-sidebar > div:not(
    .ens-2035-sidebar-section
) {
    width: 100%;
}


/*
 * ============================================================
 * SIDEBAR — RESPONSIVE
 * ============================================================
 */

@media (max-width: 900px) {

    .ens-2035-article-sidebar {
        position: static;
        margin-top: 55px;
    }

    .ens-2035-sidebar-section {
        margin-top: 45px;
    }

    .ens-2035-sidebar-title {
        font-size: 18px;
    }

    .ens-2035-sidebar-item {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 16px;
    }

    .ens-2035-sidebar-item-image {
        width: 100px;
    }

    .ens-2035-sidebar-item-title {
        font-size: 17px;
        line-height: 1.3;
    }

}


@media (max-width: 600px) {

    .ens-2035-article-sidebar {
        margin-top: 45px;
    }

    .ens-2035-sidebar-section {
        margin-top: 40px;
    }

    .ens-2035-sidebar-title {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .ens-2035-sidebar-item {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 14px;

        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .ens-2035-sidebar-item-image {
        width: 88px;
    }

    .ens-2035-sidebar-item-title {
        font-size: 16px;
        line-height: 1.3;
    }

}
