/* JR ATS — Event Landing [jr_event_landing]. Mobile-first. Brand #5277ba */

.jrats-event-landing {
    max-width: 480px;
    margin: 0 auto;
    padding: 16px;
}

.jrats-el-kicker {
    color: #5277ba;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    margin: 0 0 4px;
}

.jrats-event-landing h2 {
    margin: 0 0 6px;
    font-size: 24px;
}

.jrats-el-sub {
    color: #4b5563;
    margin: 0 0 18px;
}

.jrats-el-error {
    background: #fde8e8;
    color: #b32d2e;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 14px;
}

.jrats-el-claim {
    background: #eef2f8;
    border-left: 4px solid #5277ba;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.jrats-el-field {
    display: block;
    margin-bottom: 14px;
}

.jrats-el-field span {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.jrats-el-field input {
    width: 100%;
    padding: 12px 13px;
    border: 1px solid #d1d5db;
    border-radius: 9px;
    font-size: 16px;
    box-sizing: border-box;
}

.jrats-el-field input:focus {
    border-color: #5277ba;
    outline: none;
    box-shadow: 0 0 0 3px rgba(82, 119, 186, 0.18);
}

.jrats-el-terms {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 14px 0 18px;
    font-size: 14px;
    color: #4b5563;
}

.jrats-el-btn {
    display: inline-block;
    border: 0;
    border-radius: 9px;
    padding: 12px 18px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    background: #eef2f8;
    color: #34517d;
}

.jrats-el-btn--primary {
    background: #5277ba;
    color: #fff;
}

.jrats-el-submit {
    width: 100%;
    font-size: 16px;
    padding: 14px;
}

.jrats-el-note {
    margin-top: 14px;
    font-size: 13px;
    color: #6b7280;
}

.jrats-el-hp {
    position: absolute;
    left: -9999px;
    height: 1px;
    overflow: hidden;
}

.jrats-event-landing--closed,
.jrats-event-landing--success {
    text-align: center;
    padding: 32px 16px;
}

.jrats-el-banner {
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.jrats-el-banner--success {
    background: #dcf3e3;
    color: #1a7f37;
}

.jrats-el-banner--info {
    background: #eef2f8;
    color: #34517d;
}

.jrats-el-banner--error {
    background: #fde8e8;
    color: #b32d2e;
}
