.age-gate {
    font-family: "HennessySans1765", sans-serif;
    color: #767676;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    padding: 1.875rem;
}

.age-gate a {
    text-decoration: underline;
    color: #767676;
}

.age-gate a:hover {
    opacity: 0.8;
}

.age-gate label {
    color: #767676;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.age-gate .form-type-checkbox label {
    font-size: 0.75rem;
}

.age-gate .nice-select {
    padding: 0.625rem 1.875rem;
    height: 3.75rem;
}

.age-gate input[type="text"] {
    padding: 0.625rem 1rem;
    height: 3.75rem;
}

.age-gate .form-actions {
    margin-top: 1.875rem;
}

.age-gate .form-actions .form-submit {
    border: 1px solid #000;
    background-color: #fff;
    color: #1c1e26;
    max-width: inherit;
    padding: 1.3125rem 1.875rem;
}

.age-gate .form-actions .form-submit:hover {
    background-color: #000;
    color: #fff;
    opacity: 0.8;
    transition: 0.4s;
}

.age-gate__wrapper {
    background-color: #fff;
    height: auto;
    display: block;
    max-width: inherit;
    padding: 1.875rem 8.6%;
    margin: 0;
}

@media (min-width: 1024px) {
    .age-gate__wrapper {
        max-width: 57.375rem;
        padding-block: 4.125rem;
    }
}

.age-gate__form {
    padding: 0;
}

.age-gate__logo {
    max-width: 10rem;
    margin-bottom: 1.5rem;
}

.age-gate__title {
    text-transform: none;
    margin: 0 0 0.8125rem;
    font-weight: 400;
    max-width: 100%;
    text-align: center;
    display: block;
    font-size: 1.125rem;
    color: #767676;
}

.age-gate__title h5 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 26px;
    margin: 0px;
}

.age-gate__title p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
}

.age-gate__title>*:last-child {
    margin-bottom: 0;
}

.age-gate__remember {
    margin-top: 0.4375rem;
}

.age-gate__description {
    color: #767676;
    font-size: 0.75rem;
    margin-top: 0.9375rem;
}

.age-gate__description>* {
    margin-bottom: 1.625rem;
}

.age-gate__description>*:last-child {
    margin-bottom: 0;
}

.age-gate__description h4 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.age-gate__description ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin: 0;
    padding: 0;
}

.age-gate__description ul li a {
    text-decoration: none;
}

.age-gate__description ul li a:hover {
    color: #be9f56;
}

.age-gate__description .list-links {
    list-style-type: none;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}