.sf-loader-spinner {
	border-radius: 9999px;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(156, 163, 175, 0.4);
	border-top-color: rgba(37, 99, 235, 1);
	width: 16px;
	height: 16px;
	animation: sf-spin 0.8s linear infinite;
}

@keyframes sf-spin {
	to {
		transform: rotate(360deg);
	}
}

.sf-share-menu {
	z-index: 40;
}

.sf-share-menu.open {
	display: block;
}

.sf-reaction-selected {
	background-color: rgba(37, 99, 235, 0.1);
	color: rgba(37, 99, 235, 1);
}

.sf-notification-unread {
	border-left: 3px solid rgba(37, 99, 235, 1);
}

/* Article header: date and views */
.article-meta {
	gap: 0.375rem 0.5rem;
}
.article-meta-sep {
	opacity: 0.7;
}
.article-meta .views {
	white-space: nowrap;
}
.sf-icon-eye {
	width: 1rem;
	height: 1rem;
	min-width: 1rem;
	min-height: 1rem;
	vertical-align: middle;
}
@media (max-width: 640px) {
	.article-meta {
		font-size: 0.75rem;
	}
	.sf-icon-eye {
		width: 0.875rem;
		height: 0.875rem;
		min-width: 0.875rem;
		min-height: 0.875rem;
	}
}

/* Header: الشعار بحجم مناسب — متوافق مع الجوال والكمبيوتر */
header .site-logo,
header .site-logo a,
header .site-logo img,
header .custom-logo-link,
header .custom-logo-link img,
header img.custom-logo {
	max-height: 32px !important;
	max-width: 100px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	display: block !important;
	vertical-align: middle;
}
header .site-logo,
header .site-logo a,
header .custom-logo-link {
	line-height: 0;
	display: inline-block !important;
	overflow: hidden;
	max-height: 32px;
	max-width: 100px;
}
@media (min-width: 640px) {
	header .site-logo,
	header .site-logo a,
	header .custom-logo-link {
		max-height: 38px;
		max-width: 140px;
	}
}
@media (min-width: 1024px) {
	header .site-logo,
	header .site-logo a,
	header .custom-logo-link {
		max-height: 44px;
		max-width: 180px;
	}
}
/* شاشات أكبر من 640px */
@media (min-width: 640px) {
	header .site-logo img,
	header .custom-logo-link img,
	header img.custom-logo {
		max-height: 38px !important;
		max-width: 140px !important;
	}
}
/* شاشات أكبر من 1024px */
@media (min-width: 1024px) {
	header .site-logo img,
	header .custom-logo-link img,
	header img.custom-logo {
		max-height: 44px !important;
		max-width: 180px !important;
	}
}

/* ساعة الهيدر */
#sf-header-clock {
	font-variant-numeric: tabular-nums;
}



