/* v3.2.1 UI (نفس التصميم السابق) */
.gov-feedback-form{max-width:760px;margin:1rem auto;padding:1rem;border:1px solid #eee;border-radius:10px;background:#fff}
.gov-feedback-form .gf-row{margin-bottom:12px}
.gov-feedback-form label{display:block;margin-bottom:6px;font-weight:700}
.gov-feedback-form input[type="text"],.gov-feedback-form input[type="tel"],.gov-feedback-form input[type="email"],.gov-feedback-form select,.gov-feedback-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;outline:none}
.gov-feedback-form textarea{resize:vertical;min-height:120px}
.gov-feedback-form .gf-btn{display:inline-block;padding:10px 18px;border:none;border-radius:8px;background:#0073aa;color:#fff;font-weight:700;cursor:pointer}
.gov-feedback-form .gf-btn:hover{background:#005a87}
.req{color:#d00}
/* إخفاء المصيدة */
.gf-hp{display:none!important;visibility:hidden;height:0!important;width:0!important;opacity:0!important;position:absolute!important;left:-9999px}
/* الرسالة الإرشادية (الأزرق) */
.gf-help{max-width:760px;margin:0 auto 12px auto;border:1px solid #90caf9;padding:10px 12px;border-radius:8px;font-weight:600;background:#e3f2fd;color:#0d47a1}
.gf-note{display:block;margin-top:4px;font-size:.9rem;color:#555}
/* رسائل النجاح/الخطأ */
.gf-alert{max-width:760px;margin:1rem auto;padding:12px 14px;border-radius:8px;font-weight:700}
.gf-success{background:#e8f5e9;color:#1b5e20;border:1px solid #c8e6c9}
.gf-error{background:#ffebee;color:#b71c1c;border:1px solid #ffcdd2}
/* قائمة العرض */
.gov-feedback-list{max-width:900px;margin:1rem auto}
.gfl-item{background:#fff;border:1px solid #eee;border-radius:10px;padding:12px;margin-bottom:10px}
.gfl-title{margin:0 0 6px 0;font-size:1.15rem}
.gfl-title a{text-decoration:none}
.gfl-meta span{display:inline-block;margin-inline-end:10px}
/* بطاقة التفاصيل */
.gfd-card{max-width:900px;margin:1rem auto;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:18px}
.gfd-header{font-size:1.1rem;font-weight:800;color:#0d47a1;margin-bottom:10px}
.gfd-approved{background:#e3f2fd;border:1px solid #90caf9;color:#0d47a1;padding:8px 10px;border-radius:8px;margin-bottom:10px}
.gfd-title{margin:6px 0 6px 0}
.gfd-meta span{display:inline-block;margin-inline-end:10px;color:#333}
.gfd-content p{margin:0 0 10px}
/* الفلاتر */
.gov-feedback-filters{max-width:900px;margin:1rem auto;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.gov-feedback-filters label{font-weight:700}
.gov-feedback-filters select{min-width:180px}
/* الزر العائم */
.gf-float-btn{position:fixed;bottom:24px;right:24px;background:#28a745;color:#fff;font-weight:700;padding:12px 18px;border-radius:999px;box-shadow:0 6px 18px rgba(0,0,0,.2);text-decoration:none;z-index:9999;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .35s ease, transform .35s ease, background .2s}
.gf-float-btn:hover{background:#1f8a38}
.gf-float-btn.gf-show{opacity:1; transform:translateY(0) scale(1)}
@media (max-width: 768px){ .gf-float-btn{ right:auto; left:24px; } }