/* إعدادات عامة */
body {
    background: url('../images/img_bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

/* الكارت بتاع البحث */
.card-search {
    max-width: 900px;
    margin: 40px auto;
    border: none;
    
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* صورة البروفايل */
.profile-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* العناوين */
.result-label {
    font-weight: bold;
    color: #495057;
}

/* الحالات */
.status-pass {
    color: green;
    font-weight: 700;
}

.status-fail {
    color: red;
    font-weight: 700;
}
