.lavoz-qh-banner-slot {
    width: 100%;
    min-height: var(--lavoz-qh-banner-height, 250px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lavoz-qh-banner-slot img {
    display: block;
    max-width: 100%;
    height: auto;
}

.lavoz-qh-main-news {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.lavoz-qh-main-news__image img {
    display: block;
    width: 100%;
    height: auto;
}

.lavoz-qh-main-news__kicker {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 8px;
}

.lavoz-qh-main-news__title {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.05;
}

.lavoz-qh-main-news__title a {
    color: inherit;
    text-decoration: none;
}

.lavoz-qh-main-news__excerpt {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .lavoz-qh-banner-slot {
        min-height: var(--lavoz-qh-banner-height-mobile, 100px);
    }
    .lavoz-qh-main-news {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .lavoz-qh-main-news__title {
        font-size: 30px;
    }
}


/* Alternancia segura noticia normal / noticia campaña */
body:not(.lavoz-qh-campaign-active) .lavoz-qh-campaign-only { display: none !important; }
body.lavoz-qh-campaign-active .lavoz-qh-default-only { display: none !important; }
body.lavoz-qh-campaign-active .lavoz-qh-campaign-only { display: block !important; }
.lavoz-qh-campaign-news-wrap { width: 100%; }
