/* --- AD CONTAINERS (Prevents CLS) --- */
.force-ad-full {
    background: #f8f9fa;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
    /* Default Mobile Height (250px ad + ~20px label) */
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.ad-label {
    font-size: 0.75rem;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .force-ad-full {
        /* Desktop Height (90px ad + ~20px label) */
        min-height: 110px;
    }
}