/* =========================================================
   Basrawe Homepage Styles — نسخة محسّنة للواجهة الأمامية
   تصميم Mobile First: القواعد الأساسية للهاتف أولاً، ثم توسيع
   التخطيط تدريجياً للشاشات الأكبر عبر media queries.
   ========================================================= */

:root {
	/* الألوان (--basrawe-primary/secondary/accent) مُعرَّفة مركزياً في
	   assets/css/basrawe-identity.css المحمَّل في كل صفحات الموقع، وتُحقن
	   القيم الفعلية المختارة من لوحة التحكم فوقها. لا نكرر تعريفها هنا. */
	--basrawe-bg: #f6f7f5;
	--basrawe-card-bg: #ffffff;
	--basrawe-text: #1b1f1d;
	--basrawe-text-muted: #6b7570;
	--basrawe-border: #e4e7e3;
	--basrawe-radius: 12px;
	--basrawe-shadow: 0 2px 10px rgba(15, 30, 25, 0.07);
	--basrawe-container: 1440px; /* Wide Layout: محتوى أوسع على الشاشات الكبيرة دون امتداد مزعج على 4K */
	/* تدرّج "تغميق" يعمل فوق أي لون أساسي يختاره مدير الموقع، بدل الاعتماد
	   على قيمة "داكنة" ثابتة قد لا تتطابق مع اللون المخصص. */
	--basrawe-fallback-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.38)), var(--basrawe-primary);
}

.basrawe-home {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--basrawe-container);
	margin: 0 auto;
	left: auto;
	transform: none;
	padding: 0 16px;
	overflow: visible;
	color: var(--basrawe-text);
	isolation: isolate;
}
@media (min-width: 900px) {
	.basrawe-home { padding-inline: 20px; }
}
.basrawe-home > :not(.basrawe-home-ambient) {
	position: relative;
	z-index: 1;
}
.basrawe-home-ambient {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.basrawe-home-ambient .basrawe-watermark { color: var(--basrawe-primary); }
.basrawe-ambient-palm-right { top: 520px; right: -70px; width: 340px; height: 370px; opacity: .055; }
.basrawe-ambient-palm-left { top: 1880px; left: -90px; width: 380px; height: 410px; opacity: .045; transform: scaleX(-1); }
.basrawe-ambient-shanasheel { top: 3270px; right: -50px; width: 340px; height: 280px; opacity: .04; color: var(--basrawe-accent) !important; }
.basrawe-ambient-port { bottom: 150px; left: -55px; width: 370px; height: 260px; opacity: .038; }
.basrawe-home *,
.basrawe-home *::before,
.basrawe-home *::after { box-sizing: border-box; }
.basrawe-home img { max-width: 100%; height: auto; display: block; }
.basrawe-home a { -webkit-tap-highlight-color: transparent; }

.basrawe-block-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 26px 0 14px;
	border-bottom: 3px solid var(--basrawe-primary);
	padding-bottom: 8px;
}
.basrawe-block-head h2 { font-size: 18px; margin: 0; font-weight: 800; color: var(--basrawe-primary); }
.basrawe-more-link { font-size: 12.5px; color: var(--basrawe-primary); text-decoration: none; white-space: nowrap; font-weight: 700; }
.basrawe-more-link:hover { color: var(--basrawe-accent); }

/* ---------- بديل الصورة الأنيق (Fallback) — يُستخدم في كل بطاقات القالب ---------- */
.basrawe-thumb-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--basrawe-fallback-bg);
	color: rgba(255, 255, 255, 0.55);
}
.basrawe-real-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- شريط آخر الأخبار — «شط العرب الرقمي» ---------- */
.basrawe-breaking-news {
	position: relative;
	display: flex;
	align-items: stretch;
	background: linear-gradient(90deg, color-mix(in srgb, var(--basrawe-primary) 84%, #072c39), var(--basrawe-primary));
	color: #fff;
	border-radius: 14px;
	margin-top: 14px;
	overflow: hidden;
	min-height: 48px;
	box-shadow: 0 6px 18px rgba(19, 90, 115, .10);
}
.basrawe-breaking-wave {
	position: absolute;
	inset: auto 0 1px 0;
	width: 100%;
	height: 34px;
	color: #fff;
	opacity: .10;
	z-index: 0;
}
.basrawe-breaking-label {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, color-mix(in srgb, var(--basrawe-accent) 88%, white), var(--basrawe-accent));
	color: #24170d;
	font-weight: 900;
	font-size: 13px;
	padding: 0 15px 0 12px;
	min-height: 48px;
	white-space: nowrap;
}
.basrawe-breaking-river-mark {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 28px;
	color: #3a291e;
}
.basrawe-breaking-river-mark svg { width: 28px; height: 22px; stroke-width: 1.35; }
.basrawe-breaking-track-wrap {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	overflow: hidden;
	min-width: 0;
	direction: ltr;
}
.basrawe-breaking-track {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: max-content;
	min-width: max-content;
	height: 100%;
	white-space: nowrap;
	will-change: transform;
	animation: basrawe-breaking-scroll linear infinite;
	animation-duration: 44s;
}
.basrawe-breaking-track li {
	position: relative;
	padding: 0 18px 0 24px;
	direction: rtl;
}
.basrawe-breaking-item {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	direction: ltr;
}
.basrawe-breaking-mini-boat {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 24px;
	flex: 0 0 auto;
	color: rgba(255,255,255,.96);
	animation: basrawe-mini-boat 3.2s ease-in-out infinite;
}
.basrawe-breaking-mini-boat svg {
	position: relative;
	z-index: 2;
	width: 31px;
	height: 21px;
	stroke-width: 1.28;
}
.basrawe-breaking-wake {
	position: absolute;
	right: 22px;
	top: 13px;
	width: 20px;
	height: 7px;
	border-bottom: 1px solid rgba(255,255,255,.48);
	border-radius: 50%;
	transform: skewX(-20deg);
}
.basrawe-breaking-item a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	direction: rtl;
}
.basrawe-breaking-item a:hover { color: #ffe8cf; }
@keyframes basrawe-breaking-scroll {
	from { transform: translateX(-50%); }
	to   { transform: translateX(0); }
}
@keyframes basrawe-mini-boat {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-1px) rotate(.7deg); }
}
@media (max-width: 640px) {
	.basrawe-breaking-label-text { display: none; }
	.basrawe-breaking-label { padding-inline: 8px; }
	.basrawe-breaking-river-mark { width: 42px; }
}
@media (prefers-reduced-motion: reduce) {
	.basrawe-breaking-track { animation: none; transform: none; }
	.basrawe-breaking-mini-boat { animation: none; }
}

