/* ==========================================================
   TypingTutor.Online
   AdSense-ready placements
========================================================== */

.ad-slot {
    display: none;
    width: 100%;
    min-height: 90px;
    margin: 10px 0;
    padding: 6px;
    background: var(--surface);
    border: 1px dashed var(--border);
    border-radius: 12px;
    text-align: center;
}

/* Show automatically when an actual ad unit is inserted. */
.ad-slot:has(ins.adsbygoogle),
.ad-slot.ad-slot-enabled {
    display: grid;
    place-items: center;
}

.ad-label {
    display: block;
    margin-bottom: 3px;
    color: var(--text-muted);
    font-size: 8px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ad-slot-content {
    width: 100%;
    min-width: 0;
}

.ad-slot-bottom {
    margin-top: 16px;
}

@media (max-width: 760px) {
    .ad-slot {
        min-height: 100px;
    }
}
