
.ads {
    display: none;
}

.ads-margin-24 {
    margin-bottom: 24px;
}

.ads-margin-32 {
    margin-bottom: 32px;
}

.ad-loading-active {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #efefef 8%, #dcdbdb 18%, #efefef 33%);
    background-size: 800px 104px;
    position: relative;
    pointer-events: none;
}