/* Single Input Large Style */
.age-gate-form-input {
    font-size: 1em !important;
    padding: 15px 20px !important;
    min-height: 55px !important;
    text-align: center !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    border: 1px solid #4A4A4A !important;
    color: #4A4A4A;
}

/* Placeholder color */
.age-gate-form-input::placeholder {
    color: #4A4A4A ;
    text-transform:uppercase;
}

.age-gate-form-input:-webkit-input-placeholder {
    color: #4A4A4A;
}

.age-gate-form-input::-moz-placeholder {
    color: #4A4A4A;
}

.age-gate-form-input:-ms-input-placeholder {
    color: #4A4A4A;
}

/* Remove grid template for single input mode - high specificity */
.age-gate .age-gate-form-elements,
.age-gate .age-gate__form-elements,
.age-gate-form-elements,
.age-gate__form-elements {
    grid-template-columns: 1fr !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
