img.w-full.h-full.lazy.rounded-full.aspect-square.loaded {
    border-radius: 0 !important; /* يلغي الزوايا الدائرية */
    aspect-ratio: auto !important; /* يلغي إجبار الصورة تكون مربعة */
    height: auto !important; /* يخلي الارتفاع تلقائي */
}

h3.sub-title.text-sm {
    white-space: nowrap !important; /* يمنع النص من النزول للسطر الثاني */
    overflow: hidden; /* يخفي أي نص زايد لو المساحة ما تكفي */
    text-overflow: ellipsis; /* يحط ... إذا النص أطول من المساحة */
}
.mm-spn a {
    background: inherit;
    color: #a565aa;
    text-decoration: none;
}
.mm-spn.mm-spn--light {
    color: #a565aa;
    background: #f3f3f3;
}
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #231f1e;
    color: #806a91;
    position: relative;
}