/* =========================================================
   المنطقة العليا الموحّدة: Hero + الأكثر قراءة هذا الأسبوع.
   تبقى مكدّسة (عمود واحد) حتى الشاشات الواسعة فعلاً؛ عند اتساع كافٍ
   (1180px+) تتوزّع جنباً إلى جنب دون إخلال بمنطق أو استعلام الـHero.
   ========================================================= */
.basrawe-top-grid {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 16px;
}
@media (min-width: 1180px) {
	.basrawe-top-grid.has-most-viewed {
		display: grid;
		grid-template-columns: minmax(0, 2.4fr) minmax(300px, 1fr);
		align-items: stretch;
		gap: 18px;
	}
	.basrawe-top-grid.no-most-viewed { display: block; }
}

/* =========================================================
   Hero — منطقة إخبارية رئيسية متوازنة الارتفاع
   (المشكلة السابقة: عمود الأخبار الجانبية كان يمتد رأسياً بشكل
   منفصل عن ارتفاع الخبر الرئيسي، مما يترك فراغاً أبيض ضخماً.
   الحل: كتلة واحدة بارتفاع ثابت على الشاشات المتوسطة فأكبر،
   وتراكب Overlay مطلق فوق صورة الخبر الرئيسي بدل تكديس العناصر.)
   ========================================================= */
.basrawe-hero {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.basrawe-hero-main {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: var(--basrawe-radius);
	overflow: hidden;
	background: var(--basrawe-fallback-bg);
	box-shadow: var(--basrawe-shadow);
	display: block;
}
.basrawe-hero-main-media { position: absolute; inset: 0; display: block; }
.basrawe-hero-main-media .basrawe-thumb-fallback svg { width: 52px; height: 52px; }

.basrawe-hero-main-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.82) 100%);
	pointer-events: none; /* يسمح بمرور النقر إلى صورة الخبر أسفله */
}
.basrawe-hero-main-text { width: 100%; padding: 16px; pointer-events: auto; }
.basrawe-hero-cat {
	display: inline-block;
	background: var(--basrawe-accent);
	color: #201400;
	font-size: 11px;
	font-weight: 800;
	padding: 4px 10px;
	border-radius: 20px;
	margin-bottom: 8px;
	text-decoration: none;
}
.basrawe-hero-main-text h1 {
	font-size: 19px;
	line-height: 1.4;
	margin: 0 0 6px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.basrawe-hero-main-text h1 a { color: #fff; text-decoration: none; }
.basrawe-hero-date { font-size: 11.5px; color: #d9d9d9; }

.basrawe-hero-side {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.basrawe-hero-side-item {
	display: flex;
	flex-direction: column;
	background: var(--basrawe-card-bg);
	border-radius: var(--basrawe-radius);
	overflow: hidden;
	box-shadow: var(--basrawe-shadow);
}
.basrawe-hero-side-thumb {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--basrawe-fallback-bg);
	display: block;
}
.basrawe-hero-side-thumb .basrawe-thumb-fallback svg { width: 26px; height: 26px; }
.basrawe-hero-side-item h3 {
	font-size: 12.5px;
	line-height: 1.45;
	margin: 8px 10px 10px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.basrawe-hero-side-item h3 a { color: var(--basrawe-text); text-decoration: none; }
.basrawe-hero-side-item h3 a:hover { color: var(--basrawe-primary); }

/* من هنا فصاعداً: كتلة Hero بارتفاع ثابت + شبكة 2×2 للجانب تملأ نفس الارتفاع تماماً */
@media (min-width: 760px) {
	.basrawe-hero {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 16px;
		height: 420px;
	}
	.basrawe-hero-main { height: 100%; aspect-ratio: auto; }
	.basrawe-hero-main-text h1 { font-size: 24px; -webkit-line-clamp: 3; }
	.basrawe-hero-main-text { padding: 22px 24px; }

	.basrawe-hero-side {
		height: 100%;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.basrawe-hero-side-item { height: 100%; min-height: 0; }
	.basrawe-hero-side-thumb { flex: 1 1 auto; min-height: 0; aspect-ratio: auto; }
	.basrawe-hero-side-item h3 { flex: 0 0 auto; }
}
@media (min-width: 1180px) {
	.basrawe-hero { height: 480px; }
	.basrawe-hero-main-text h1 { font-size: 27px; }
}

/* =========================================================
   الأكثر قراءة هذا الأسبوع — لوحة مضغوطة بجانب الـHero.
   ========================================================= */
.basrawe-most-viewed {
	display: flex;
	flex-direction: column;
	background: var(--basrawe-card-bg);
	border: 1px solid var(--basrawe-border);
	border-radius: var(--basrawe-radius);
	box-shadow: var(--basrawe-shadow);
	overflow: hidden;
}
.basrawe-mv-head { padding: 14px 14px 8px; border-bottom: 1px solid var(--basrawe-border); }
.basrawe-mv-head h2 { margin: 0; font-size: 15px; font-weight: 800; color: var(--basrawe-primary); }
.basrawe-mv-list { display: flex; flex-direction: column; padding: 4px 6px; flex: 1; }

.basrawe-mv-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border-radius: 8px;
	text-decoration: none;
	transition: background .15s ease;
}
.basrawe-mv-item:hover { background: var(--basrawe-bg); }
.basrawe-mv-rank {
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 800;
	color: var(--basrawe-accent);
	opacity: .55;
	min-width: 28px;
}
.basrawe-mv-thumb {
	position: relative;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	overflow: hidden;
	background: var(--basrawe-fallback-bg);
}
.basrawe-mv-thumb .basrawe-thumb-fallback svg { width: 18px; height: 18px; }
.basrawe-mv-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.basrawe-mv-title {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--basrawe-text);
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.basrawe-mv-views { font-size: 10.5px; color: var(--basrawe-text-muted); }

@media (min-width: 1180px) {
	.basrawe-most-viewed { height: 100%; }
}

/* =========================================================
   شبكة الأخبار الموحّدة (أحدث الأخبار + كل الأقسام الديناميكية)
   العنوان ظاهر دائماً أسفل الصورة بارتفاع بطاقة متساوٍ.
   ========================================================= */
.basrawe-news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 479px) { .basrawe-news-grid { grid-template-columns: 1fr; } }
@media (min-width: 700px)  { .basrawe-news-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .basrawe-news-grid { grid-template-columns: repeat(4, 1fr); } }

.basrawe-news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--basrawe-card-bg);
	border-radius: var(--basrawe-radius);
	overflow: hidden;
	box-shadow: var(--basrawe-shadow);
}
.basrawe-card-thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--basrawe-fallback-bg); display: block; }
.basrawe-card-thumb .basrawe-real-thumb { transition: transform .35s ease; }
.basrawe-news-card:hover .basrawe-real-thumb { transform: scale(1.05); }
.basrawe-card-thumb .basrawe-thumb-fallback svg { width: 28px; height: 28px; }

