#aads-bottom-anchor {
    position: fixed;
    left: 0;
    bottom: 39px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    pointer-events: none;
}

#aads-banner-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    max-width: calc(100vw - 32px);
    background: rgba(170, 170, 170, 0.5);
    padding: 1px;
    pointer-events: auto;
}

#ad-badge {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    padding: 1px 5px;
    pointer-events: none;
}

#aads-iframe {
    border: 0;
    width: 728px;
    max-width: 100%;
    height: 90px;
    overflow: hidden;
    display: block;
}

#ad-close-button {
    position: absolute;
    top: -27px;
    right: -12px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
