/* Outlet ZIP Verification styles */

.outlet_zip_gate_wrap {
    max-width: 640px;
    margin: 60px auto;
    padding: 0 20px;
}

.outlet_zip_gate_box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.outlet_zip_title {
    margin-top: 0;
    font-size: 28px;
}

/* This is the emphasized "pickup only" notice, it must stand out */
.outlet_zip_pickup_notice {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #b30000;
    background: #fff3f3;
    border: 2px solid #b30000;
    border-radius: 6px;
    padding: 16px 18px;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.outlet_zip_intro {
    font-size: 16px;
    color: #444;
    margin-bottom: 24px;
}

#outlet_zip_form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

#outlet_zip_input {
    font-size: 18px;
    padding: 12px 14px;
    width: 220px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#outlet_zip_submit {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 22px;
    border: none;
    border-radius: 6px;
    background: #1d1d1d;
    color: #fff;
    cursor: pointer;
}

#outlet_zip_submit:hover {
    background: #333;
}

#outlet_zip_submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.outlet_zip_message {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 600;
    min-height: 20px;
}

.outlet_zip_message.success {
    color: #1a7d1a;
}

.outlet_zip_message.error {
    color: #b30000;
}

/* Reminder banner shown once the customer already passed verification */
.outlet_zip_banner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #b30000;
    background: #fff3f3;
    border: 2px solid #b30000;
    border-radius: 6px;
    padding: 14px 16px;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}
