/* ===== Pinterest Icon - Salla Footer / Kayan Theme ===== */

/* تحويل أي رابط Pinterest موجود في الفوتر إلى أيقونة */
footer a[href*="pinterest.com"],
footer a[href*="anesthesialenses_ksa"] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 7px !important;
    padding: 0 !important;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    text-decoration: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;

    vertical-align: middle !important;
    overflow: visible !important;
}

/* إخفاء أي نص أو أيقونة قديمة داخل الرابط */
footer a[href*="pinterest.com"] *,
footer a[href*="anesthesialenses_ksa"] * {
    display: none !important;
}

/* رسم أيقونة بنترست بنفس ستايل الأيقونات السوداء */
footer a[href*="pinterest.com"]::before,
footer a[href*="anesthesialenses_ksa"]::before {
    content: "" !important;

    width: 22px !important;
    height: 22px !important;

    display: block !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.9 21c.7-2.6 1.3-5.2 1.9-7.8' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M10.8 13.2c.4.9 1.4 1.5 2.6 1.5 2.4 0 4.2-2.2 4.2-5 0-2.7-2.3-4.7-5.3-4.7-3.9 0-6.2 2.5-6.2 5.4 0 1.4.5 2.6 1.5 3.3' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.9 13.8c-.2-.7-.5-1.4-.5-2.2 0-1.8 1.2-3.5 3.3-3.5 1.4 0 2.3.9 2.3 2.1 0 1.6-1 3.2-2.4 3.2-.9 0-1.6-.7-1.3-1.7l.7-2.6' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

/* تحسين مكان الرابط إذا كان داخل قائمة */
footer li:has(a[href*="pinterest.com"]),
footer li:has(a[href*="anesthesialenses_ksa"]) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* إزالة النقاط والمسافات من القائمة التي تحتوي رابط بنترست */
footer ul:has(a[href*="pinterest.com"]),
footer ul:has(a[href*="anesthesialenses_ksa"]) {
    list-style: none !important;
}