.fzam-ad-slot {
    margin: 24px 0;
    display: flow-root;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    float: none;
    position: relative;
}

.fzam-auto-slot,
.fzam-position-before_title,
.fzam-position-before_content,
.fzam-position-after_paragraph,
.fzam-position-after_content {
    clear: both;
}

.fzam-ad-slot::before,
.fzam-ad-slot::after {
    content: "";
    display: table;
}

.fzam-ad-slot::after {
    clear: both;
}

.fzam-ad-render,
.fzam-ad-lazy {
    display: block;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    float: none;
    clear: none;
}

.fzam-ad-render > *,
.fzam-ad-lazy > * {
    max-width: 100%;
    box-sizing: border-box;
}

.fzam-ad-label {
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .75;
    margin-bottom: 8px;
}

.fzam-mobile-only {
    display: none;
}

@media (max-width: 767px) {
    .fzam-mobile-only {
        display: block;
    }

    .fzam-desktop-only {
        display: none;
    }
}

@media (min-width: 768px) {
    .fzam-desktop-only {
        display: block;
    }
}

.fzam-debug {
    outline: 2px dashed #d63638;
    padding: 8px;
}

.fzam-debug-note {
    font-size: 11px;
    font-weight: 600;
    color: #d63638;
    margin-bottom: 8px;
}


.fzam-position-before_title {
    clear: both;
}
