/* Minification failed. Returning unminified contents.
(6,28): run-time error CSS1039: Token not allowed after unary operator: '-backdrop-color'
 */
#ad-blocker-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: var(--backdrop-color);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
    overflow-y: hidden;
    overflow-x: hidden;
}

#ad-blocker-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 60%;
    height: 40%;
    top: 30%;
    left: 20%;
    background-color: #ffffff;
    padding: 2rem;
}

    @media (max-width: 75rem) {
    #ad-blocker-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 60%;
        height: 50%;
        top: 30%;
        left: 20%;
        background-color: #ffffff;
        padding: 2rem;
    }
}

@media (max-width: 45rem) {
    #ad-blocker-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 60%;
        height: 60%;
        top: 20%;
        left: 20%;
        background-color: #ffffff;
        padding: 2rem;
    }
}

@media (max-width: 35rem) {
    #ad-blocker-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 60%;
        height: 70%;
        top: 10%;
        left: 20%;
        background-color: #ffffff;
        padding: 2rem;
    }
}

@media (max-width: 30rem) {
    #ad-blocker-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 60%;
        height: 80%;
        top: 10%;
        left: 20%;
        background-color: #ffffff;
        padding: 2rem;
    }
}

    #ad-blocker-message h1 {
        color: white;
        background-color: black;
        padding: 20px 30px;
    }

    #ad-blocker-message p {
        margin-top: 20px;
        font-size: 2rem;
        line-height: 2rem;
        z-index: 2001;
        justify-content: center;
    }

p:last-child {
    font-style: italic;
}
/* vgs-collect styles https://www.verygoodsecurity.com/docs/vgs-collect/customization#how-to-style */
span[id*="vgs"] {
    display: block;
}

span[id*="vgs"] iframe {
    height: 100%;
    width: 100%;
}

pre {
    font-size: 12px;
}

.form-field {
    display: block;
    width: 190px;
    height: calc(2.25rem + 4px);
    padding: .1rem .4rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-field iframe {
    border: 0 none transparent;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

