.esta-gate-screen {
    display: none;
    text-align: center;
    padding: 24px 16px;
    margin: 0;
}

.form .esta-gate-screen {
    background: transparent;
    border: none;
}

.esta-gate-screen.show {
    display: block;
}

.esta-gate-screen .esta-gate-box {
    text-align: left;
    max-width: 560px;
    margin: 0 auto 20px;
    padding: 16px 18px;
    background: #fff;
    border-left: 4px solid #0d3b66;
    font-size: 14px;
    line-height: 1.5;
}

.esta-gate-screen.esta-gate-exempt .esta-gate-box {
    border-left-color: #198754;
}

.esta-gate-screen.esta-gate-ineligible .esta-gate-box {
    border-left-color: #dc3545;
}

.esta-form-hidden {
    display: none !important;
}

.esta-citizenship-unified {
    margin-bottom: 16px;
}

.esta-citizenship-unified label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.esta-citizenship-select {
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
}

.esta-citizenship-status {
    display: none;
    margin-top: 12px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    background: #fff;
}

.esta-citizenship-status.show {
    display: block;
}

.esta-citizenship-status.eligible {
    border-left: 4px solid #198754;
    background: #f0fff4;
}

.esta-citizenship-status.exempt {
    border-left: 4px solid #198754;
    background: #f8f9fa;
}

.esta-citizenship-status.ineligible {
    border-left: 4px solid #dc3545;
    background: #fff5f5;
}

.esta-citizenship-other {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #ccc;
}

.esta-citizenship-other label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.esta-citizenship-other select {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.esta-inline-error {
    display: none;
    color: #dc3545;
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0 0;
}

.esta-inline-error.show {
    display: block;
}

.esta-order-blocked button {
    opacity: 0.45;
    cursor: not-allowed;
}

#application-form.esta-blocked {
    pointer-events: none;
    opacity: 0.45;
    filter: grayscale(0.2);
}

.esta-app-gate-overlay {
    display: none;
    position: relative;
    z-index: 20;
    margin-bottom: 20px;
}

.esta-app-gate-overlay.show {
    display: block;
}
