﻿body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

/* الـ Header وغطاء الصفحة */


.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid white;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

/* الإحصائيات */
.stats-card {
    background: white;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    border: 1px solid #eee;
    height: 100%;
}

.stats-label {
    font-size: 0.8rem;
    color: #666;
}

.stats-value {
    font-weight: bold;
    font-size: 1.1rem;
}

/* القصص البارزة (Highlights) */
.highlight-item {
    text-align: center;
    font-size: 0.75rem;
    min-width: 80px;
}

.highlight-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #a37d5c;
    padding: 3px;
    margin-bottom: 5px;
    background: #fff;
}

/* شبكة الصور */
.post-grid-item {
    position: relative;
    padding: 2px;
}

    .post-grid-item img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 4px;
    }

.star-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffc107;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* الأزرار */
.btn-custom-primary {
    background-color: #2c5f85;
    color: white;
    border-radius: 8px;
    font-size: 0.9rem;
}

.btn-custom-outline {
    border: 1px solid #2c5f85;
    color: #2c5f85;
    border-radius: 8px;
    font-size: 0.9rem;
}