.basrawe-card-body { padding: 10px 12px 12px; flex: 1; display: flex; flex-direction: column; }
.basrawe-news-card h3 {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 8px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.basrawe-news-card h3 a { color: var(--basrawe-text); text-decoration: none; }
.basrawe-news-card h3 a:hover { color: var(--basrawe-primary); }
.basrawe-card-date { margin-top: auto; font-size: 11px; color: var(--basrawe-text-muted); }

/* ---------- العطل والمناسبات ---------- */
.basrawe-holidays-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.basrawe-holiday-card {
	display: flex;
	flex-direction: column;
	background: linear-gradient(160deg, #ffffff, #fbf6ea);
	border: 1px solid var(--basrawe-border);
	border-radius: var(--basrawe-radius);
	overflow: hidden;
	box-shadow: var(--basrawe-shadow);
}
.basrawe-holiday-card.is-featured { grid-column: 1 / -1; }
.basrawe-holiday-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--basrawe-fallback-bg); display: block; flex-shrink: 0; }
.basrawe-holiday-thumb .basrawe-thumb-fallback svg { width: 28px; height: 28px; }
.basrawe-holiday-body { padding: 12px 14px 14px; display: flex; flex-direction: column; flex: 1; }
.basrawe-holiday-body h3 {
	font-size: 14px;
	margin: 0 0 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.basrawe-holiday-body h3 a { color: var(--basrawe-text); text-decoration: none; }
.basrawe-holiday-date { display: block; font-size: 12px; color: var(--basrawe-text-muted); margin-bottom: 6px; }
.basrawe-holiday-countdown {
	display: inline-block;
	align-self: flex-start;
	background: var(--basrawe-secondary);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	margin-top: auto;
}

@media (min-width: 700px) {
	.basrawe-holidays-grid { grid-template-columns: repeat(3, 1fr); }
	.basrawe-holiday-card.is-featured { flex-direction: row; }
	.basrawe-holiday-card.is-featured .basrawe-holiday-thumb { flex: 0 0 42%; aspect-ratio: auto; }
	.basrawe-holidays-grid-archive { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) { .basrawe-holidays-grid-archive { grid-template-columns: repeat(4, 1fr); } }

/* ---------- موسوعة بصراوي ---------- */
.basrawe-encyclopedia {
	position: relative;
	margin-top: 34px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 12% 18%, rgba(255,255,255,.12), transparent 34%),
		linear-gradient(135deg, color-mix(in srgb, var(--basrawe-secondary) 88%, #173423), var(--basrawe-secondary));
	color: #fff;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(30, 83, 50, .13);
}
.basrawe-encyclopedia .basrawe-watermark { color: #fff; }
.basrawe-encyclopedia .basrawe-watermark-palm { opacity: .10; bottom: -58px; left: -30px; width: 310px; height: 330px; }
.basrawe-encyclopedia .basrawe-watermark-shanasheel { opacity: .045; top: 10px; right: -30px; width: 260px; height: 210px; }
.basrawe-encyclopedia-inner { position: relative; z-index: 1; padding: 30px 22px; }
.basrawe-eyebrow { display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: .4px; color: #efd0ad; margin-bottom: 8px; }
.basrawe-encyclopedia h2 { font-size: 24px; margin: 0 0 10px; }
.basrawe-encyclopedia p { font-size: 14px; line-height: 1.9; color: #edf7ef; margin: 0 0 18px; max-width: 610px; }
.basrawe-encyclopedia-search {
	display: flex;
	max-width: 460px;
	margin-bottom: 16px;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 30px;
	overflow: hidden;
	backdrop-filter: blur(2px);
}
.basrawe-encyclopedia-search input[type="text"] { flex: 1; border: none; background: transparent; color: #fff; padding: 11px 15px; font-size: 13px; outline: none; min-width: 0; }
.basrawe-encyclopedia-search input::placeholder { color: #dcebe0; }
.basrawe-encyclopedia-search button { border: none; background: var(--basrawe-accent); color: #24170d; font-weight: 900; padding: 0 20px; cursor: pointer; font-size: 13px; }
.basrawe-encyclopedia-search button:hover { filter: brightness(1.08); }
.basrawe-encyclopedia-actions { margin-bottom: 14px; }
.basrawe-btn { display: inline-block; padding: 11px 22px; border-radius: 30px; font-weight: 900; font-size: 13.5px; text-decoration: none; }
.basrawe-btn-primary { background: var(--basrawe-accent); color: #24170d; }
.basrawe-btn-primary:hover { filter: brightness(1.08); }
.basrawe-encyclopedia-links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 16px; }
.basrawe-encyclopedia-links a { color: #f1fff5; font-size: 13px; text-decoration: none; border-bottom: 1px dashed rgba(255,255,255,.36); }
.basrawe-encyclopedia-links a:hover { color: #f2d2ae; }
.basrawe-encyclopedia-visual { display: none; }
@media (min-width: 760px) {
	.basrawe-encyclopedia-inner { display: grid; grid-template-columns: 1.55fr .9fr; gap: 34px; align-items: center; padding: 50px 44px; }
	.basrawe-encyclopedia h2 { font-size: 31px; }
	.basrawe-encyclopedia-visual { display: flex; align-items: center; justify-content: center; position: relative; height: 210px; }
	.basrawe-encyclopedia-badge {
		position: relative;
		z-index: 2;
		width: 96px;
		height: 96px;
		border-radius: 50%;
		background: rgba(255,255,255,.10);
		display: flex;
		align-items: center;
		justify-content: center;
		color: #f1cca4;
		border: 1px solid rgba(255,255,255,.24);
		box-shadow: 0 14px 34px rgba(0,0,0,.10);
	}
	.basrawe-encyclopedia-ring { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
	.basrawe-ring-1 { width: 160px; height: 160px; }
	.basrawe-ring-2 { width: 215px; height: 215px; border-style: dashed; }
}

/* ---------- الأدلة والخدمات — بطاقات هوية بصراوي ---------- */
.basrawe-guides-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.basrawe-guide-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: start;
	gap: 7px;
	min-height: 178px;
	height: 100%;
	border: 0;
	border-radius: 18px;
	padding: 20px 18px 16px;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(20, 45, 55, .09);
	transition: transform .2s ease, box-shadow .2s ease;
	isolation: isolate;
}
.basrawe-guide-card::before {
	content: "";
	position: absolute;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	left: -62px;
	bottom: -72px;
	background: rgba(255,255,255,.09);
	z-index: -1;
}
.basrawe-guide-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(0,0,0,.16));
	z-index: -2;
}
.basrawe-guide-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(20, 45, 55, .15); }
.basrawe-guide-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: rgba(255,255,255,.94);
	margin-bottom: 3px;
}
.basrawe-guide-icon svg { width: 38px; height: 38px; stroke-width: 1.35; }
.basrawe-guide-icon .dashicons { color: #fff; font-size: 34px; width: 38px; height: 38px; }
.basrawe-guide-title { font-size: 16px; font-weight: 900; color: #fff; line-height: 1.45; }
.basrawe-guide-desc { font-size: 12.5px; color: rgba(255,255,255,.84); line-height: 1.7; margin: 0; }
.basrawe-guide-cta {
	display: block;
	width: 100%;
	margin-top: auto;
	padding: 9px 12px;
	border-radius: 10px;
	background: rgba(255,255,255,.84);
	color: #1f2d33 !important;
	font-size: 12.5px;
	font-weight: 900;
	text-align: center;
}
.basrawe-guide-card.basrawe-style-primary { background: var(--basrawe-primary); }
.basrawe-guide-card.basrawe-style-secondary { background: var(--basrawe-secondary); }
.basrawe-guide-card.basrawe-style-accent { background: color-mix(in srgb, var(--basrawe-accent) 78%, #4d3220); }
@media (min-width: 560px)  { .basrawe-guides-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px)  { .basrawe-guides-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- الفيديو ---------- */
.basrawe-video-wrap { position: relative; border-radius: var(--basrawe-radius); overflow: hidden; background: #000; }
.basrawe-video-wrap iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; max-width: 100%; }

/* ---------- الإعلانات ---------- */
.basrawe-ad-slot { margin: 20px 0; text-align: center; overflow: hidden; max-width: 100%; }
.basrawe-ad-label { display: block; font-size: 10px; color: var(--basrawe-text-muted); margin-bottom: 4px; letter-spacing: .5px; }
.basrawe-ad-code { display: inline-block; max-width: 100%; overflow: hidden; }
.basrawe-ad-code iframe,
.basrawe-ad-code img,
.basrawe-ad-code ins,
.basrawe-ad-code video { max-width: 100% !important; height: auto; }

.basrawe-show-desktop-only { display: none; }
.basrawe-show-mobile-only { display: block; }
@media (min-width: 700px) {
	.basrawe-show-desktop-only { display: block; }
	.basrawe-show-mobile-only { display: none; }
}

/* ---------- صفحات أرشيف/تفاصيل المناسبات ---------- */
.basrawe-events-archive,
.basrawe-single-event { max-width: var(--basrawe-container); margin: 0 auto; padding: 0 16px 40px; }
.basrawe-page-header { margin: 24px 0 16px; }
.basrawe-page-header h1 { font-size: 21px; color: var(--basrawe-primary); }
.basrawe-single-event-thumb { border-radius: var(--basrawe-radius); overflow: hidden; margin-bottom: 16px; }
.basrawe-single-event-content { font-size: 15px; line-height: 1.9; }
.basrawe-archive-pagination { margin: 24px 0; }

/* =========================================================
   الشاشات الكبيرة (كمبيوتر مكتبي)
   ========================================================= */
@media (min-width: 1024px) {
	.basrawe-block-head h2 { font-size: 20px; }
}

/* ---------- فاصل زخرفي قبل الفوتر ---------- */
.basrawe-closing-divider {
	position: relative;
	height: 42px;
	width: min(var(--basrawe-container), calc(100vw - 24px));
	max-width: none;
	margin: 18px auto 0;
	color: var(--basrawe-primary);
	overflow: hidden;
}
.basrawe-closing-wave { position: absolute; inset: 0; opacity: .12; }
.basrawe-closing-palm {
	bottom: -64px;
	width: 105px;
	height: 112px;
	opacity: .055;
}
.basrawe-closing-palm-right { right: 10px; }
.basrawe-closing-palm-left { left: 10px; transform: scaleX(-1); }


/* ---------- بصمة البصرة داخل أقسام مختارة ---------- */
.basrawe-latest-news,
.basrawe-guides {
	position: relative;
	isolation: isolate;
}
.basrawe-latest-news::before {
	content: "";
	position: absolute;
	inset-inline-end: -8px;
	top: -20px;
	width: 170px;
	height: 150px;
	opacity: .045;
	pointer-events: none;
	z-index: -1;
	background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 230'%3E%3Cpath fill='%23135A73' d='M106 230c-2-45-2-88 5-126-32-1-65-17-90-44 29-9 58-2 83 18-12-25-14-49-2-70 20 15 29 37 24 65 14-29 35-48 66-55-2 28-18 51-51 67 28-4 52 4 72 24-25 18-53 21-84 9 1 36-1 73-4 112Z'/%3E%3C/svg%3E");
}
.basrawe-guides::before {
	content: "";
	position: absolute;
	inset-inline-start: -10px;
	top: 12px;
	width: 230px;
	height: 150px;
	opacity: .035;
	pointer-events: none;
	z-index: -1;
	background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 160'%3E%3Cg fill='none' stroke='%23B08355' stroke-width='3'%3E%3Cpath d='M18 145h205'/%3E%3Cpath d='M40 125h150l-22 20H65Z'/%3E%3Cpath d='M55 125V82h55v43M132 125V96h50'/%3E%3Cpath d='M160 96V30h50'/%3E%3Cpath d='M160 54 110 82M110 82V42M110 42h50'/%3E%3C/g%3E%3C/svg%3E");
}

/* =========================================================
   Basrawe Child v3.1 — Identity Polish
   ========================================================= */

/* شط العرب الرقمي: المشحوف هو الفاصل المرئي بين الأخبار. */
.basrawe-breaking-news {
	min-height: 52px;
	border-radius: 15px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.035), transparent 52%),
		linear-gradient(90deg, #0e4b63, var(--basrawe-primary));
	box-shadow: 0 9px 24px rgba(19,90,115,.11);
}
.basrawe-breaking-label {
	min-height: 52px;
	padding-inline: 17px;
	background: linear-gradient(135deg, #c49767, var(--basrawe-accent));
	border-inline-start: 1px solid rgba(255,255,255,.18);
}
.basrawe-breaking-river-mark {
	width: 30px;
	color: #2f2117;
}
.basrawe-breaking-track li {
	padding: 0 10px;
}
.basrawe-breaking-item {
	gap: 15px;
}
.basrawe-breaking-mini-boat {
	width: 48px;
	height: 30px;
	margin-inline: 4px 2px;
}
.basrawe-breaking-mini-boat svg {
	width: 44px;
	height: 27px;
	stroke-width: 1.18;
}
.basrawe-breaking-wake {
	right: 29px;
	top: 17px;
	width: 30px;
	height: 9px;
	border-bottom-color: rgba(255,255,255,.58);
}
.basrawe-breaking-wake::after {
	content: "";
	position: absolute;
	right: 7px;
	top: 4px;
	width: 25px;
	height: 7px;
	border-bottom: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
}
.basrawe-breaking-item a {
	font-size: 13.5px;
	font-weight: 650;
}

/* لحظات هوية بين مجموعات الأخبار — هادئة جداً وغير متكررة. */
.basrawe-identity-divider {
	display: grid;
	grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
	align-items: center;
	gap: 13px;
	min-height: 42px;
	margin: 18px 0 4px;
	color: var(--basrawe-primary);
	opacity: .62;
}
.basrawe-identity-divider-line {
	height: 12px;
	border-bottom: 1px solid rgba(19,90,115,.20);
	border-radius: 50%;
}
.basrawe-identity-divider-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 32px;
}
.basrawe-identity-divider-mark svg { width: 40px; height: 28px; stroke-width: 1.15; }
.basrawe-identity-divider-palm { color: var(--basrawe-secondary); opacity: .50; }
.basrawe-identity-divider-shanasheel { color: var(--basrawe-accent); opacity: .52; }

/* إبراز بصمة النخيل والمعالم قليلاً دون أن تصبح خلفية مزعجة. */
.basrawe-ambient-palm-right { opacity: .065; }
.basrawe-ambient-palm-left { opacity: .050; }
.basrawe-ambient-shanasheel { opacity: .045; }
.basrawe-ambient-port { opacity: .040; }

/* تلميع عناوين الأقسام: علامة هوية صغيرة لا تغيّر بنية الأقسام. */
.basrawe-block-head h2 {
	position: relative;
	padding-inline-start: 15px;
}
.basrawe-block-head h2::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50% 50% 50% 2px;
	background: var(--basrawe-accent);
	transform: translateY(-50%) rotate(45deg);
}

/* تقليل أي فراغ داخلي غير مقصود في نهاية واجهة بصراوي. */
.basrawe-home { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.basrawe-closing-divider { margin-bottom: 0 !important; }

@media (max-width: 640px) {
	.basrawe-breaking-mini-boat { width: 38px; height: 26px; }
	.basrawe-breaking-mini-boat svg { width: 35px; height: 23px; }
	.basrawe-breaking-wake { width: 22px; right: 23px; }
	.basrawe-identity-divider { margin-block: 12px 0; min-height: 34px; }
}

/* أيقونة القسم نفسها تظهر مع عنوانه، فتستمر هوية البوابة داخل الصفحة. */
.basrawe-block-head-category h2 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-inline-start: 0;
}
.basrawe-block-head-category h2::before { display: none; }
.basrawe-section-title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: var(--basrawe-primary);
	border: 1px solid rgba(19,90,115,.13);
	border-radius: 10px 10px 4px 4px;
	background: linear-gradient(180deg, rgba(19,90,115,.045), transparent);
}
.basrawe-section-title-icon svg { width: 20px; height: 20px; stroke-width: 1.45; }
.basrawe-block-icon-palm .basrawe-section-title-icon,
.basrawe-block-icon-boat .basrawe-section-title-icon,
.basrawe-block-icon-map .basrawe-section-title-icon,
.basrawe-block-icon-stadium .basrawe-section-title-icon { color: var(--basrawe-secondary); }
.basrawe-block-icon-shanasheel .basrawe-section-title-icon,
.basrawe-block-icon-coffee .basrawe-section-title-icon,
.basrawe-block-icon-iraq .basrawe-section-title-icon { color: var(--basrawe-accent); }

/* =========================================================
   Basrawe Child v3.1 — Identity Polish
   تلميع نهائي قبل تركيب القالب على بصراوي.
   ========================================================= */

/* شط العرب الرقمي: المشحوف قائد الحركة والفاصل الحقيقي بين الأخبار. */
.basrawe-breaking-track li {
	padding-inline: 8px 12px;
}
.basrawe-breaking-item {
	gap: 12px;
}
.basrawe-breaking-mini-boat {
	width: 60px;
	height: 34px;
	margin-inline: 5px 3px;
	transform-origin: 70% 70%;
}
.basrawe-breaking-mini-boat svg {
	width: 56px;
	height: 31px;
	stroke-width: 1.16;
}
.basrawe-breaking-wake {
	left: -24px;
	right: auto;
	top: 17px;
	width: 34px;
	height: 8px;
	border-bottom: 1px solid rgba(255,255,255,.52);
	box-shadow: -9px 3px 0 -2px rgba(255,255,255,.20);
	transform: skewX(18deg);
}
.basrawe-breaking-wake::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 5px;
	width: 26px;
	height: 6px;
	border-bottom: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
}
@keyframes basrawe-mini-boat {
	0%, 100% { transform: translate(0, 0) rotate(-.2deg); }
	50% { transform: translate(2px, -1px) rotate(.5deg); }
}

/* ثلاثة أنماط ثابتة للأقسام الديناميكية، من دون أي تغيير في المحتوى أو الاستعلامات. */
@media (min-width: 1024px) {
	.basrawe-news-layout-featured .basrawe-news-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-auto-flow: dense;
	}
	.basrawe-news-layout-featured .basrawe-news-card:first-child {
		grid-column: span 2;
	}
	.basrawe-news-layout-featured .basrawe-news-card:first-child .basrawe-card-thumb {
		aspect-ratio: 16 / 7.5;
	}
	.basrawe-news-layout-featured .basrawe-news-card:first-child h3 {
		font-size: 16px;
		-webkit-line-clamp: 2;
	}

	.basrawe-news-layout-compact .basrawe-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
	.basrawe-news-layout-compact .basrawe-news-card {
		flex-direction: row;
		min-height: 142px;
	}
	.basrawe-news-layout-compact .basrawe-card-thumb {
		flex: 0 0 42%;
		aspect-ratio: auto;
		min-height: 142px;
	}
	.basrawe-news-layout-compact .basrawe-card-body {
		justify-content: center;
		padding: 14px 14px 12px;
	}
	.basrawe-news-layout-compact .basrawe-news-card h3 {
		font-size: 14.5px;
		line-height: 1.6;
		-webkit-line-clamp: 3;
	}
}

/* فواصل الهوية الثلاثة: هادئة لكن قابلة للتمييز. */
.basrawe-identity-divider {
	margin: 24px 0 8px;
	opacity: .68;
}
.basrawe-identity-divider-wave .basrawe-identity-divider-line {
	border-bottom-color: color-mix(in srgb, var(--basrawe-primary) 26%, transparent);
}
.basrawe-identity-divider-palm .basrawe-identity-divider-line {
	border-bottom-color: color-mix(in srgb, var(--basrawe-secondary) 25%, transparent);
}
.basrawe-identity-divider-shanasheel .basrawe-identity-divider-line {
	border-bottom-color: color-mix(in srgb, var(--basrawe-accent) 24%, transparent);
}
.basrawe-identity-divider-shanasheel .basrawe-identity-divider-mark {
	width: 44px;
	height: 34px;
}
.basrawe-identity-divider-shanasheel .basrawe-identity-divider-mark svg {
	width: 34px;
	height: 30px;
}

/* إزالة المساحة الزائدة قبل فوتر Jannah عندما تكون ناتجة عن هوامش الفوتر نفسه. */
body.home #footer,
body.home footer#footer,
body.home footer#colophon,
body.home footer.site-footer,
body.home .site-footer,
body.home .footer-wrapper {
	margin-top: 0 !important;
}
.basrawe-closing-divider {
	margin-top: 12px;
	margin-bottom: 0 !important;
}

@media (max-width: 780px) {
	.basrawe-breaking-mini-boat {
		width: 44px;
		height: 28px;
	}
	.basrawe-breaking-mini-boat svg {
		width: 41px;
		height: 25px;
	}
	.basrawe-breaking-wake {
		left: -17px;
		top: 14px;
		width: 25px;
	}
	.basrawe-news-layout-compact .basrawe-news-card {
		min-height: 0;
	}
}

/* =========================================================
   Basrawe Child v3.2 — Stability & Launch Candidate
   إصلاحات تصحيحية بعد اختبار v3.1 على الموقع التجريبي.
   ========================================================= */

/* 1) جميع الأقسام الإخبارية تعود إلى شبكة مستقرة ومتوازنة.
   نلغي أي أثر لأنماط featured/compact السابقة حتى لو بقيت Class قديمة في الكاش. */
.basrawe-news-block .basrawe-news-grid,
.basrawe-news-layout-grid .basrawe-news-grid,
.basrawe-news-layout-featured .basrawe-news-grid,
.basrawe-news-layout-compact .basrawe-news-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	grid-auto-flow: row !important;
}
.basrawe-news-block .basrawe-news-card,
.basrawe-news-layout-featured .basrawe-news-card,
.basrawe-news-layout-compact .basrawe-news-card {
	display: flex !important;
	flex-direction: column !important;
	min-height: 0 !important;
	grid-column: auto !important;
	width: auto !important;
}
.basrawe-news-block .basrawe-card-thumb,
.basrawe-news-layout-featured .basrawe-card-thumb,
.basrawe-news-layout-compact .basrawe-card-thumb {
	flex: none !important;
	width: 100% !important;
	min-height: 0 !important;
	aspect-ratio: 16 / 10 !important;
}
.basrawe-news-block .basrawe-card-body,
.basrawe-news-layout-featured .basrawe-card-body,
.basrawe-news-layout-compact .basrawe-card-body {
	padding: 12px 12px 10px !important;
	justify-content: space-between !important;
}
.basrawe-news-block .basrawe-news-card h3,
.basrawe-news-layout-featured .basrawe-news-card h3,
.basrawe-news-layout-compact .basrawe-news-card h3 {
	font-size: 13.5px !important;
	line-height: 1.55 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}
@media (max-width: 479px) {
	.basrawe-news-block .basrawe-news-grid,
	.basrawe-news-layout-featured .basrawe-news-grid,
	.basrawe-news-layout-compact .basrawe-news-grid {
		grid-template-columns: 1fr !important;
	}
}
@media (min-width: 700px) {
	.basrawe-news-block .basrawe-news-grid,
	.basrawe-news-layout-featured .basrawe-news-grid,
	.basrawe-news-layout-compact .basrawe-news-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
@media (min-width: 1024px) {
	.basrawe-news-block .basrawe-news-grid,
	.basrawe-news-layout-featured .basrawe-news-grid,
	.basrawe-news-layout-compact .basrawe-news-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

/* 2) إلغاء الفواصل التجريبية التي ظهرت كعلامات صغيرة غريبة وسط الصفحة.
   تبقى الهوية في الخلفيات وعناوين الأقسام من دون عناصر مستقلة تقطع تدفق المحتوى. */
.basrawe-identity-divider { display: none !important; }

/* 3) المشحوف: فاصل واضح ومقروء بين الأخبار، لا أيقونة صغيرة. */
.basrawe-breaking-item { gap: 10px; }
.basrawe-breaking-mini-boat {
	width: 72px;
	height: 30px;
	margin-inline: 8px 2px;
	color: rgba(255,255,255,.95);
	flex: 0 0 72px;
}
.basrawe-breaking-mini-boat .basrawe-mashhoof-svg {
	width: 72px;
	height: 28px;
	display: block;
	filter: drop-shadow(0 1px 0 rgba(0,0,0,.12));
}
.basrawe-breaking-wake { display: none !important; }
@media (max-width: 640px) {
	.basrawe-breaking-mini-boat {
		width: 54px;
		height: 25px;
		flex-basis: 54px;
		margin-inline: 5px 1px;
	}
	.basrawe-breaking-mini-boat .basrawe-mashhoof-svg {
		width: 54px;
		height: 22px;
	}
}

/* 4) لا تترك نهاية الصفحة الرئيسية مسافة داخلية قبل الفوتر. */
body.home #basrawe-home,
body.home .basrawe-home {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	min-height: 0 !important;
}
body.home .basrawe-closing-divider {
	height: 32px !important;
	margin: 8px auto 0 !important;
}
body.home #footer,
body.home footer#footer,
body.home footer#colophon,
body.home footer.site-footer,
body.home .site-footer,
body.home .footer-wrapper {
	margin-top: 0 !important;
}

/* =========================================================
   Basrawe Child v3.3 — Mobile Polish & Launch Candidate
   تحسين الهاتف فقط من دون تغيير بنية سطح المكتب المستقرة.
   ========================================================= */

/* 1) شبكة الأخبار على الهاتف: عمودان افتراضياً، وعمود واحد فقط للشاشات شديدة الضيق. */
@media (max-width: 699px) {
	.basrawe-news-grid,
	.basrawe-news-block .basrawe-news-grid,
	.basrawe-news-layout-grid .basrawe-news-grid,
	.basrawe-news-layout-featured .basrawe-news-grid,
	.basrawe-news-layout-compact .basrawe-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.basrawe-news-card-title,
	.basrawe-news-card h3 {
		font-size: 13px !important;
		line-height: 1.45 !important;
	}
}

@media (max-width: 359px) {
	.basrawe-news-grid,
	.basrawe-news-block .basrawe-news-grid,
	.basrawe-news-layout-grid .basrawe-news-grid,
	.basrawe-news-layout-featured .basrawe-news-grid,
	.basrawe-news-layout-compact .basrawe-news-grid {
		grid-template-columns: 1fr !important;
	}
}

/* 2) Hero الهاتف: أقل ارتفاعاً مع بقاء الصورة والعنوان واضحين. */
@media (max-width: 640px) {
	.basrawe-top-grid { gap: 12px; margin-top: 12px; }
	.basrawe-hero { gap: 10px; }
	.basrawe-hero-main {
		aspect-ratio: 16 / 10 !important;
		min-height: 0 !important;
	}
	.basrawe-hero-main-text { padding: 12px 13px !important; }
	.basrawe-hero-main-text h1 {
		font-size: 17px !important;
		line-height: 1.38 !important;
		-webkit-line-clamp: 2 !important;
		margin-bottom: 4px !important;
	}
	.basrawe-hero-cat {
		font-size: 10px !important;
		padding: 3px 8px !important;
		margin-bottom: 5px !important;
	}
	.basrawe-hero-date { font-size: 10.5px !important; }
	.basrawe-hero-side { gap: 8px !important; }
	.basrawe-hero-side-item h3 {
		font-size: 11.5px !important;
		margin: 7px 8px 8px !important;
	}
}

/* 3) شط العرب الرقمي على الهاتف: المشحوف يبقى مقروءاً بصرياً ولا يتحول إلى نقطة. */
@media (max-width: 640px) {
	.basrawe-breaking-news {
		min-height: 44px !important;
		border-radius: 12px !important;
	}
	.basrawe-breaking-label {
		min-height: 44px !important;
		padding-inline: 9px !important;
	}
	.basrawe-breaking-track li { padding-inline: 12px !important; }
	.basrawe-breaking-item { gap: 8px !important; }
	.basrawe-breaking-mini-boat {
		width: 64px !important;
		height: 27px !important;
		flex: 0 0 64px !important;
		margin-inline: 7px 1px !important;
	}
	.basrawe-breaking-mini-boat .basrawe-mashhoof-svg {
		width: 64px !important;
		height: 25px !important;
	}
	.basrawe-breaking-item a {
		font-size: 12.5px !important;
	}
}

/* 4) تقليل الحشو العام على الهاتف حتى لا تطول الصفحة بلا داعٍ. */
@media (max-width: 640px) {
	.basrawe-home { padding-inline: 10px !important; }
	.basrawe-block-head { margin-top: 20px !important; margin-bottom: 10px !important; }
	.basrawe-block-head h2 { font-size: 16px !important; }
}

/* =========================================================
   Basrawe Child v3.4 — Launch Hotfix
   المشحوف يصبح فاصلاً بصرياً واضحاً، ولا تغيير في Hero أو شبكات الأخبار.
   ========================================================= */
.basrawe-breaking-mini-boat {
	width: 92px !important;
	height: 34px !important;
	flex: 0 0 92px !important;
	margin-inline: 10px 4px !important;
	color: #f1d2ad !important;
	filter: drop-shadow(0 1px 1px rgba(0,0,0,.18));
}
.basrawe-breaking-mini-boat .basrawe-mashhoof-svg {
	width: 92px !important;
	height: 33px !important;
	display: block !important;
	overflow: visible !important;
}
.basrawe-breaking-item {
	gap: 12px !important;
}

@media (max-width: 640px) {
	.basrawe-breaking-mini-boat {
		width: 78px !important;
		height: 30px !important;
		flex-basis: 78px !important;
		margin-inline: 8px 3px !important;
	}
	.basrawe-breaking-mini-boat .basrawe-mashhoof-svg {
		width: 78px !important;
		height: 29px !important;
	}
	.basrawe-breaking-track li {
		padding-inline: 10px !important;
	}
}
