/* BNE Ads – estilos mínimos e autossuficientes (não dependem do build do tema). */
.bne-ads {
    display: block;
    width: 100%;
}

.bne-ads__label {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9ca3af;
}

.bne-ad {
    display: block;
    width: 100%;
    overflow: hidden;
}

.bne-ad + .bne-ad {
    margin-top: 16px;
}

.bne-ad--image a {
    display: block;
    line-height: 0;
}

.bne-ad__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
