.modern-input-group { margin-bottom: 20px; }
                        .modern-input-group label { display: block; font-size: 12px; font-weight: bold; color: #1e293b; margin-bottom: 8px; margin-left: 2px;}
                        .modern-input-wrap { position: relative; display: flex; align-items: center; background: #f8fafc; border-radius: 8px; border: 1px solid #e2e8f0; overflow: hidden; }
                        .modern-input-wrap input { flex: 1; border: none; background: transparent; padding: 15px; font-size: 14px; color: #334155; outline: none; }
                        .modern-input-wrap i { padding: 0 15px; color: #94a3b8; }

/* === SECURITY: DISABLE SELECTION & LONG PRESS === */
body {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important; /* iOS Mobile Long Press Disable */
}
/* Input boxes mein type karne ki choot dein */
input, textarea {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

/* === IMAGE FIX === */
img, .q-image, .q-image_opt, table img {
    max-width: 85% !important;
    max-height: 350px !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
    object-fit: contain;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    /* Image Security */
    -webkit-user-drag: none !important;
    pointer-events: auto; /* Click chalne de, bas drag band kare */
}
