/* === معاملات القنصلية ٢٠٢٦ - Public CSS === */
.ct2026-inquiry-wrap { direction:rtl; font-family:'Segoe UI',Tahoma,Arial,sans-serif; max-width:720px; margin:0 auto; padding:20px 16px; }
.ct2026-inquiry-card { background:#fff; border-radius:16px; box-shadow:0 4px 24px rgba(0,0,0,.1); overflow:hidden; }

.ct2026-inquiry-header { background:linear-gradient(135deg,#1a3a5c 0%,#2d6a9f 100%); color:#fff; text-align:center; padding:36px 24px 28px; }
.ct2026-icon { font-size:52px; margin-bottom:10px; }
.ct2026-inquiry-header h2 { margin:0 0 8px; font-size:22px; font-weight:700; }
.ct2026-inquiry-header p { margin:0; opacity:.85; font-size:14px; }

.ct2026-inquiry-form { padding:28px 32px 16px; border-bottom:1px solid #f0f0f0; }
.ct2026-input-group label { display:block; font-weight:700; margin-bottom:8px; color:#1a3a5c; font-size:15px; }
.ct2026-input-row { display:flex; gap:10px; flex-wrap:wrap; }
.ct2026-input-row input[type="text"] { flex:1; min-width:180px; padding:12px 16px; border:2px solid #dde2e8; border-radius:8px; font-size:16px; direction:ltr; text-align:center; letter-spacing:2px; outline:none; font-family:monospace; transition:border-color .2s; }
.ct2026-input-row input[type="text"]:focus { border-color:#2d6a9f; }
.ct2026-input-row button { padding:12px 28px; background:#2d6a9f; color:#fff; border:none; border-radius:8px; font-size:15px; font-weight:700; cursor:pointer; font-family:inherit; transition:background .2s; white-space:nowrap; }
.ct2026-input-row button:hover { background:#1a3a5c; }
.ct2026-input-row button:disabled { opacity:.7; cursor:not-allowed; }
.ct2026-privacy-note { font-size:12px; color:#888; margin:10px 0 0; text-align:center; }

.ct2026-error-msg { margin:0 32px 24px; padding:14px 18px; background:#fff5f5; border:1px solid #f8d7da; border-right:4px solid #dc3545; border-radius:8px; color:#721c24; font-size:14px; text-align:center; }

#ct2026-results { padding:24px 32px; }
.ct2026-results-inner h3 { margin:0 0 6px; color:#1a3a5c; font-size:17px; }
.ct2026-masked { font-size:13px; color:#555; margin:0 0 20px; }

.ct2026-t-card { border:1px solid #e2e8f0; border-radius:10px; margin-bottom:16px; overflow:hidden; }
.ct2026-t-header { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:#f8fafc; border-bottom:1px solid #e2e8f0; }
.ct2026-serial { font-size:12px; color:#666; font-family:monospace; }
.ct2026-status-badge { display:inline-block; padding:4px 12px; border-radius:20px; font-size:12px; font-weight:700; }
.ct2026-t-body { padding:16px; }
.ct2026-field { display:flex; gap:12px; margin-bottom:10px; font-size:14px; align-items:flex-start; }
.ct2026-field:last-child { margin-bottom:0; }
.ct2026-lbl { font-weight:700; color:#444; min-width:140px; flex-shrink:0; }
.ct2026-val { color:#222; flex:1; word-break:break-word; }

/* Status badge colors */
.ct2026-st-قيد-المعالجة .ct2026-status-badge, .ct2026-st-pending .ct2026-status-badge { background:#fff3cd; color:#856404; }
.ct2026-st-تم-الاستلام .ct2026-status-badge { background:#d1ecf1; color:#0c5460; }
.ct2026-st-جاهزة-للاستلام .ct2026-status-badge { background:#c3e6cb; color:#155724; }
.ct2026-st-مكتملة .ct2026-status-badge { background:#d4edda; color:#155724; }
.ct2026-st-مرفوضة .ct2026-status-badge { background:#f8d7da; color:#721c24; }
.ct2026-st-معلقة .ct2026-status-badge { background:#e2d9f3; color:#432874; }
.ct2026-st-تحت-المراجعة .ct2026-status-badge { background:#fde2bc; color:#7d4500; }
/* Fallback */
.ct2026-status-badge { background:#e2e4e7; color:#333; }

@media(max-width:600px){
    .ct2026-inquiry-form { padding:20px 16px 14px; }
    #ct2026-results { padding:16px; }
    .ct2026-input-row { flex-direction:column; }
    .ct2026-input-row button { width:100%; }
    .ct2026-field { flex-direction:column; gap:4px; }
    .ct2026-lbl { min-width:auto; }
}
