.age-gate__heading {
    margin-bottom: 24px
}
.age-gate__heading img {
    max-width: 154px;
}

.age-gate__subheadline {
    margin-bottom: 24px;
}

.age-gate__challenge {
    margin-bottom: 1rem;
}

.age-gate__errors {
    margin-bottom: 8px;
}

button.age-gate__submit--yes {
    border: 1px solid var(--gold-600);
    background-color: #0F0E12;
    display: flex;
    width: 180px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background-image: url('../../images/button-bg-left.svg'), url('../../images/button-bg-right.svg');
    background-position: 4px center, calc(100% - 4px) center;
    background-repeat: no-repeat, no-repeat;
    background-size: 28px 100%, 28px 100%;
    font-weight: 350;
    font-size: 1rem;
    color: var(--gold-200);
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

button.age-gate__submit--yes:hover {
    color: var(--gold-200);
    background-color: var(--wp--preset--color--accent-4);
}

button.age-gate__submit--no {
    border: 1px solid var(--neautral-300);
    background-color: #0F0E12;
    display: flex;
    width: 180px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background-image: url('../../images/button-bg-left-2.svg'), url('../../images/button-bg-right-2.svg');
    background-position: 4px center, calc(100% - 4px) center;
    background-repeat: no-repeat, no-repeat;
    background-size: 28px 100%, 28px 100%;
    font-weight: 350;
    font-size: 1rem;
    color: var(--neautral-200);
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

button.age-gate__submit--no:hover {
    color: var(--neautral-200);
    background-color: var(--wp--preset--color--accent-4);
}