:root {
	--akhbar-paper: #f7f5ef;
	--akhbar-surface: #ffffff;
	--akhbar-ink: #151515;
	--akhbar-muted: #646b73;
	--akhbar-line: #dfdbd2;
	--akhbar-red: #c9182b;
	--akhbar-red-dark: #8f1220;
	--akhbar-teal: #0b6d74;
	--akhbar-gold: #b57b24;
	--akhbar-blue: #173b55;
}

body.akhbar961-site {
	background: var(--akhbar-paper);
	color: var(--akhbar-ink);
	font-family: Alexandria, Tahoma, Arial, sans-serif;
	letter-spacing: 0;
}

.akhbar961-site #page-container,
.akhbar961-site #main-content,
.akhbar961-site .et-l,
.akhbar961-site .et_pb_section {
	background: var(--akhbar-paper);
}

@media (min-width: 1200px) {
	body.akhbar961-site {
		background: #ede8dd;
	}

	.akhbar961-site #page-container {
		box-shadow: 0 0 0 1px rgba(21, 21, 21, 0.05), 0 24px 70px rgba(21, 21, 21, 0.08);
		margin-inline: auto;
		max-width: 1360px;
		overflow: hidden;
		width: calc(100% - 48px);
	}

	body.akhbar961-site #main-header {
		left: 50%;
		max-width: 1360px;
		right: auto;
		transform: translateX(-50%);
		width: calc(100% - 48px);
	}
}

.akhbar961-site a {
	color: inherit;
}

.akhbar961-site a:hover {
	color: var(--akhbar-red);
}

body.akhbar961-site #top-header {
	display: none !important;
}

body.akhbar961-site.et_fixed_nav #main-header {
	top: 0 !important;
}

body.akhbar961-site.et_fixed_nav #page-container {
	padding-top: 72px !important;
}

.akhbar-news-shell {
	border-top: 4px solid var(--akhbar-red);
}

