/* ===== مكون الروابط المربعة ===== */

.square-links__item {
    max-width: 380px !important;
    margin: 0 auto !important;

    /* إلغاء الارتفاع والمساحات الزائدة */
    height: auto !important;
    min-height: 0 !important;

    /* جعل المحتوى يبدأ من الأعلى */
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* الصورة */
.square-links__image-wrap {
    width: 360px !important;
    height: auto !important;

    /* هذا الرقم يتحكم في رفع الصورة */
    margin: -50px auto 4px !important;
}

/* الصورة نفسها */
.square-links__image-wrap img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* تقريب النص من الصورة */
.square-links__image-wrap + * {
    margin-top: 0 !important;
}