/* =========================================================================
   Componente: ad-slot — wrapper AdSense
   ========================================================================= */

.ad-slot {
    margin-block: var(--space-6);
    text-align: center;
    min-height: 90px;
}

.ad-slot__placeholder {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: repeating-linear-gradient(
        45deg,
        var(--color-primary-soft),
        var(--color-primary-soft) 10px,
        transparent 10px,
        transparent 20px
    );
    color: var(--color-text-muted);
    font-size: var(--font-size-sm);
    border-radius: var(--radius-md);
    border: 1px dashed var(--color-border);
}
