.age-gate-form {
    max-width: 310px;
    padding: 2rem 1.7rem;
}

.age-gate-heading.age-gate-logo img {
    width: 70px;
    height: auto;
}

.age-gate-form h2 {
    font-size: 1.05rem;
    text-align:  left;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

button[class*='age-gate-submit'] {
    width: 100%;
    border-radius: 7.78014px;
    font-family: 'space mono';
    font-weight: bold;
    font-size: .7rem;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    transition: all 400ms cubic-bezier(.19,1,.22,1);
}

button.age-gate-submit-yes {
    border: 0.719875px solid #000000;
    background: #000000;
    border-radius: 7.78014px;
    color: white;
    height: 57px;
    padding: 0 4rem;
}

button.age-gate-submit-yes:hover {
    background: transparent;
    color: #000000;
}

button.age-gate-submit-no {
    background: transparent;
    border: 0.719875px solid #000000;
    color: #000000;
    height: 40px;
}

.age-gate-additional-information p {
    margin-top: 1rem;
    font-family: 'space mono';
    font-weight: bold;
    font-size: 7.91557px;
    line-height: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}