/* Display ad slots — reserved boxes so creatives cannot shift page content. */

.npi-ad-wrap {
    margin: 1.5rem auto;
    text-align: center;
    clear: both;
}

.npi-ad-slot {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.npi-ad-slot [data-ad] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.npi-ad-slot iframe,
.npi-ad-slot img {
    max-width: 100%;
}

.npi-ad-billboard {
    max-width: 970px;
}

.npi-ad-billboard .npi-ad-slot {
    width: 100%;
    max-width: 970px;
    min-height: 250px;
}

.npi-ad-leaderboard {
    max-width: 728px;
}

.npi-ad-leaderboard .npi-ad-slot {
    width: 100%;
    max-width: 728px;
    min-height: 90px;
}

[data-reviq-sticky-ad] > button {
    display: none !important;
}

[data-reviq-sticky-ad] {
    padding-right: 0 !important;
}
