.common-age-verification {
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    height: 100vh;
    padding-top: 100px;
}

.common-age-verification-heading {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 40px;
}

.common-age-verification-description {
    font-size: 14px;
    line-height: 2;
    color: #333;
    margin: 40px 0;
}

.common-age-verification-button {
    display: block;
    margin: 0 auto;
    width: 238px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    border: none;
}

.common-age-verification-button:hover {
    text-decoration: none;
}

.common-age-verification-button + .common-age-verification-button {
    margin-top: 20px;
}

.common-age-verification-button-agree {
    background-color: #ee2737;
    color: #fff;
}

.common-age-verification-button-agree:hover,
.common-age-verification-button-agree:focus {
    opacity: 0.6;
}

.common-age-verification-button-disagree:link,
.common-age-verification-button-disagree:visited {
    color: #888;
}

.common-age-verification-button-disagree:hover,
.common-age-verification-button-disagree:active,
.common-age-verification-button-disagree:focus {
    background-color: #eaeaea;
}
