/* Overrides exclusivos de la plantilla Portada 2026 Postevento. */

.header.post-evento .content .left .edicion {
    font-weight: 300;
}

.header.post-evento .content .right .experiencia {
    text-transform: none;
}

.header.post-evento::before {
    background-color: rgba(0, 0, 0, 0.15);
}

.block.ediciones-anteriores.post-evento .years {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.block.ediciones-anteriores.post-evento .year--wide {
    grid-column: 1 / -1 !important;
    width: 100%;
    margin-top: 28px;
}

.block.ediciones-anteriores.post-evento .year--wide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1240 / 497;
    object-fit: cover;
}

.block.que-te-apetece.post-evento .aviso-2027 {
    max-width: 760px;
    margin: 75px auto 0;
    font-family: 'ABC Normal';
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}

.block.que-te-apetece.post-evento .aviso-2027-button {
    margin-top: 28px;
}

.block.que-te-apetece.post-evento .premio {
    margin-top: 94px;
}

@media screen and (max-width: 768px) {
    .block.que-te-apetece.post-evento .aviso-2027 {
        margin-top: 48px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1100px) {
    .block.ediciones-anteriores.post-evento .years {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 768px) {
    .block.ediciones-anteriores.post-evento .years {
        grid-template-columns: 1fr !important;
    }

    .block.ediciones-anteriores.post-evento .year img,
    .block.ediciones-anteriores.post-evento .year--wide img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1.1;
        object-fit: cover;
        object-position: center;
    }
}
