.layout-ad-banner {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.layout-ad-link {
    display: block;
    text-decoration: none;
}

.layout-ad-image {
    display: block;
    width: 100%;
    height: auto;
}

.layout-ad-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.layout-ad-banner-mobile-bottom {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1060;
}

.layout-ad-banner-mobile-bottom .layout-ad-image {
    max-height: 90px;
    object-fit: cover;
}

.layout-ad-banner-right {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 300px;
    max-width: calc(100vw - 32px);
    z-index: 1055;
}

@media (min-width: 768px) {
    .layout-ad-banner-mobile-bottom {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .layout-ad-banner-right {
        display: none;
    }
}
