/* تنسيقات خاصة بصفحة المقال لتبدو احترافية */
.post-page-body { 
    background-color: #f4f7f6; 
    font-family: 'Cairo', sans-serif; 
    color: #333; 
}
.post-wrapper { 
    max-width: 850px; 
    margin: 60px auto; 
    background: #fff; 
    padding: 40px; 
    border-radius: 20px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); 
}
.btn-back { 
    display: inline-block; 
    background: #ff5a3c; 
    color: #fff; 
    padding: 10px 20px; 
    border-radius: 5px; 
    text-decoration: none; 
    margin-bottom: 30px; 
    transition: 0.3s; 
    font-weight: bold;
}
.btn-back:hover { 
    background: #000; 
}
.full-img { 
    width: 100%; 
    height: 450px; 
    object-fit: cover; 
    border-radius: 15px; 
    margin-bottom: 25px; 
}
.article-title { 
    font-size: 2.5rem; 
    line-height: 1.4; 
    margin-bottom: 20px; 
    color: #1c2035; 
}
.meta-info { 
    font-size: 0.9rem; 
    color: #777; 
    margin-bottom: 30px; 
    border-bottom: 1px solid #eee; 
    padding-bottom: 20px; 
}
.article-body { 
    font-size: 1.2rem; 
    line-height: 2; 
    text-align: justify; 
}
.highlight {
    color: #ff5a3c;
    font-weight: bold;
}

/* Profile page specific styles */
.profile-body { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    background-color: #f4f4f4; 
    text-align: center; 
}
.profile-container { 
    background: white; 
    padding: 30px; 
    border-radius: 15px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
    display: inline-block; 
    width: 400px; 
    margin: 100px auto;
}
.lang-btn { 
    background-color: #ff5a3c; 
    color: white; 
    border: none; 
    padding: 10px 20px; 
    border-radius: 5px; 
    cursor: pointer; 
    font-weight: bold; 
    margin-bottom: 20px; 
}
.back-link { 
    display: block; 
    margin-top: 20px; 
    color: #666; 
    text-decoration: none; 
}