.cp-age-gate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    z-index: 99998;
    padding: 24px;
}

.cp-age-gate.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cp-age-gate-warning {
    display: none;
    margin-bottom: 0;
    margin-top: 32px;
    font-size: 90%;
    line-height: 1.4;
}

.cp-age-gate-warning.is-visible {
    display: block;
}

.cp-age-gate-content {
    position: relative;
    z-index: +100;
    background-color: #fff;
    padding: 32px 24px;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

    .cp-age-gate-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .cp-age-gate-buttons button {
        display: block;
        width: 100%;
        min-width: 150px;
    }

    .cp-age-gate-buttons button:first-child {
        margin-bottom: 16px;
    }

@media(min-width: 720px) {

    .cp-age-gate-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .cp-age-gate-buttons button {
        display: inline-block;
        width: auto;
    }

    .cp-age-gate-buttons button:first-child {
        margin-bottom: 0;
        margin-right: 16px;
    }
}

.cp-age-gate-background-image {
    position: fixed;
    z-index: +50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(min-width: 992px) {
    .cp-age-gate-content {
        padding: 48px 32px;
    }
}