/* Ad placements */
.ad-container {
    padding: 18px 14px 8px 14px;
    border: 1px solid #bebebe;
    text-align: center;
    display: inline-block;
}
.ad-proxy {
    background-color: white;
    border: 2px solid black;
    display: inline-block;
}
.ad-disclosure {
    font-family: var(--font3);
    text-transform: uppercase;
    color: #807f7f;
    font-size: 12px;
    margin-top: -26px;
    margin-bottom: 2px;
    text-align: center;
}
.ad-disclosure span {
    background-color: #edeff1;
    padding: 0 4px;
}
.ad-disclosure a {
    color: #0093cb;
}
.ad-top-leader {
    padding-bottom: 10px;
    text-align: center;
}
.ad-proxy a { display: block; }

.ad-index-sidebar, .ad-index-mid {
    padding-bottom: 16px;
    text-align: center;
}
.ad-index-end {
    padding: 16px;
    text-align: center;
}

#affiliate-links figure {
    float: left;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 142px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
#affiliate-links img { width: 142px; }
#affiliate-links .kg-image-card {  --gap: 0rem;}


/* Base styles for mobile */

    .ad-top-leader .ad-proxy a {
        width: 320px;
        height: 100px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/320x100-top.jpg");

    }
    .ad-index-sidebar .ad-proxy a {
        width: 336px;
        height: 280px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/336x280.jpg");
    }
    .ad-index-mid {
        display: block;
        margin-top: 50px;
        margin-bottom: -40px;
    }
    .ad-index-mid .ad-proxy a {
        width: 320px;
        height: 100px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/320x100-mid.jpg");
    }
    .ad-index-end .ad-proxy a {
        width: 320px;
        height: 100px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/320x100-bottom.jpg");
    }

/* Tablet and up */

@media (min-width: 768px) { 
    .ad-top-leader .ad-proxy a {
        width: 728px;
        height: 90px;
        display: block;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/728x90-top.jpg");
    }
    .ad-index-sidebar .ad-proxy a {
        width: 300px;
        height: 250px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/300x250.jpg");
    }

    .ad-index-end .ad-proxy a {
        width: 728px;
        height: 90px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/728x90-bottom.jpg");
    }
}

/* Desktop and up */
@media (min-width: 1024px) { 
/*    .ad-top-leader .ad-proxy a {
        width: 970px;
        height: 250px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/970x250-top.png");
    }*/

    .ad-index-mid .ad-proxy a {
        width: 970px;
        height: 250px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/970x250-mid.jpg");
    }
    .ad-index-end .ad-proxy a {
        width: 970px;
        height: 250px;
        background-image: url("https://gamingtrend.com/assets/images/house-ads/970x250-bottom.jpg");
    }
}

