/* ===== Age gate pop up ===== */
.news-letter__inner-content-wrapper,
.webform-submission-form {
    margin: 0rem;
    overflow: auto;
}

.webform-submission-age-gate-pop-up-form {
    max-width: 70rem;
    margin: 0 auto;
    padding: 2rem 3rem 3rem;
    text-align: center;
    color: #2c1a6e;
}

/* Heading - "our commitment" */
h2.age-gate__heading {
    color: #2c1a6e;
    font-family: var(--v-heading-font) !important;
    font-size: 4rem;
    font-weight: 700;
    font-style: italic;
    text-transform: lowercase;
    margin: 1rem 0 2rem;
    line-height: 1.1;
}

/* Intro paragraph */
p.age-gate__intro {
    color: #2c1a6e;
    font-size: 1.5rem;
    line-height: 1.5;
    max-width: 60rem;
    margin: 0 auto 3rem;
}

/* "Enter your date of birth:" label */
p.age-gate__dob-label {
    color: #2c1a6e;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

/* Checkbox pill */
.globalCheckBox {
    display: flex;
    justify-content: center;
    margin: 0 auto 1.5rem;
    align-items: center;
}
.globalCheckBox .form-item,
.globalCheckBox .js-form-type-checkbox {
    display: inline-flex;
    align-items: center;
    border: 2px solid #e0509a;
    border-radius: 3rem;
    padding: 1rem 2.5rem;
    background: transparent;
}
.globalCheckBox input[type="checkbox"] {
    width: 1.8rem !important;
    height: 1.8rem;
    accent-color: #e0509a;
    margin: 0rem;
    cursor: pointer;
}
.globalCheckBox label {
    color: #2c1a6e;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 1rem;
    cursor: pointer;
}

/* Submit button - "LET'S GO!" */
.globalFormSubmit {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem !important;
}
.globalFormSubmit .webform-button--submit,
.webform-submission-form input[type="submit"] {
    background-color: #d17ba1 !important;
    border: none !important;
    border-radius: 3rem !important;
    color: #ffffff !important;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    padding: 1.2rem 5rem;
    cursor: pointer;
    line-height: 3rem;
}
.globalFormSubmit .webform-button--submit:hover,
.webform-submission-form input[type="submit"]:hover {
    background-color: #c26a92 !important;
}

/* Footer text + link */
p.age-gate__footer {
    color: #2c1a6e;
    font-size: 1.4rem;
    border-top: 1px solid rgba(44, 26, 110, 0.25);
    padding-top: 2rem;
    margin: 2rem auto 0;
    max-width: 60rem;
}
a.age-gate__link {
    color: #2c1a6e !important;
    text-decoration: underline;
    text-decoration-color: #e0509a;
    font-weight: 700;
}

/* Validation styling */
span.validation-error {
    display: none;
}
.globalClass .error {
    border-color: #d12e26 !important;
}
.news-letter .popupClosed .clear-icon::after {
display: none;
}
.news-letter .popupClosed {
    cursor: default;
}  
.entry-gate-form.entry-gate-consent .js-webform-type-processed-text .entry-gate-form__submit-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.entry-gate-form.entry-gate-consent .js-webform-type-processed-text .entry-gate-form__submit-btn {
  opacity: 1;
  cursor: pointer;
}
.news-letter.bottom {
    display: none !important;
}
:lang(de-at).news-letter.bottom {
  display: flex !important;
}
.news-letter--loaded .entry-gate-form.webform-submission-form {
    background: transparent;
}
.news-letter.bottom.newsletter-flex.news-letter--loaded {
    z-index: 99999;
}
.found-de-at .news-letter.bottom {
  display: flex !important;
}