/* كود خاص بقالب رائد لتكبير شعارات التوثيق */
.store-certificate img {
    height: 100px !important; /* حجم كبير وواضح */
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain !important;
}

/* ترتيب الشعارات بجانب بعضها */
.footer-main .store-certificate {
    display: flex !important;
    gap: 20px !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

/* تحسين المظهر للجوال */
@media (max-width: 768px) {
    .store-certificate img {
        height: 60px !important;
    }
    .footer-main .store-certificate {
        justify-content: center !important;
    }
}
    }
}