/* =====================================================================
   موضة ستور — أيقونات التواصل الاجتماعي
   1) استبدال طائر تويتر القديم بشعار X الرسمي (أُعيدت تسمية المنصة 2023).
   2) تنسيق دائري متوافق مع الهوية في الفوتر (#5b142a).
   ===================================================================== */

/* ---- شعار X بدل طائر تويتر (قناع SVG يتبع لون النص) ---- */
i.social-icon-twitter {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

i.social-icon-twitter::before {
	content: "" !important;
	display: block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") no-repeat center;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

/* ---- الفوتر (خلفية داكنة): أيقونات دائرية زجاجية + تمرير بلون الهوية ---- */
#footer .widget_adswst_social_icons_widget .social-icons-wrap a i,
.site-footer .widget_adswst_social_icons_widget .social-icons-wrap a i {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 15px !important;
	padding: 0 !important;
	background-color: rgba(255, 255, 255, .10) !important;
	color: #ffffff !important;
	transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

#footer .widget_adswst_social_icons_widget .social-icons-wrap a:hover i,
.site-footer .widget_adswst_social_icons_widget .social-icons-wrap a:hover i {
	background-color: #7a1c38 !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .3);
}

/* مسافة مريحة بين الأيقونات */
#footer .widget_adswst_social_icons_widget .social-icons-wrap a,
.site-footer .widget_adswst_social_icons_widget .social-icons-wrap a {
	margin-inline-end: 9px;
}

/* ---- قائمة الجوال (خلفية فاتحة): أيقونات دائرية بلون الهوية ---- */
#mobile-menu .widget_adswst_social_icons_widget .social-icons-wrap a i,
.mobile-menu-sidebar .widget_adswst_social_icons_widget .social-icons-wrap a i {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 15px !important;
	padding: 0 !important;
	background-color: #f6eaef !important;
	color: #5b142a !important;
	transition: background-color .25s ease, color .25s ease;
}

#mobile-menu .widget_adswst_social_icons_widget .social-icons-wrap a:hover i,
.mobile-menu-sidebar .widget_adswst_social_icons_widget .social-icons-wrap a:hover i {
	background-color: #5b142a !important;
	color: #ffffff !important;
}
