/* ==========================================================================
   TOP BANNER
   ========================================================================== */

.nuba-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

.nuba-banner-image-link {
    display: block;
    width: 100%;
    text-align: center;
}

.nuba-banner-image {
    display: block;
    width: 100%;
    max-height: 120px; /* sesuaikan dengan tinggi header */
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .nuba-banner-image {
        max-height: 72px;
    }
}

/* ===== SIDEBAR BANNER ------ */

.dummy-banner {
    background: linear-gradient(135deg, var(--brand-black) 0%, #222222 100%);
    color: var(--brand-white); border: 2px solid var(--brand-green);
    padding: 30px 20px; text-align: center; border-radius: 4px;
}
.dummy-banner h3 { font-size: 1.1rem; margin-bottom: 10px; color: var(--brand-green); }
.dummy-banner p { font-size: 0.85rem; text-decoration: underline; }

.widget-banner .ad-banner{
     width:100%;
    height:auto;
    display:block;
}