.akhbar-news-shell.et_pb_section,
.akhbar-news-section.et_pb_section {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.akhbar-news-shell .et_pb_row,
.akhbar-news-section .et_pb_row {
	max-width: 1180px;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	width: calc(100% - 40px);
}

.akhbar-news-shell .et_pb_row::after,
.akhbar-news-section .et_pb_row::after {
	clear: both;
	content: "";
	display: block;
}

.akhbar-news-shell .et_pb_module,
.akhbar-news-section .et_pb_module {
	margin-bottom: 0;
}

.akhbar-masthead {
	align-items: center;
	border-bottom: 1px solid var(--akhbar-line);
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(220px, 1fr) minmax(320px, auto);
	padding: 18px 0 14px;
}

.akhbar-masthead__brand {
	align-items: center;
	display: flex;
	gap: 18px;
	min-width: 0;
}

.akhbar-masthead__logo-link {
	display: inline-flex;
	max-width: min(320px, 70vw);
}

.akhbar-masthead__logo-link img {
	display: block;
	height: auto;
	max-height: 64px;
	max-width: 100%;
	object-fit: contain;
}

.akhbar-masthead__wordmark {
	color: var(--akhbar-ink);
	display: inline-block;
	font-size: clamp(30px, 4.4vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.akhbar-masthead__tagline {
	border-right: 3px solid var(--akhbar-red);
	color: var(--akhbar-muted);
	font-size: 13px;
	line-height: 1.6;
	max-width: 260px;
	padding-right: 14px;
}

.akhbar-masthead__meta {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: flex-end;
}

.akhbar-masthead__meta > span {
	color: var(--akhbar-muted);
	font-size: 13px;
	white-space: nowrap;
}

.akhbar-search {
	align-items: center;
	background: var(--akhbar-surface);
	border: 1px solid var(--akhbar-line);
	display: flex;
	min-height: 42px;
	min-width: min(340px, 100%);
}

.akhbar-search input {
	background: transparent;
	border: 0;
	color: var(--akhbar-ink);
	flex: 1;
	font-size: 14px;
	min-width: 0;
	padding: 0 14px;
}

.akhbar-search button {
	align-self: stretch;
	background: var(--akhbar-ink);
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 0 18px;
}

.akhbar-ticker {
	align-items: stretch;
	background: var(--akhbar-surface);
	border: 1px solid var(--akhbar-line);
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	margin: 14px 0 24px;
	min-height: 46px;
	overflow: hidden;
}

.akhbar-ticker__label {
	align-items: center;
	background: var(--akhbar-red);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	padding: 0 20px;
	white-space: nowrap;
}

.akhbar-ticker__items {
	align-items: center;
	display: flex;
	gap: 26px;
	overflow: auto;
	padding: 0 18px;
	scrollbar-width: thin;
}

.akhbar-ticker__items a {
	color: var(--akhbar-ink);
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	max-width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.akhbar-category-nav {
	align-items: center;
	border-bottom: 1px solid var(--akhbar-line);
	border-top: 1px solid var(--akhbar-line);
	display: flex;
	gap: 10px;
	margin: 0 0 28px;
	overflow: auto;
	padding: 12px 0;
}

.akhbar-category-nav a {
	background: #ede8dd;
	border: 1px solid transparent;
	color: var(--akhbar-blue);
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 10px 13px;
}

.akhbar-category-nav a:hover {
	background: var(--akhbar-surface);
	border-color: var(--akhbar-gold);
	color: var(--akhbar-red-dark);
}

.akhbar-hero-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
	margin-bottom: 42px;
}

.akhbar-hero-grid__side {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

.akhbar-card {
	background: var(--akhbar-surface);
	border: 1px solid var(--akhbar-line);
	color: var(--akhbar-ink);
	display: grid;
	overflow: hidden;
}

.akhbar-card__media {
	aspect-ratio: 16 / 10;
	background: #d8d1c2;
	display: block;
	position: relative;
}

.akhbar-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.akhbar-card__category {
	background: var(--akhbar-red);
	bottom: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	right: 12px;
}

.akhbar-card__body {
	padding: 18px;
}

.akhbar-card__title {
	color: var(--akhbar-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.32;
	margin: 0;
	padding: 0;
}

.akhbar-card__title a {
	text-decoration: none;
}

.akhbar-card__excerpt {
	color: var(--akhbar-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 0 0;
}

.akhbar-card__meta {
	align-items: center;
	color: var(--akhbar-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px 14px;
	margin-top: 14px;
}

.akhbar-card__meta span + span::before {
	color: var(--akhbar-gold);
	content: "";
}

.akhbar-card--hero {
	min-height: 100%;
	position: relative;
}

.akhbar-card--hero .akhbar-card__media {
	aspect-ratio: 16 / 10;
}

.akhbar-card--hero .akhbar-card__title {
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.18;
}

.akhbar-card--hero .akhbar-card__body {
	padding: 24px 26px 26px;
}

.akhbar-card--compact {
	align-items: stretch;
	grid-template-columns: 145px minmax(0, 1fr);
	min-height: 132px;
}

.akhbar-card--compact .akhbar-card__media {
	aspect-ratio: auto;
	height: 100%;
}

.akhbar-card--compact .akhbar-card__body {
	padding: 14px;
}

.akhbar-card--compact .akhbar-card__title {
	font-size: 16px;
	line-height: 1.45;
}

.akhbar-card--compact .akhbar-card__category {
	bottom: 8px;
	font-size: 11px;
	padding: 7px 8px;
	right: 8px;
}

.akhbar-card--list {
	align-items: stretch;
	grid-template-columns: 230px minmax(0, 1fr);
}

.akhbar-card--list .akhbar-card__media {
	aspect-ratio: auto;
	min-height: 170px;
}

.akhbar-section-heading {
	align-items: end;
	border-bottom: 2px solid var(--akhbar-ink);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 0 18px;
	padding-bottom: 12px;
}

.akhbar-section-heading span {
	color: var(--akhbar-red);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.akhbar-section-heading h2 {
	color: var(--akhbar-ink);
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.akhbar-section-heading > a {
	border: 1px solid var(--akhbar-line);
	color: var(--akhbar-blue);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 10px 12px;
	white-space: nowrap;
}

.akhbar-news-block {
	margin-bottom: 34px;
}

.akhbar-news-block__items {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.akhbar-news-block--list .akhbar-news-block__items {
	grid-template-columns: 1fr;
}

.akhbar-briefing {
	background: var(--akhbar-ink);
	color: #fff;
	margin: 4px 0 46px;
	padding: 30px;
}

.akhbar-briefing .akhbar-section-heading {
	border-bottom-color: rgba(255, 255, 255, 0.26);
}

.akhbar-briefing .akhbar-section-heading h2 {
	color: #fff;
}

.akhbar-briefing .akhbar-section-heading span {
	color: #ffcf7a;
}

.akhbar-briefing__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.akhbar-briefing__item {
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 18px;
}

.akhbar-briefing__item strong {
	color: #ffcf7a;
	display: block;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.akhbar-briefing__item p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.akhbar-related {
	border-top: 1px solid var(--akhbar-line);
	margin-top: 44px;
	padding-top: 28px;
}

.akhbar-related__items {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.akhbar-divi-blog-grid article.et_pb_post {
	background: var(--akhbar-surface);
	border: 1px solid var(--akhbar-line);
	padding: 0 0 18px;
}

.akhbar-divi-blog-grid .entry-featured-image-url {
	margin-bottom: 16px;
}

.akhbar-divi-blog-grid h2.entry-title {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.35;
	padding: 0 18px;
}

.akhbar-divi-blog-grid .post-meta,
.akhbar-divi-blog-grid .post-content {
	padding: 0 18px;
}

.akhbar-lead-slider-section .et_pb_row,
.akhbar-most-read-section .et_pb_row {
	max-width: 1240px;
}

.akhbar-lead-slider-section .bfns-slider {
	border-top: 4px solid var(--akhbar-red);
	box-shadow: 0 24px 60px rgba(21, 21, 21, 0.14);
}

.akhbar961-site .bfns-date,
.akhbar961-site .bfnc-card-date,
.akhbar961-site .bfcc-card-date {
	letter-spacing: 0;
	text-transform: none;
}

.akhbar961-site .bfns-title {
	font-size: clamp(15px, 1.15vw, 19px);
	font-weight: 900;
	line-height: 1.55;
	letter-spacing: 0;
}

.akhbar-lead-slider-section .bfns-card-button {
	gap: 9px;
	padding: clamp(16px, 1.65vw, 24px);
}

.akhbar-lead-slider-section .bfns-title {
	-webkit-line-clamp: 2;
}

.akhbar961-site .bfns-excerpt {
	font-size: 13px;
	line-height: 1.75;
}

.akhbar-module-band .bfcc-module {
	padding: 8px 0 18px;
}

.akhbar961-site .bfcc-header,
.akhbar961-site .bfnc-header {
	border-bottom: 2px solid var(--akhbar-ink);
	margin-bottom: 14px;
	padding-bottom: 10px;
}

.akhbar961-site .bfcc-heading,
.akhbar961-site .bfnc-heading {
	color: var(--akhbar-ink);
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

.akhbar961-site .bfcc-filters {
	display: flex;
	gap: 8px;
	max-width: 100%;
	overflow: auto;
	scrollbar-width: thin;
}

.akhbar961-site .bfcc-filter {
	border-radius: 0;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	min-height: 38px;
}

.akhbar961-site .bfcc-filter.is-active::before {
	content: none !important;
}

.akhbar961-site .bfcc-grid,
.akhbar961-site .bfnc-page-panel {
	align-items: stretch;
}

.akhbar961-site .bfcc-card,
.akhbar961-site .bfnc-card {
	height: 100%;
}

.akhbar961-site .bfcc-card-link,
.akhbar961-site .bfnc-card-link {
	background: var(--akhbar-surface);
	border: 1px solid var(--akhbar-line);
	color: var(--akhbar-ink);
	height: 100%;
	text-decoration: none;
}

.akhbar961-site .bfcc-image-wrap {
	overflow: hidden;
}

.akhbar961-site .bfcc-card-image,
.akhbar961-site .bfnc-card-image {
	background: #d8d1c2;
	border-radius: 0;
	transition: transform 260ms ease;
}

.akhbar961-site .bfcc-card-link:hover .bfcc-card-image,
.akhbar961-site .bfnc-card-link:hover .bfnc-card-image {
	transform: scale(1.035);
}

.akhbar961-site .bfcc-card-title,
.akhbar961-site .bfnc-card-title {
	color: var(--akhbar-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.55;
	padding: 0 14px;
	text-align: start;
}

.akhbar961-site .bfcc-card-date,
.akhbar961-site .bfnc-card-date {
	color: var(--akhbar-muted);
	font-size: 12px;
	font-weight: 800;
	justify-content: flex-start;
	padding: 0 14px 14px;
	text-align: start;
}

.akhbar961-site .bfcc-card-badge {
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	padding: 8px 10px;
}

.akhbar961-site .bfcc-heading-arrow {
	color: var(--akhbar-red);
}

.akhbar-most-read-section .bmrp-module {
	border-top: 4px solid var(--akhbar-red);
	box-shadow: 0 18px 46px rgba(21, 21, 21, 0.16);
}

.akhbar-most-read-section .bmrp-grid {
	padding-inline-start: 34px;
}

.akhbar-most-read-section .bmrp-title {
	font-weight: 900;
	line-height: 1.55;
}

.akhbar-most-read-section .bmrp-tab {
	font-size: 14px;
	min-width: 108px;
}

.akhbar-carousel-stack .et_pb_code + .et_pb_code {
	border-top: 1px solid var(--akhbar-line);
	margin-top: 28px;
	padding-top: 22px;
}

.akhbar961-site .bfnc-page {
	border-radius: 0;
}

.akhbar961-site .bfnc-arrow {
	color: var(--akhbar-red);
}

.single-post.akhbar961-site #left-area,
.archive.akhbar961-site #left-area,
.search.akhbar961-site #left-area {
	width: 100%;
}

.single-post.akhbar961-site #sidebar,
.archive.akhbar961-site #sidebar,
.search.akhbar961-site #sidebar {
	display: none;
}

.single-post.akhbar961-site #main-content .container::before,
.archive.akhbar961-site #main-content .container::before,
.search.akhbar961-site #main-content .container::before {
	display: none;
}

.single-post.akhbar961-site .entry-title {
	font-size: clamp(28px, 4.2vw, 44px);
	font-weight: 900;
	line-height: 1.16;
}

.single-post.akhbar961-site .entry-content {
	font-size: 17px;
	line-height: 1.9;
}

.single-post.akhbar961-site .entry-content iframe,
.single-post.akhbar961-site .entry-content video,
.single-post.akhbar961-site .entry-content .wp-block-embed,
.single-post.akhbar961-site .entry-content .wp-video,
.single-post.akhbar961-site .entry-content .twitter-tweet {
	display: block;
	margin: 24px auto;
	max-width: 100%;
}

.single-post.akhbar961-site .entry-content iframe,
.single-post.akhbar961-site .entry-content video {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 6px;
	height: auto;
	width: 100%;
}

.single-post.akhbar961-site .entry-content .wp-block-embed__wrapper {
	overflow: hidden;
	border-radius: 6px;
}

@media (max-width: 980px) {
	.akhbar-news-shell .et_pb_column,
	.akhbar-news-section .et_pb_column,
	.akhbar-news-shell .et_pb_module,
	.akhbar-news-section .et_pb_module {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.akhbar-masthead,
	.akhbar-hero-grid,
	.akhbar-card--list,
	.akhbar-briefing__grid,
	.akhbar-related__items {
		grid-template-columns: 1fr;
	}

	.akhbar-masthead__meta {
		align-items: stretch;
		flex-direction: column;
	}

	.akhbar-search {
		min-width: 0;
		width: 100%;
	}

	.akhbar-news-block__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.akhbar961-site .bfcc-header,
	.akhbar961-site .bfnc-header {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.akhbar961-site .bfcc-heading-wrap {
		align-self: stretch;
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.akhbar-news-shell .et_pb_row,
	.akhbar-news-section .et_pb_row {
		width: calc(100% - 28px);
	}

	.akhbar-masthead {
		padding-top: 18px;
	}

	.akhbar-masthead__brand {
		align-items: flex-start;
		flex-direction: column;
	}

	.akhbar-masthead__tagline {
		max-width: none;
	}

	.akhbar-ticker {
		grid-template-columns: 1fr;
	}

	.akhbar-ticker__label {
		min-height: 36px;
	}

	.akhbar-ticker__items,
	.akhbar-category-nav {
		scrollbar-width: none;
	}

	.akhbar-ticker__items::-webkit-scrollbar,
	.akhbar-category-nav::-webkit-scrollbar {
		display: none;
	}

	.akhbar-ticker__items a {
		display: none;
	}

	.akhbar-ticker__items a:first-child {
		display: block;
		line-height: 1.45;
		max-width: 100%;
		text-align: center;
		white-space: normal;
	}

	.akhbar-card--compact,
	.akhbar-card--list {
		grid-template-columns: 118px minmax(0, 1fr);
	}

	.akhbar-card--compact .akhbar-card__media,
	.akhbar-card--list .akhbar-card__media {
		min-height: 130px;
	}

	.akhbar-news-block__items {
		grid-template-columns: 1fr;
	}

	.akhbar-card--hero .akhbar-card__body,
	.akhbar-card__body,
	.akhbar-briefing {
		padding: 16px;
	}

	.akhbar-section-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.akhbar-section-heading > a {
		text-align: center;
		width: 100%;
	}

	.akhbar-lead-slider-section .bfns-card-button {
		padding: 16px;
	}

	.akhbar-most-read-section .bmrp-grid {
		padding-inline-start: 18px;
	}

	.akhbar961-site .bfcc-card-title,
	.akhbar961-site .bfnc-card-title {
		font-size: 14px;
	}

	.akhbar961-site .bfcc-filters {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		width: 100%;
	}

	.akhbar961-site .bfcc-filter {
		min-width: 86px !important;
		width: auto !important;
	}
}

.akhbar961-site.home .entry-content > .et_pb_module,
.akhbar961-site.home .entry-content > .bfns_d5_featured_news_slider,
.akhbar961-site.home .entry-content > .bfns_d5_category_cards,
.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts,
.akhbar961-site.home .entry-content > .bfns_d5_news_carousel,
.akhbar961-site.home .entry-content > .bnt_d5_news_ticker,
.akhbar961-site.home .post-content > .et_pb_module,
.akhbar961-site.home .post-content > .bfns_d5_featured_news_slider,
.akhbar961-site.home .post-content > .bfns_d5_category_cards,
.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts,
.akhbar961-site.home .post-content > .bfns_d5_news_carousel,
.akhbar961-site.home .post-content > .bnt_d5_news_ticker {
	margin: 0 auto 28px;
	max-width: 1180px;
	width: min(1180px, calc(100% - 40px));
}

.akhbar961-site.home .entry-content > .bnt_d5_news_ticker,
.akhbar961-site.home .post-content > .bnt_d5_news_ticker {
	margin-top: 16px;
	margin-bottom: 18px;
}

.akhbar961-site .entry-content > .akhbar961_d5_world_cup,
.akhbar961-site .post-content > .akhbar961_d5_world_cup {
	margin: 24px auto 34px;
	max-width: 1240px;
	width: min(1240px, calc(100% - 40px));
}

.akhbar961-site.home .entry-content > .bfns_d5_featured_news_slider,
.akhbar961-site.home .post-content > .bfns_d5_featured_news_slider {
	max-width: 1240px;
	width: min(1240px, calc(100% - 40px));
}

.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts,
.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts {
	max-width: 100%;
	width: 100%;
}

.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts .bmrp-module,
.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts .bmrp-module {
	margin-inline: auto;
	padding-inline: max(20px, calc((100% - 1180px) / 2));
}

.akhbar961-site.home .entry-content > .bfns_d5_news_carousel + .bfns_d5_news_carousel,
.akhbar961-site.home .post-content > .bfns_d5_news_carousel + .bfns_d5_news_carousel {
	margin-top: -8px;
}

/* Divi wraps native modules in an et_builder_inner_content layer. */
.akhbar961-site.home .entry-content > .et-l--post > .et_builder_inner_content,
.akhbar961-site.home .post-content > .et-l--post > .et_builder_inner_content {
	margin: 24px auto 0;
	max-width: 1180px;
	width: min(1180px, calc(100% - 48px));
}

.akhbar961-site.home .entry-content > .et-l--post > .et_builder_inner_content > .et_pb_module,
.akhbar961-site.home .post-content > .et-l--post > .et_builder_inner_content > .et_pb_module {
	max-width: 100% !important;
	width: 100% !important;
}

.akhbar961-site.home .bnt-news-ticker,
.akhbar961-site.home .bfns-slider,
.akhbar961-site.home .bfcc-module,
.akhbar961-site.home .bmrp-module,
.akhbar961-site.home .bfnc-carousel {
	border-radius: 4px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.akhbar961-site.home .entry-content > .et-l--post > .et_builder_inner_content,
	.akhbar961-site.home .post-content > .et-l--post > .et_builder_inner_content {
		margin-top: 14px;
		width: calc(100% - 24px);
	}

	.akhbar961-site.home .entry-content > .et_pb_module,
	.akhbar961-site.home .entry-content > .bfns_d5_featured_news_slider,
	.akhbar961-site.home .entry-content > .bfns_d5_category_cards,
	.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts,
	.akhbar961-site.home .entry-content > .bfns_d5_news_carousel,
	.akhbar961-site.home .entry-content > .bnt_d5_news_ticker,
	.akhbar961-site.home .post-content > .et_pb_module,
	.akhbar961-site.home .post-content > .bfns_d5_featured_news_slider,
	.akhbar961-site.home .post-content > .bfns_d5_category_cards,
	.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts,
	.akhbar961-site.home .post-content > .bfns_d5_news_carousel,
	.akhbar961-site.home .post-content > .bnt_d5_news_ticker {
		margin-bottom: 24px;
		width: min(100% - 28px, 1180px);
	}

	.akhbar961-site .entry-content > .akhbar961_d5_world_cup,
	.akhbar961-site .post-content > .akhbar961_d5_world_cup {
		margin-bottom: 24px;
		width: min(100% - 28px, 1240px);
	}

	.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts,
	.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts {
		width: 100%;
	}
}

.akhbar961-site #main-header {
	border-bottom: 1px solid rgba(17, 24, 32, 0.12);
	box-shadow: 0 14px 34px rgba(17, 24, 32, 0.08);
}

.akhbar961-site #main-header .container {
	max-width: 1180px;
	width: min(1180px, calc(100% - 34px));
}

.akhbar961-site #main-header .logo_container img {
	max-height: 36px;
	object-fit: contain;
	width: auto;
}

.akhbar961-site #top-menu > li {
	padding-inline-end: 18px;
}

.akhbar961-site #top-menu > li > a {
	color: #111820;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	padding-bottom: 20px;
}

.akhbar961-site #top-menu > li.current-menu-item > a,
.akhbar961-site #top-menu > li > a:hover {
	color: var(--akhbar-red);
	opacity: 1;
}

.akhbar961-site #et_search_icon::before {
	color: #111820;
	font-weight: 900;
}

.akhbar961-site .et-l--header .et_pb_section_0_tb_header,
.akhbar961-site .et-l--header .et_pb_menu_0_tb_header,
.akhbar961-site .et-l--header .et_pb_menu_inner_container {
	background: #fff !important;
}

.akhbar961-site .et-l--header .et_pb_section_0_tb_header {
	border-bottom: 1px solid rgba(17, 24, 32, 0.1);
	box-shadow: 0 8px 24px rgba(17, 24, 32, 0.08);
	padding: 0 !important;
}

.akhbar961-site .et-l--header .et_pb_row_0_tb_header {
	min-height: 78px;
	padding: 0 !important;
	width: min(1180px, calc(100% - 34px));
}

.akhbar961-site .et-l--header .et_pb_menu__logo img {
	height: auto !important;
	max-height: 42px !important;
	width: auto !important;
}

.akhbar961-site .et-l--header .et-menu > li {
	padding-inline: 9px !important;
}

.akhbar961-site .et-l--header .et-menu > li > a {
	color: #111820 !important;
	font-size: 13px;
	font-weight: 900;
	opacity: 1;
}

.akhbar961-site .et-l--header .et-menu > li.current-menu-item > a,
.akhbar961-site .et-l--header .et-menu > li > a:hover {
	color: var(--akhbar-red) !important;
}

.akhbar961-site .et-l--header .mobile_menu_bar::before {
	color: var(--akhbar-red) !important;
}

@media (max-width: 980px) {
	.akhbar961-site .et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo-wrap {
		flex: 0 0 132px !important;
		max-width: none !important;
		width: 132px !important;
	}

	.akhbar961-site .et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo,
	.akhbar961-site .et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo > a {
		display: block !important;
		flex: 0 0 120px !important;
		max-width: none !important;
		width: 120px !important;
	}

	.akhbar961-site .et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo img {
		height: auto !important;
		max-height: 37px !important;
		max-width: none !important;
		width: 120px !important;
	}

	.akhbar961-site .et-l--header .et_pb_menu__wrap {
		flex: 1 1 auto !important;
	}
}

.akhbar961-site .mobile_menu_bar::before {
	color: var(--akhbar-red);
}

/* Homepage editorial polish: compact, sectioned, and closer to a newsroom front page. */
.akhbar961-site.home {
	--akhbar-home-width: 1080px;
	--akhbar-home-gap: 18px;
}

.akhbar961-site.home .entry-content > .et_pb_module,
.akhbar961-site.home .entry-content > .bfns_d5_featured_news_slider,
.akhbar961-site.home .entry-content > .bfns_d5_category_cards,
.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts,
.akhbar961-site.home .entry-content > .bfns_d5_news_carousel,
.akhbar961-site.home .entry-content > .bnt_d5_news_ticker,
.akhbar961-site.home .post-content > .et_pb_module,
.akhbar961-site.home .post-content > .bfns_d5_featured_news_slider,
.akhbar961-site.home .post-content > .bfns_d5_category_cards,
.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts,
.akhbar961-site.home .post-content > .bfns_d5_news_carousel,
.akhbar961-site.home .post-content > .bnt_d5_news_ticker,
.akhbar961-site.home .entry-content > .et-l--post > .et_builder_inner_content,
.akhbar961-site.home .post-content > .et-l--post > .et_builder_inner_content {
	max-width: var(--akhbar-home-width);
	width: min(var(--akhbar-home-width), calc(100% - 48px));
}

.akhbar961-site.home .entry-content > .et_pb_module,
.akhbar961-site.home .entry-content > .bfns_d5_featured_news_slider,
.akhbar961-site.home .entry-content > .bfns_d5_category_cards,
.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts,
.akhbar961-site.home .entry-content > .bfns_d5_news_carousel,
.akhbar961-site.home .entry-content > .bnt_d5_news_ticker,
.akhbar961-site.home .post-content > .et_pb_module,
.akhbar961-site.home .post-content > .bfns_d5_featured_news_slider,
.akhbar961-site.home .post-content > .bfns_d5_category_cards,
.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts,
.akhbar961-site.home .post-content > .bfns_d5_news_carousel,
.akhbar961-site.home .post-content > .bnt_d5_news_ticker {
	margin-bottom: var(--akhbar-home-gap);
}

.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts,
.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts {
	max-width: var(--akhbar-home-width);
	width: min(var(--akhbar-home-width), calc(100% - 48px));
}

.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts .bmrp-module,
.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts .bmrp-module,
.akhbar961-site.home .bmrp_d5_most_read_posts .bmrp-module {
	padding-inline: 24px;
}

.akhbar961-site.home .bfns-slider {
	border: 1px solid rgba(17, 24, 32, 0.12);
	box-shadow: none;
	grid-template-columns: minmax(260px, 0.92fr) minmax(0, 2.08fr);
	height: var(--bfns-height, 380px);
	min-height: var(--bfns-height, 380px);
}

.akhbar961-site.home .bfns-media,
.akhbar961-site.home .bfns-list {
	height: var(--bfns-height, 380px);
	min-height: var(--bfns-height, 380px);
}

.akhbar961-site.home .bfns-card {
	min-height: 0;
}

.akhbar961-site.home .bfns-card-button {
	gap: 8px;
	padding: 14px 18px;
	min-height: 0;
	overflow: hidden;
}

.akhbar961-site.home .bfns-date {
	font-size: 10px;
	letter-spacing: 0.08em;
}

.akhbar961-site.home .bfns-title {
	font-size: clamp(15px, 1.15vw, 17px);
	line-height: 1.42;
}

.akhbar961-site.home .bfcc-module,
.akhbar961-site.home .bfnc-carousel {
	background: #ffffff;
	border: 1px solid #e5e0d6;
	box-shadow: none;
	padding: 13px 14px 14px;
}

.akhbar961-site.home .bfcc-header,
.akhbar961-site.home .bfnc-header {
	border-bottom: 1px solid #dfd8cc;
	margin-bottom: 12px;
	min-height: 0;
	padding-bottom: 8px;
}

.akhbar961-site.home .bfcc-heading,
.akhbar961-site.home .bfnc-heading {
	color: #111820;
	font-size: 23px;
	line-height: 1.2;
}

.akhbar961-site.home .bfcc-heading-arrow {
	color: var(--akhbar-red);
	height: 8px;
	width: 8px;
}

.akhbar961-site.home .bfcc-filters {
	gap: 6px;
}

.akhbar961-site.home .bfcc-filter {
	min-height: 28px;
	min-width: 68px;
	padding: 5px 12px;
	font-size: 12px;
}

.akhbar961-site.home .bfcc-grid,
.akhbar961-site.home .bfnc-page-panel {
	gap: 10px;
}

.akhbar961-site.home .bfcc-card,
.akhbar961-site.home .bfnc-card-link {
	background: #ffffff;
	border: 1px solid #ebe6dc;
	box-shadow: none;
}

.akhbar961-site.home .bfcc-card-link,
.akhbar961-site.home .bfnc-card-link {
	gap: 7px;
}

.akhbar961-site.home .bfcc-card-title,
.akhbar961-site.home .bfnc-card-title {
	color: #151515;
	font-size: 13px;
	line-height: 1.45;
	min-height: 2.9em;
	padding: 0 10px;
	text-align: right;
}

.akhbar961-site.home .bfcc-card-date,
.akhbar961-site.home .bfnc-card-date {
	color: #6b7178;
	font-size: 11px;
	padding: 0 10px 10px;
	text-align: left;
}

.akhbar961-site.home .bfcc-card-badge {
	bottom: 7px;
	font-size: 10px;
	min-height: 19px;
	padding: 3px 7px;
	right: 7px;
}

.akhbar961-site.home .bfcc-card-marker {
	height: 10px;
	left: 8px;
	top: 8px;
	width: 10px;
}

.akhbar961-site.home .bfcc-card-marker::after {
	inset: 2px;
}

.akhbar961-site.home .bmrp-module {
	background: #111820;
	border: 0;
	box-shadow: none;
	padding-block: 22px 24px;
}

.akhbar961-site.home .bmrp-header {
	align-items: center;
	min-height: 0;
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.akhbar961-site.home .bmrp-heading {
	font-size: 28px;
	line-height: 1.15;
}

.akhbar961-site.home .bmrp-tabs {
	top: 0;
}

.akhbar961-site.home .bmrp-tab {
	font-size: 13px;
	min-width: 82px;
	padding: 7px 18px 8px;
}

.akhbar961-site.home .bmrp-grid {
	column-gap: 22px;
	row-gap: 20px;
}

.akhbar961-site.home .bmrp-image-wrap {
	margin-bottom: 9px;
	overflow: hidden;
}

.akhbar961-site.home .bmrp-rank {
	bottom: 0;
	font-size: clamp(64px, 5.7vw, 86px);
	inset-inline-start: -6px;
	line-height: 0.72;
	-webkit-text-stroke-width: 1px;
}

.akhbar961-site.home .bmrp-title {
	font-size: 14px;
	line-height: 1.38;
}

.akhbar961-site.home .bfnc-header {
	align-items: center;
	gap: 10px;
}

.akhbar961-site.home .bfnc-controls,
.akhbar961-site.home .bfnc-pages {
	gap: 5px;
}

.akhbar961-site.home .bfnc-page {
	border-radius: 3px;
	font-size: 11px;
	height: 19px !important;
	min-height: 19px !important;
	min-width: 19px !important;
	width: 19px !important;
}

.akhbar961-site.home .bfnc-arrow {
	height: 19px;
	width: 14px;
}

.akhbar961-site.home .bfnc-card-link {
	grid-template-rows: var(--bfnc-image-height, 118px) minmax(3.1em, auto) auto;
	padding-bottom: 0;
}

.akhbar961-site.home .bfnc-card-image {
	border-radius: var(--bfnc-image-radius, 3px) var(--bfnc-image-radius, 3px) 0 0;
}

.akhbar961-site.home .bfnc-page-panel-1,
.akhbar961-site.home .bfnc-page-panel-2,
.akhbar961-site.home .bfnc-page-panel-3 {
	grid-template-columns: repeat(var(--akhbar-panel-count, 1), minmax(0, 1fr));
}

.akhbar961-site.home .bfnc-page-panel-2 {
	--akhbar-panel-count: 2;
}

.akhbar961-site.home .bfnc-page-panel-3 {
	--akhbar-panel-count: 3;
}

.akhbar961-site.home .bfnc-page-panel-1 .bfnc-card-link {
	align-items: center;
	grid-template-columns: minmax(180px, 34%) minmax(0, 1fr);
	grid-template-rows: auto auto;
}

.akhbar961-site.home .bfnc-page-panel-1 .bfnc-card-image {
	border-radius: var(--bfnc-image-radius, 3px);
	grid-row: 1 / span 2;
	height: var(--bfnc-image-height, 118px);
}

.akhbar961-site.home .bfnc-page-panel-1 .bfnc-card-title {
	font-size: 16px;
	min-height: 0;
	padding: 0 14px;
}

.akhbar961-site.home .bfnc-page-panel-1 .bfnc-card-date {
	justify-content: flex-start;
	padding: 0 14px 0;
}

@media (max-width: 980px) {
	.akhbar961-site.home .bfns-slider {
		grid-template-columns: 1fr;
	}

	.akhbar961-site.home .bfns-media,
	.akhbar961-site.home .bfns-list {
		min-height: 0;
	}

	.akhbar961-site.home .bfcc-heading,
	.akhbar961-site.home .bfnc-heading {
		font-size: 21px;
	}

	.akhbar961-site.home .bmrp-tabs {
		position: static;
		transform: none;
	}
}

@media (max-width: 640px) {
	.akhbar961-site.home {
		--akhbar-home-gap: 16px;
	}

	.akhbar961-site.home .entry-content > .et_pb_module,
	.akhbar961-site.home .entry-content > .bfns_d5_featured_news_slider,
	.akhbar961-site.home .entry-content > .bfns_d5_category_cards,
	.akhbar961-site.home .entry-content > .bmrp_d5_most_read_posts,
	.akhbar961-site.home .entry-content > .bfns_d5_news_carousel,
	.akhbar961-site.home .entry-content > .bnt_d5_news_ticker,
	.akhbar961-site.home .post-content > .et_pb_module,
	.akhbar961-site.home .post-content > .bfns_d5_featured_news_slider,
	.akhbar961-site.home .post-content > .bfns_d5_category_cards,
	.akhbar961-site.home .post-content > .bmrp_d5_most_read_posts,
	.akhbar961-site.home .post-content > .bfns_d5_news_carousel,
	.akhbar961-site.home .post-content > .bnt_d5_news_ticker,
	.akhbar961-site.home .entry-content > .et-l--post > .et_builder_inner_content,
	.akhbar961-site.home .post-content > .et-l--post > .et_builder_inner_content {
		width: calc(100% - 24px);
	}

	.akhbar961-site.home .bfnc-page-panel-1 .bfnc-card-link {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: var(--bfnc-image-height, 118px) auto auto;
	}
}

.akhbar961-footer {
	background: #111820;
	color: #ffffff;
	margin-top: 34px;
	padding: 34px 0;
}

.akhbar961-footer__inner {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr) minmax(190px, 0.6fr);
	margin: 0 auto;
	max-width: 1180px;
	width: min(1180px, calc(100% - 40px));
}

.akhbar961-footer__brand strong {
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: 950;
	line-height: 1;
	margin-bottom: 12px;
}

.akhbar961-footer__brand p,
.akhbar961-footer__meta {
	color: #d8dde2;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.akhbar961-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.akhbar961-footer__links a {
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	padding: 9px 12px;
}

.akhbar961-footer__links a:hover {
	background: var(--akhbar-red);
	border-color: var(--akhbar-red);
	color: #ffffff;
}

.akhbar961-footer__meta {
	display: grid;
	gap: 8px;
	justify-items: end;
}

@media (max-width: 980px) {
	.akhbar961-footer__inner {
		grid-template-columns: 1fr;
	}

	.akhbar961-footer__meta {
		justify-items: start;
	}
}
