.cgcr-sponsored-block{
    width:100%;
    margin:34px auto 18px;
    padding:0 18px;
    box-sizing:border-box;
}

.cgcr-sponsored-grid{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}

.cgcr-ad-wrapper{
    position:relative;
    box-sizing:border-box;
    display:flex;
    justify-content:center;
    align-items:center;
    max-width:100%;
    user-select:none;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
}

/* Marketplace Bottom: leaderboard/banner inventory only. */
.cgcr-ad-wrapper.is-leaderboard,
.cgcr-sponsored-ad.is-leaderboard{
    width:728px;
    max-width:100%;
    aspect-ratio:728 / 90;
}

/* Individual Listing: square inventory only. */
.cgcr-ad-wrapper.is-square,
.cgcr-sponsored-ad.is-square{
    width:300px;
    max-width:100%;
    aspect-ratio:1 / 1;
}

.cgcr-sponsored-ad{
    display:block;
    position:relative;
    overflow:hidden;
    text-decoration:none;
    background:#f4f5f6;
    border:1px solid rgba(20,29,38,.10);
    border-radius:8px;
    box-shadow:0 6px 22px rgba(17,24,39,.07);
    transition:transform .18s ease,box-shadow .18s ease;
    cursor:pointer;
    user-select:none;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
}

.cgcr-sponsored-ad:hover,
.cgcr-sponsored-ad:focus-visible{
    transform:translateY(-1px);
    box-shadow:0 10px 28px rgba(17,24,39,.11);
}

.cgcr-sponsored-ad:focus-visible{
    outline:2px solid currentColor;
    outline-offset:3px;
}

.cgcr-ad-creative{
    display:block;
    width:100%;
    height:100%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    pointer-events:none;
    user-select:none;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
}

.cgcr-sponsored-badge{
    position:absolute;
    top:6px;
    right:6px;
    z-index:3;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:20px;
    padding:3px 7px;
    border-radius:4px;
    background:rgba(0,0,0,.82);
    color:#fff;
    font-size:10px;
    font-weight:700;
    line-height:1;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-shadow:0 1px 1px rgba(0,0,0,.45);
    box-shadow:0 1px 4px rgba(0,0,0,.18);
    pointer-events:none;
}

.cgcr-ad-zone{
    width:100%;
}

.cgcr-ad-zone-marketplace_bottom{
    min-height:90px;
}

.cgcr-ad-zone-listing_bottom{
    min-height:300px;
}

.cgcr-ad-zone.cgcr-ad-zone-empty{
    min-height:0;
}

@media(max-width:767px){
    .cgcr-sponsored-block{
        padding:0 10px;
    }

    .cgcr-ad-wrapper.is-leaderboard,
    .cgcr-sponsored-ad.is-leaderboard{
        width:100%;
        max-width:728px;
        aspect-ratio:728 / 90;
    }

    .cgcr-sponsored-badge{
        top:4px;
        right:4px;
        min-height:18px;
        padding:2px 5px;
        font-size:8px;
    }
}
