
.si-ad-wrap {
    width: 100%;
}
.si-ad-label {
    display: block;
    font-size: 11px;
    color: #888;
    text-align: center;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Horizontal banner ad — now matches full container width (same as sections below) */
.si-ad-banner {
    display: block;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
}
.si-ad-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
    .si-ad-banner {
        height: 80px;
    }
}
/* Sidebar ad — smaller, rectangular instead of full square */
.si-ad-sidebar {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
}
.si-ad-sidebar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
body.dark-mode .si-ad-label {
    color: #9aa4af;
}