/*
 * Filename: adsense.css
 * Directory: /www/css
 * Description: Matsnakk-tilpasset standardstil for AdSense-plasser og placeholders.
 * Language: Norwegian
 * Copyright: Webmasterinfo.no
 */

.mn-adsense-slot {
    box-sizing: border-box;
    width: min(100%, 1120px);
    margin: 1.6rem auto;
    padding: 0.85rem;
    border: 1px solid rgba(143, 103, 64, 0.24);
    border-radius: 18px;
    background: rgba(255, 248, 236, 0.92);
    box-shadow: 0 16px 36px rgba(35, 22, 14, 0.08);
    color: #3a271d;
    text-align: center;
    overflow: hidden;
}

.mn-adsense-slot__label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(58, 39, 29, 0.68);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mn-adsense-slot--placeholder {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background:
        linear-gradient(135deg, rgba(255, 248, 236, 0.92), rgba(244, 229, 205, 0.92)),
        repeating-linear-gradient(135deg, rgba(124, 84, 45, 0.08), rgba(124, 84, 45, 0.08) 12px, rgba(255, 255, 255, 0.24) 12px, rgba(255, 255, 255, 0.24) 24px);
}

.mn-adsense-slot--placeholder strong {
    color: #2d1d14;
    font-size: 1rem;
}

.mn-adsense-slot--placeholder small {
    max-width: 42rem;
    color: rgba(58, 39, 29, 0.72);
}

@media (max-width: 760px) {
    .mn-adsense-slot {
        margin: 1rem auto;
        border-radius: 14px;
    }
}
