.ad-container-billboard {
    display: flex;
    justify-content: center; /* Centers horizontally */
    margin: 20px 0;          /* Optional spacing */
    z-index: 1;
}

.ad-container-leaderboard {
    display: flex;
    justify-content: center; /* Centers horizontally */
    margin-top: 20px;
    z-index: 1;
    width: 100%;
}

/* 📱 Mobile view adjustments */
@media (max-width: 768px) {

}
