/* ==================================================
   ANCOR HOME PROFILE — OFFICIAL LOGO
   ================================================== */

#about .ancor-profile-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 0 !important;
    min-height: 310px;

    padding: clamp(28px, 5vw, 65px) !important;

    border: 0 !important;
    background: transparent !important;
}

#about .ancor-profile-logo::before,
#about .ancor-profile-logo::after {
    display: none !important;
    content: none !important;
}

#about .ancor-profile-official-picture {
    display: block !important;
    width: min(100%, 610px) !important;
    margin: 0 auto !important;
}

#about .ancor-profile-official-logo {
    display: block !important;

    width: 100% !important;
    height: auto !important;
    max-width: 610px !important;
    max-height: 250px !important;

    margin: 0 auto !important;

    object-fit: contain !important;
    object-position: center !important;
}

/*
 * إلغاء تأثيرات الشعار النصي القديم
 * في حالة وجود قواعد موروثة.
 */
#about .ancor-profile-logo .ancor-big-logo,
#about .ancor-profile-logo .ancor-big-mark {
    display: none !important;
}

@media (max-width: 900px) {
    #about .ancor-profile-logo {
        min-height: 240px;
        padding: 35px 24px !important;
    }

    #about .ancor-profile-official-picture,
    #about .ancor-profile-official-logo {
        max-width: 470px !important;
    }
}

@media (max-width: 560px) {
    #about .ancor-profile-logo {
        min-height: 190px;
        padding: 27px 18px !important;
    }

    #about .ancor-profile-official-picture,
    #about .ancor-profile-official-logo {
        max-width: 330px !important;
    }
}
