.ob-ad-unit {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.ob-ad-unit--empty {
    gap: 7px;
}

.ob-ad-unit--empty span,
.ob-ad-unit__label {
    color: #66707a;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ob-ad-unit--empty a {
    color: #981b27;
    font-size: 0.82rem;
    font-weight: 750;
}

.ob-ad-unit--filled img {
    display: block;
    height: auto;
    max-width: 100%;
}

.ob-fact-box {
    background: #f3f4f6;
    border-left: 5px solid #c62432;
    display: grid;
    gap: 0;
    margin-block: 28px;
    padding: 8px 22px;
}

.ob-fact-box > div {
    border-bottom: 1px solid #d9dde2;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(130px, 0.35fr) 1fr;
    padding-block: 14px;
}

.ob-fact-box > div:last-child {
    border-bottom: 0;
}

.ob-fact-box dt {
    color: #66707a;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ob-fact-box dd {
    font-weight: 650;
    margin: 0;
}

.ob-sponsored-disclosure {
    background: #e9ecef;
    color: #343a40;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin: 0 0 22px;
    padding: 7px 10px;
    text-transform: uppercase;
}

@media (max-width: 560px) {
    .ob-fact-box > div {
        gap: 5px;
        grid-template-columns: 1fr;
    }
}

