.google-ad-block {
    display: flex;
    justify-content: center;
    width: 100%;
}

.google-ad-block .adsbygoogle {
    display: block;
}

.google-ad-block[data-google-ad-hidden="1"],
.google-ad-block .adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.google-ad-block--banner {
    max-width: 970px;
    min-height: 90px;
    margin-right: auto;
    margin-left: auto;
}

.google-ad-block--banner .adsbygoogle {
    width: 100%;
    min-height: 90px;
}

.google-ad-block--feed {
    min-width: 250px;
    min-height: 120px;
    margin-right: auto;
    margin-left: auto;
}

.google-ad-block--feed .adsbygoogle {
    width: 100%;
    min-height: 120px;
}

.google-ad-block--side_sticky {
    width: 300px;
    min-height: 600px;
    margin-right: auto;
    margin-left: auto;
}

.google-ad-block--side_sticky .adsbygoogle {
    width: 300px;
    min-height: 600px;
}

.google-ad-block--mobile_sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    min-height: 50px;
    padding: .25rem 2.25rem .25rem .25rem;
    background-color: #f4efdf;
    border-top: 1px solid #d8d1bf;
}

.google-ad-block--mobile_sticky .adsbygoogle {
    width: 320px;
    max-width: 100%;
    min-height: 50px;
}

.google-ad-close {
    position: absolute;
    top: .25rem;
    right: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.google-ad-close::before,
.google-ad-close::after {
    position: absolute;
    top: .72rem;
    left: .25rem;
    width: 1rem;
    height: 1px;
    content: "";
    background-color: #574f44;
}

.google-ad-close::before {
    transform: rotate(45deg);
}

.google-ad-close::after {
    transform: rotate(-45deg);
}

@media (min-width: 992px) {
    .google-ad-block--mobile_sticky {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .google-ad-block--side_sticky {
        display: none;
    }
}
