/* تنسيق الصور */
.image-preview {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #f8f9fa;
}

/* تنسيق حقل تحميل الصور */
.image-input {
    margin-bottom: 10px;
}

/* تنسيق صور المدارس في الصفحة الرئيسية */
.school-logo {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* تنسيق صور الأنشطة */
.activity-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* تنسيق صور المنشورات */
.post-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* تنسيق صور المنظمة الشريكة */
.partner-logo {
    max-width: 150px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}