/* ═══════════════════════════════════════════════════════════
   TNR KYC — Frontend Styles
   ═══════════════════════════════════════════════════════════ */

/* ── KYC Section wrapper ───────────────────────────────────── */
.za-kyc-section {
    margin: 28px 0 20px;
    padding: 24px 28px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

.za-kyc-heading {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0e0e0;
    color: #1a1a1a;
    letter-spacing: 0.02em;
}

/* ── Select / Dropdown ─────────────────────────────────────── */
select.za-select#za_who_represent {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    color: #333;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
    transition: border-color .2s;
}

.za-select:focus {
    outline: none;
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(0,0,0,.06);
}

/* ── Other row slide ───────────────────────────────────────── */
.za-other-row {
    transition: opacity .2s ease;
}

/* ── Checkboxes ────────────────────────────────────────────── */
.za-checkboxes {
    margin-top: 12px;
}

.za-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    line-height: 1.5;
    font-weight: 400 !important;
}

.za-checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #1a1a1a;
}

.za-checkbox-label .required {
    color: #c0392b;
}

/* ── Disclaimer ────────────────────────────────────────────── */
.za-disclaimer {
    margin-top: 18px;
    padding: 10px 14px;
    background: #f0f0f0;
    border-left: 3px solid #999;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    color: #555;
    font-style: italic;
}

/* ── Pending Banner (fixed footer) ────────────────────────── */
.za-pending-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff3cd;
    border-top: 3px solid #f0ad4e;
    color: #856404;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 -4px 12px rgba(0,0,0,.1);
}

.za-pending-icon {
    font-size: 18px;
    flex-shrink: 0;
}

/* ── Cart blocked message ──────────────────────────────────── */
.za-checkout-blocked {
    margin: 12px 0;
    padding: 14px 18px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 6px;
    color: #856404;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/* ── Form row spacing ──────────────────────────────────────── */
.za-field-row {
    margin-bottom: 14px !important;
}

.za-field-row label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 13px;
    color: #444;
}
