﻿.sticky-ad {
    position: sticky;
    top: 2rem;
    height: 600px;
    background-color: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-box-horizontal {
    width: 728px;
    height: 90px;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .sticky-ad,
    .ads-section {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .main-content {
        max-width: 1400px;
        margin: 0 auto;
    }
}

body.ads-disabled .ads-section,
body.ads-disabled .sticky-ad {
    display: none !important;
}
