/* تكبير الصورة */
[data-selia="footer-apps-section"] .footer-logos img {
    height: 4rem !important;
    width: auto !important;
}

/* ترتيب الصورة والنص بجانب بعض */
[data-selia="footer-apps-section"] .footer-logos {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* إضافة النص بعد الصورة */
[data-selia="footer-apps-section"] .footer-logos::after {
    content: "وثيقة العمل الحر 701801366";
    font-size: 12px;
    color: #333;
}

/* لون النص */
.selia-bottom-nav-button,
.selia-bottom-nav-icon {
    color: #d69591 !important;
}

/* لو الأيقونة SVG */
.selia-bottom-nav-icon svg,
.selia-bottom-nav-icon svg path,
.selia-bottom-nav-icon svg * {
    fill: #d69591 !important;
    stroke: #d69591 !important;
}

/* لو الأيقونة خلفية (background-image) بصيغة SVG أو أيقونة خط (font icon) */
.selia-bottom-nav-icon {
    filter: brightness(0) saturate(100%) invert(66%) sepia(14%) saturate(1500%) hue-rotate(310deg) brightness(95%) contrast(85%);
}

/* تصغير الصندوق بعد مدة */
#wa-selia.has-text {
    animation: shrinkWaBox 0.6s ease forwards;
    animation-delay: 4s;
}

/* إخفاء النص فقط (الـ span) - الأيقونة ما تتأثر */
#wa-selia.has-text span {
    animation: fadeOutWaText 0.4s ease forwards;
    animation-delay: 3.8s;
}

@keyframes shrinkWaBox {
    from {
        width: auto;
        padding: 6px 12px;
    }
    to {
        width: 48px;
        padding: 0;
    }
}

@keyframes fadeOutWaText {
    to {
        opacity: 0;
        width: 0;
        overflow: hidden;
    }
}


.store-footer__inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.footer-bottom {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}