:root {
	--abm-primary: #160f3c;
	--abm-secondary: #25145f;
	--abm-ink: #0f1020;
	--abm-accent: #fd9900;
	--abm-danger: #d71920;
	--abm-bg: #eef0f5;
	--abm-surface: #fff;
	--abm-soft: #f7f8fb;
	--abm-text: #14121d;
	--abm-muted: #667085;
	--abm-border: #d9deea;
	--abm-shadow: 0 14px 34px rgba(16, 24, 40, 0.11);
	--abm-shadow-soft: 0 8px 18px rgba(16, 24, 40, 0.07);
	--abm-radius: 10px;
	--abm-radius-lg: 18px;
	--abm-container: 1180px;
	--abm-font: "Cairo", "Tajawal", "Noto Kufi Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

body.abm-news-site {
	direction: rtl;
	background: var(--abm-bg);
	color: var(--abm-text);
	font-family: var(--abm-font);
	margin: 0;
	overflow-x: hidden;
}

body.abm-news-site a {
	transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

body.abm-news-site *,
body.abm-news-site *::before,
body.abm-news-site *::after {
	box-sizing: border-box;
}

body.abm-news-site img {
	max-width: 100%;
	height: auto;
}

body.abm-news-site .elementor,
body.abm-news-site .wd-header,
body.abm-news-site .whb-header,
body.abm-news-site .wd-toolbar,
body.abm-news-site .wd-sticky-nav,
body.abm-news-site .wd-page-title {
	display: none !important;
}

.abm-container {
	width: min(var(--abm-container), calc(100% - 28px));
	margin-inline: auto;
}

/* Header */
.abm-site-header {
	position: relative;
	z-index: 40;
	background: var(--abm-surface);
	box-shadow: 0 4px 18px rgba(16, 24, 40, 0.08);
}

.abm-topbar {
	background: var(--abm-ink);
	color: #e7e9f2;
	font-size: 13px;
}

.abm-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 16px;
}

.abm-topbar__links {
	display: flex;
	gap: 14px;
	align-items: center;
}

.abm-topbar a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.abm-masthead {
	background: linear-gradient(135deg, #fff 0%, #f5f6fb 42%, #fff 100%);
	border-bottom: 1px solid var(--abm-border);
}

.abm-masthead__inner {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 320px;
	align-items: center;
	gap: 24px;
	min-height: 116px;
}

.abm-brand {
	text-align: center;
}

.abm-brand__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.abm-brand img,
.abm-footer-brand img,
.abm-brand .custom-logo,
.abm-footer-brand .custom-logo {
	max-height: 86px;
	width: auto;
}

.abm-brand__logo {
	display: block;
	max-width: min(340px, 86vw);
}

.abm-footer-brand__image {
	display: block;
	max-width: 240px;
	filter: brightness(0) invert(1);
}

.abm-brand__name {
	font-size: clamp(36px, 5vw, 62px);
	line-height: 1;
	font-weight: 950;
	letter-spacing: -1px;
	color: var(--abm-primary);
}

.abm-brand__tagline {
	margin: 7px 0 0;
	color: var(--abm-muted);
	font-size: 14px;
	font-weight: 800;
}

.abm-live-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--abm-danger);
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	box-shadow: 0 8px 20px rgba(215, 25, 32, 0.25);
}

.abm-live-pill::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.abm-header-search {
	display: flex;
	border: 2px solid var(--abm-primary);
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
}

.abm-header-search input {
	min-width: 0;
	flex: 1;
	border: 0;
	padding: 11px 16px;
	font-family: var(--abm-font);
	font-weight: 700;
	outline: none;
}

.abm-header-search button {
	border: 0;
	padding: 0 18px;
	background: var(--abm-primary);
	color: #fff;
	font-family: var(--abm-font);
	font-weight: 900;
	cursor: pointer;
}

.abm-primary-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--abm-primary);
	border-bottom: 4px solid var(--abm-accent);
}

.abm-primary-nav__inner,
.abm-primary-nav__menu {
	display: flex;
	align-items: center;
	gap: 0;
}

.abm-primary-nav__menu {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow-x: auto;
	scrollbar-width: thin;
}

.abm-primary-nav a {
	display: block;
	padding: 15px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 900;
	white-space: nowrap;
}

.abm-primary-nav a:hover,
.abm-primary-nav a:focus {
	background: rgba(255, 255, 255, 0.1);
	color: var(--abm-accent);
}

.abm-primary-nav__home {
	background: var(--abm-accent);
	color: var(--abm-primary) !important;
}

/* General layout */
.abm-news-shell {
	padding: 14px 0 34px;
}

.abm-section {
	margin-top: 22px;
}

.abm-section__head,
.abm-block-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 3px solid var(--abm-primary);
}

.abm-section__head > div {
	min-width: 0;
}

.abm-section__eyebrow {
	display: inline-flex;
	margin-bottom: 4px;
	color: var(--abm-danger);
	font-size: 12px;
	font-weight: 950;
}

.abm-section__title,
.abm-block-head h2 {
	margin: 0;
	color: var(--abm-primary);
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 950;
	line-height: 1.1;
}

.abm-section__link,
.abm-block-head a,
.abm-block-head span {
	color: var(--abm-primary);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.abm-grid {
	display: grid;
	gap: 14px;
}

.abm-grid--cards,
.abm-grid--archive {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.abm-grid--article {
	grid-template-columns: minmax(0, 780px) 350px;
	align-items: start;
}

.abm-card,
.abm-lead,
.abm-panel,
.abm-article,
.abm-author-box,
.abm-ad-slot {
	background: var(--abm-surface);
	border: 1px solid var(--abm-border);
	border-radius: var(--abm-radius);
	box-shadow: var(--abm-shadow-soft);
	overflow: hidden;
}

/* Ticker */
.abm-ticker {
	margin-bottom: 14px;
	background: var(--abm-primary);
	color: #fff;
	overflow: hidden;
	border-radius: 0;
	box-shadow: var(--abm-shadow);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.abm-ticker__inner {
	display: flex;
	align-items: stretch;
	min-height: 58px;
}

.abm-ticker__label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 22px;
	background: var(--abm-accent);
	color: var(--abm-primary);
	font-size: 20px;
	font-weight: 950;
	white-space: nowrap;
}

.abm-ticker__pulse {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--abm-danger);
	box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.16);
}

.abm-ticker__viewport {
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.abm-ticker__track {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	animation: abmTicker 50s linear infinite;
}

.abm-ticker:hover .abm-ticker__track,
.abm-ticker:focus-within .abm-ticker__track {
	animation-play-state: paused;
}

.abm-ticker__item {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	padding: 0 28px;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	text-decoration: none;
}

.abm-ticker__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--abm-accent);
	box-shadow: 0 0 0 5px rgba(253, 153, 0, 0.18);
}

@keyframes abmTicker {
	from { transform: translateX(0); }
	to { transform: translateX(50%); }
}

/* Homepage hero */
.abm-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.95fr);
	gap: 14px;
	margin-bottom: 14px;
}

.abm-home-hero__secondary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.abm-lead--hero {
	position: relative;
	min-height: 100%;
	background: #000;
	border: 0;
	border-radius: var(--abm-radius-lg);
	box-shadow: var(--abm-shadow);
}

.abm-lead__media,
.abm-card__media {
	display: block;
	position: relative;
	background: #dce0ea;
	overflow: hidden;
}

.abm-lead--hero .abm-lead__media::after,
.abm-card--overlay .abm-card__media::after,
.abm-card--media .abm-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 20%, rgba(0, 0, 0, 0.78) 100%);
}

.abm-lead__image,
.abm-card__image,
.abm-image-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: linear-gradient(135deg, #e6e9f2, #d7dce8);
}

.abm-lead--hero .abm-lead__image {
	height: 520px;
	aspect-ratio: auto;
}

.abm-lead--hero .abm-lead__body {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding: clamp(20px, 4vw, 34px);
	color: #fff;
	z-index: 2;
}

.abm-lead__title {
	margin: 0;
	font-size: clamp(32px, 5vw, 58px);
	font-weight: 950;
	line-height: 1.12;
	text-wrap: balance;
}

.abm-lead--hero .abm-lead__title a,
.abm-lead--hero .abm-meta,
.abm-lead--hero .abm-lead__excerpt {
	color: #fff;
}

.abm-lead__title a,
.abm-card__title a,
.abm-list-item__title a,
.abm-dense-list__item a,
.abm-ranked-list a {
	color: inherit;
	text-decoration: none;
}

.abm-lead__excerpt {
	max-width: 760px;
	margin: 12px 0 0;
	font-size: 18px;
	line-height: 1.8;
	color: var(--abm-muted);
}

.abm-card--overlay {
	position: relative;
	min-height: 253px;
	border: 0;
	background: #000;
	box-shadow: var(--abm-shadow);
}

.abm-card--overlay .abm-card__media,
.abm-card--overlay .abm-card__image {
	height: 253px;
	aspect-ratio: auto;
}

.abm-card--overlay .abm-card__body,
.abm-card--media .abm-card__body {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 16px;
	color: #fff;
}

.abm-card--overlay .abm-card__title {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.35;
	color: #fff;
}

.abm-card--overlay .abm-kicker,
.abm-card--overlay .abm-meta,
.abm-card--media .abm-kicker,
.abm-card--media .abm-meta {
	color: #fff;
}

/* Cards */
.abm-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.abm-card:hover,
.abm-lead:hover {
	transform: translateY(-2px);
}

.abm-card__badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: inline-flex;
	padding: 6px 10px;
	background: var(--abm-accent);
	color: var(--abm-primary);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 950;
}

.abm-card__body,
.abm-lead__body {
	padding: 14px;
}

.abm-kicker {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	color: var(--abm-danger);
	font-size: 12px;
	font-weight: 950;
	text-decoration: none;
}

.abm-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--abm-accent);
}

.abm-card__title {
	margin: 0;
	color: var(--abm-primary);
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 950;
	line-height: 1.35;
}

.abm-card__excerpt {
	margin: 8px 0 0;
	color: var(--abm-muted);
	font-size: 14px;
	line-height: 1.7;
}

.abm-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 12px;
	align-items: center;
	margin-top: 10px;
	color: var(--abm-muted);
	font-size: 13px;
	font-weight: 700;
}

.abm-home-utilities {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.75fr) minmax(280px, 0.9fr);
	gap: 14px;
	margin-top: 14px;
}

.abm-panel {
	padding: 16px;
}

.abm-latest-panel {
	background: var(--abm-primary);
	color: #fff;
}

.abm-latest-panel .abm-block-head,
.abm-latest-panel .abm-block-head h2,
.abm-latest-panel .abm-block-head a {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.25);
}

.abm-dense-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.abm-dense-list__item {
	padding: 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.abm-dense-list__item h3 {
	margin: 5px 0 0;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
}

.abm-dense-list__time {
	color: var(--abm-accent);
	font-weight: 950;
	font-size: 12px;
}

.abm-list {
	display: grid;
	gap: 10px;
}

.abm-list-item {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--abm-border);
}

.abm-list-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.abm-list-item img,
.abm-list-item .abm-image-placeholder {
	width: 104px;
	height: 68px;
	border-radius: 8px;
	object-fit: cover;
}

.abm-list-item__title {
	margin: 0;
	color: var(--abm-primary);
	font-size: 16px;
	font-weight: 950;
	line-height: 1.45;
}

.abm-ranked-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: ranked;
}

.abm-ranked-list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 12px 0;
	border-bottom: 1px solid var(--abm-border);
}

.abm-ranked-list li:last-child {
	border-bottom: 0;
}

.abm-ranked-list__num {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--abm-primary);
	color: var(--abm-accent);
	font-weight: 950;
}

.abm-ranked-list a {
	color: var(--abm-primary);
	font-size: 17px;
	font-weight: 950;
	line-height: 1.45;
}

/* Sections */
.abm-section-split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 14px;
}

.abm-section-split__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: var(--abm-surface);
	border: 1px solid var(--abm-border);
	border-radius: var(--abm-radius);
	overflow: hidden;
	box-shadow: var(--abm-shadow-soft);
}

.abm-section-split__list .abm-dense-list__item {
	border-color: var(--abm-border);
	min-height: 120px;
}

.abm-section-split__list .abm-dense-list__item h3 {
	color: var(--abm-primary);
	font-size: 18px;
}

.abm-grid--cards-strong {
	grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
}

.abm-grid--cards-strong .abm-card:first-child .abm-card__image {
	aspect-ratio: 4 / 3;
}

.abm-grid--cards-strong .abm-card:first-child .abm-card__title {
	font-size: clamp(24px, 3vw, 34px);
}

.abm-media-strip {
	padding: 18px;
	background: var(--abm-ink);
	border-radius: var(--abm-radius-lg);
}

.abm-media-strip .abm-section__title,
.abm-media-strip .abm-section__head {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.22);
}

.abm-media-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.abm-card--media {
	position: relative;
	min-height: 230px;
	border: 0;
	background: #000;
}

.abm-card--media .abm-card__media,
.abm-card--media .abm-card__image {
	height: 230px;
	aspect-ratio: auto;
}

.abm-home-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
	gap: 14px;
}

/* Article/archive retained but strengthened */
.abm-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 14px;
	color: var(--abm-muted);
	font-size: 14px;
	font-weight: 800;
}

.abm-breadcrumbs a {
	color: var(--abm-primary);
	text-decoration: none;
}

.abm-page-title {
	margin: 0 0 10px;
	color: var(--abm-primary);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 950;
	line-height: 1.12;
}

.abm-page-desc {
	max-width: 760px;
	color: var(--abm-muted);
	font-size: 17px;
	line-height: 1.8;
}

.abm-article {
	padding: clamp(18px, 4vw, 36px);
}

.abm-article__title {
	margin: 0 0 14px;
	color: var(--abm-primary);
	font-size: clamp(34px, 5vw, 60px);
	line-height: 1.18;
	font-weight: 950;
}

.abm-article__image {
	width: 100%;
	height: auto;
	border-radius: var(--abm-radius);
	margin: 18px 0;
}

.abm-article__content {
	font-size: clamp(19px, 2.2vw, 22px);
	line-height: 2;
	color: #222;
}

.abm-article__content p {
	margin-bottom: 1.05em;
}

.abm-share {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}

.abm-share a,
.abm-social-follow a {
	padding: 9px 13px;
	border-radius: 999px;
	background: var(--abm-primary);
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
}

.abm-author-box {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	padding: 16px;
	align-items: center;
}

.abm-author-box img {
	border-radius: 50%;
}

.abm-author-box__name {
	margin: 0 0 5px;
	color: var(--abm-primary);
	font-size: 21px;
	font-weight: 950;
}

.abm-ad-slot {
	display: grid;
	place-items: center;
	min-height: 98px;
	padding: 16px;
	margin: 14px 0;
	color: var(--abm-muted);
	background: repeating-linear-gradient(135deg, #fff, #fff 10px, #f0f2f7 10px, #f0f2f7 20px);
	font-weight: 950;
	text-align: center;
	border-style: dashed;
}

.abm-pagination {
	margin-top: 24px;
	text-align: center;
}

.abm-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	margin: 3px;
	border-radius: 999px;
	background: var(--abm-surface);
	color: var(--abm-primary);
	text-decoration: none;
	font-weight: 900;
	border: 1px solid var(--abm-border);
}

.abm-pagination .current {
	background: var(--abm-primary);
	color: #fff;
}

/* Footer */
.abm-site-footer {
	background: var(--abm-ink);
	color: #d8dce8;
	padding: 34px 0 18px;
	border-top: 5px solid var(--abm-accent);
}

.abm-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 0.9fr;
	gap: 26px;
}

.abm-footer-brand__logo {
	display: inline-flex;
	margin-bottom: 12px;
	color: #fff;
	font-size: 32px;
	font-weight: 950;
	text-decoration: none;
}

.abm-footer-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 19px;
	font-weight: 950;
}

.abm-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.abm-footer-links a {
	color: #d8dce8;
	text-decoration: none;
	font-weight: 800;
}

.abm-footer-links a:hover {
	color: var(--abm-accent);
}

.abm-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-top: 26px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
	color: #aeb5c7;
}

@media (max-width: 1100px) {
	.abm-masthead__inner,
	.abm-home-hero,
	.abm-home-utilities,
	.abm-grid--article,
	.abm-section-split,
	.abm-home-bottom {
		grid-template-columns: 1fr;
	}

	.abm-masthead__utility,
	.abm-header-search {
		justify-self: center;
	}

	.abm-grid--cards,
	.abm-grid--archive,
	.abm-grid--cards-strong,
	.abm-media-strip__grid,
	.abm-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abm-home-hero__secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.abm-container {
		width: min(100% - 18px, var(--abm-container));
	}

	.abm-topbar__inner,
	.abm-footer-bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 8px 0;
	}

	.abm-masthead__inner {
		min-height: auto;
		padding: 14px 0;
		gap: 12px;
	}

	.abm-brand img,
	.abm-brand .custom-logo {
		max-height: 68px;
	}

	.abm-header-search {
		width: 100%;
	}

	.abm-primary-nav__inner {
		overflow-x: auto;
	}

	.abm-primary-nav a {
		padding: 12px 11px;
		font-size: 14px;
	}

	.abm-ticker__inner {
		min-height: 52px;
	}

	.abm-ticker__label {
		font-size: 17px;
		padding: 0 14px;
	}

	.abm-ticker__item {
		font-size: 16px;
		padding: 0 18px;
	}

	.abm-lead--hero .abm-lead__image,
	.abm-card--overlay .abm-card__media,
	.abm-card--overlay .abm-card__image {
		height: 340px;
	}

	.abm-home-hero__secondary,
	.abm-grid--cards,
	.abm-grid--archive,
	.abm-grid--cards-strong,
	.abm-media-strip__grid,
	.abm-footer-grid,
	.abm-dense-list,
	.abm-section-split__list {
		grid-template-columns: 1fr;
	}

	.abm-card__title {
		font-size: 21px;
	}

	.abm-list-item {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.abm-list-item img,
	.abm-list-item .abm-image-placeholder {
		width: 92px;
		height: 62px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.abm-ticker__track,
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}
}

/* Production frontend repair layer */
body.abm-news-site .abm-site-header,
body.abm-news-site .abm-news-shell,
body.abm-news-site .abm-site-footer {
	width: 100%;
	clear: both;
}

body.abm-news-site .abm-news-shell {
	min-height: 60vh;
	padding: 16px 0 36px;
	background:
		linear-gradient(180deg, rgba(22, 15, 60, 0.06), rgba(22, 15, 60, 0) 210px),
		var(--abm-bg);
}

body.abm-news-site .abm-container {
	max-width: var(--abm-container);
	width: calc(100% - 32px);
	margin-right: auto;
	margin-left: auto;
}

body.abm-news-site ul,
body.abm-news-site ol {
	padding-right: 0;
}

body.abm-news-site .abm-primary-nav ul,
body.abm-news-site .abm-footer-links,
body.abm-news-site .abm-ranked-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.abm-news-site .abm-site-header {
	background: #fff;
	border-bottom: 1px solid rgba(22, 15, 60, 0.1);
	box-shadow: 0 8px 26px rgba(16, 24, 40, 0.08);
}

body.abm-news-site .abm-topbar {
	background: #100b2d;
}

body.abm-news-site .abm-topbar__inner {
	min-height: 34px;
	font-size: 12px;
	font-weight: 800;
}

body.abm-news-site .abm-masthead {
	background:
		radial-gradient(circle at 15% 15%, rgba(253, 153, 0, 0.12), transparent 30%),
		linear-gradient(135deg, #fff 0%, #f8f9fd 55%, #fff 100%);
}

body.abm-news-site .abm-masthead__inner {
	grid-template-columns: 220px minmax(0, 1fr) 280px;
	min-height: 104px;
	padding: 12px 0;
}

body.abm-news-site .abm-brand img,
body.abm-news-site .abm-brand .custom-logo {
	max-height: 74px;
	object-fit: contain;
}

body.abm-news-site .abm-brand__tagline {
	margin-top: 5px;
	font-size: 13px;
}

body.abm-news-site .abm-header-search {
	height: 44px;
	border-width: 1px;
	box-shadow: 0 8px 18px rgba(22, 15, 60, 0.08);
}

body.abm-news-site .abm-primary-nav {
	position: sticky;
	top: 0;
	z-index: 60;
	background: #160f3c;
}

body.abm-news-site .abm-primary-nav__inner {
	min-height: 48px;
	overflow-x: auto;
	overflow-y: hidden;
}

body.abm-news-site .abm-primary-nav__menu {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	min-width: 0;
}

body.abm-news-site .abm-primary-nav__menu > li {
	display: block;
	margin: 0;
	padding: 0;
}

body.abm-news-site .abm-primary-nav a {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 14px;
	border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
	line-height: 1;
}

body.abm-news-site .abm-ticker {
	margin: 0 0 16px;
	border-radius: 12px;
}

body.abm-news-site .abm-home-hero,
body.abm-news-site .abm-home-utilities,
body.abm-news-site .abm-section-split,
body.abm-news-site .abm-home-bottom {
	gap: 16px;
}

body.abm-news-site .abm-home-hero {
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.9fr);
}

body.abm-news-site .abm-home-hero__secondary,
body.abm-news-site .abm-grid--cards,
body.abm-news-site .abm-grid--archive,
body.abm-news-site .abm-grid--cards-strong,
body.abm-news-site .abm-media-strip__grid {
	gap: 16px;
}

body.abm-news-site .abm-grid--cards,
body.abm-news-site .abm-grid--archive,
body.abm-news-site .abm-grid--cards-strong,
body.abm-news-site .abm-media-strip__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.abm-news-site .abm-home-utilities {
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.8fr) minmax(250px, 0.85fr);
}

body.abm-news-site .abm-card,
body.abm-news-site .abm-lead,
body.abm-news-site .abm-panel,
body.abm-news-site .abm-article,
body.abm-news-site .abm-author-box,
body.abm-news-site .abm-ad-slot {
	border-radius: 14px;
	border-color: rgba(22, 15, 60, 0.12);
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}

body.abm-news-site .abm-card {
	background: #fff;
	min-width: 0;
}

body.abm-news-site .abm-card__media {
	overflow: hidden;
}

body.abm-news-site .abm-card__image,
body.abm-news-site .abm-image-placeholder {
	aspect-ratio: 16 / 9;
}

body.abm-news-site .abm-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	padding: 14px;
}

body.abm-news-site .abm-card__title {
	font-size: clamp(18px, 1.55vw, 22px);
	line-height: 1.42;
}

body.abm-news-site .abm-card__excerpt {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

body.abm-news-site .abm-meta {
	margin-top: auto;
	font-size: 12px;
}

body.abm-news-site .abm-lead--hero .abm-lead__image {
	height: 460px;
}

body.abm-news-site .abm-lead__title {
	font-size: clamp(30px, 4.2vw, 50px);
}

body.abm-news-site .abm-lead__excerpt {
	font-size: 16px;
	line-height: 1.75;
}

body.abm-news-site .abm-card--overlay,
body.abm-news-site .abm-card--media {
	border-radius: 14px;
}

body.abm-news-site .abm-card--overlay .abm-card__media,
body.abm-news-site .abm-card--overlay .abm-card__image {
	height: 222px;
}

body.abm-news-site .abm-card--media .abm-card__media,
body.abm-news-site .abm-card--media .abm-card__image {
	height: 240px;
}

body.abm-news-site .abm-section {
	margin-top: 24px;
}

body.abm-news-site .abm-section__head,
body.abm-news-site .abm-block-head {
	align-items: center;
	margin-bottom: 14px;
	border-bottom: 2px solid rgba(22, 15, 60, 0.15);
}

body.abm-news-site .abm-section__title,
body.abm-news-site .abm-block-head h2 {
	font-size: clamp(22px, 2.4vw, 32px);
}

body.abm-news-site .abm-dense-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.abm-news-site .abm-dense-list__item {
	min-width: 0;
}

body.abm-news-site .abm-dense-list__item h3 {
	font-size: 15px;
	line-height: 1.55;
}

body.abm-news-site .abm-section-split {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

body.abm-news-site .abm-section-split__list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.abm-news-site .abm-grid--article {
	grid-template-columns: minmax(0, 760px) 320px;
	gap: 18px;
	justify-content: center;
}

body.abm-news-site .abm-article__title {
	font-size: clamp(30px, 4vw, 52px);
}

body.abm-news-site .abm-article__content {
	font-size: clamp(18px, 1.9vw, 21px);
	line-height: 1.95;
}

body.abm-news-site .abm-site-footer {
	margin-top: 0;
	background: #160f3c;
	border-top: 0;
	padding: 44px 0 0;
}

body.abm-news-site .abm-footer-grid {
	direction: rtl;
	grid-template-columns: 1.6fr 1fr 1fr 1.05fr;
	align-items: start;
	gap: clamp(34px, 6vw, 90px);
	padding-bottom: 38px;
}

body.abm-news-site .abm-footer-brand {
	display: flex;
	justify-content: flex-start;
}

body.abm-news-site .abm-footer-brand__logo {
	margin: 0;
	display: inline-flex;
	align-items: center;
	transition: transform 0.25s ease, filter 0.25s ease;
	will-change: transform;
}

body.abm-news-site .abm-footer-brand__logo:hover,
body.abm-news-site .abm-footer-brand__logo:focus-visible {
	transform: translateY(-4px) scale(1.035);
	filter: drop-shadow(0 0 22px rgba(253, 153, 0, 0.45));
}

body.abm-news-site .abm-footer-brand__image {
	max-width: min(310px, 100%);
	max-height: 150px;
	filter: none;
	transition: inherit;
}

body.abm-news-site .abm-footer-column {
	min-width: 0;
}

body.abm-news-site .abm-footer-title {
	position: relative;
	display: inline-block;
	margin: 0 0 18px;
	padding-bottom: 10px;
	color: #fd9900;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

body.abm-news-site .abm-footer-title::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 44px;
	height: 3px;
	border-radius: 999px;
	background: #fd9900;
}

body.abm-news-site .abm-footer-links {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.abm-news-site .abm-footer-links li {
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
}

body.abm-news-site .abm-footer-links a,
body.abm-news-site .abm-footer-links span {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

body.abm-news-site .abm-footer-links a:hover {
	color: #fd9900;
}

body.abm-news-site .abm-footer-contact__list li {
	position: relative;
	padding-right: 24px;
}

body.abm-news-site .abm-footer-contact__list li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.45em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fd9900;
	box-shadow: 0 0 0 4px rgba(253, 153, 0, 0.12);
}

body.abm-news-site .abm-footer-bottom {
	min-height: 58px;
	margin-top: 0;
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
}

body.abm-news-site .abm-footer-bottom strong {
	color: #fd9900;
	font-weight: 900;
}

body.abm-news-site .abm-footer-bottom__links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

body.abm-news-site .abm-footer-bottom__links a {
	color: rgba(255, 255, 255, 0.68);
	text-decoration: none;
}

body.abm-news-site .abm-footer-bottom__links a:hover {
	color: #fd9900;
}

@media (max-width: 1100px) {
	body.abm-news-site .abm-masthead__inner,
	body.abm-news-site .abm-home-hero,
	body.abm-news-site .abm-home-utilities,
	body.abm-news-site .abm-grid--article,
	body.abm-news-site .abm-section-split,
	body.abm-news-site .abm-home-bottom {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-grid--cards,
	body.abm-news-site .abm-grid--archive,
	body.abm-news-site .abm-grid--cards-strong,
	body.abm-news-site .abm-media-strip__grid,
	body.abm-news-site .abm-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.abm-news-site .abm-masthead__utility,
	body.abm-news-site .abm-header-search {
		justify-self: center;
	}
}

@media (max-width: 700px) {
	body.abm-news-site .abm-container {
		width: calc(100% - 18px);
	}

	body.abm-news-site .abm-topbar__links {
		flex-wrap: wrap;
		justify-content: center;
	}

	body.abm-news-site .abm-masthead__inner {
		padding: 12px 0;
	}

	body.abm-news-site .abm-primary-nav__home {
		position: sticky;
		right: 0;
		z-index: 2;
	}

	body.abm-news-site .abm-home-hero__secondary,
	body.abm-news-site .abm-grid--cards,
	body.abm-news-site .abm-grid--archive,
	body.abm-news-site .abm-grid--cards-strong,
	body.abm-news-site .abm-media-strip__grid,
	body.abm-news-site .abm-footer-grid,
	body.abm-news-site .abm-dense-list,
	body.abm-news-site .abm-section-split__list {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-lead--hero .abm-lead__image,
	body.abm-news-site .abm-card--overlay .abm-card__media,
	body.abm-news-site .abm-card--overlay .abm-card__image {
		height: 310px;
	}

	body.abm-news-site .abm-card--media .abm-card__media,
	body.abm-news-site .abm-card--media .abm-card__image {
		height: 230px;
	}

	body.abm-news-site .abm-lead__body {
		padding: 16px;
	}

	body.abm-news-site .abm-lead__excerpt {
		display: none;
	}

	body.abm-news-site .abm-footer-bottom {
		text-align: center;
	}
}

/* ==========================================================================
   v2 — Final professional layout system (overrides previous declarations)
   ========================================================================== */

/* Topbar — slimmer, with live pulse */
body.abm-news-site .abm-topbar {
	background: #0d0826;
	color: #e7e9f2;
	font-size: 12.5px;
	font-weight: 700;
}

body.abm-news-site .abm-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	padding: 0;
	gap: 16px;
}

body.abm-news-site .abm-topbar__date {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

body.abm-news-site .abm-topbar__pulse {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d71920;
	box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.22);
	animation: abmPulse 1.6s ease-in-out infinite;
}

body.abm-news-site .abm-topbar__links {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

body.abm-news-site .abm-topbar__links span {
	color: rgba(255, 255, 255, 0.32);
}

body.abm-news-site .abm-topbar a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

body.abm-news-site .abm-topbar a:hover {
	color: #fd9900;
}

@keyframes abmPulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(215, 25, 32, 0.45); }
	50%      { box-shadow: 0 0 0 6px rgba(215, 25, 32, 0); }
}

/* Masthead — proportionate logo, balanced search */
body.abm-news-site .abm-masthead {
	background:
		radial-gradient(1100px 240px at 90% -40%, rgba(253, 153, 0, 0.10), transparent 60%),
		linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
	border-bottom: 1px solid rgba(22, 15, 60, 0.08);
}

body.abm-news-site .abm-masthead__inner {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr) 280px;
	align-items: center;
	gap: 24px;
	min-height: 110px;
	padding: 14px 0;
}

body.abm-news-site .abm-masthead__utility {
	justify-self: start;
}

body.abm-news-site .abm-live-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #d71920 0%, #ad1219 100%);
	color: #fff;
	font-weight: 900;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.01em;
	box-shadow: 0 8px 20px rgba(215, 25, 32, 0.25);
}

body.abm-news-site .abm-brand {
	text-align: center;
}

body.abm-news-site .abm-brand__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.abm-news-site .abm-brand img,
body.abm-news-site .abm-brand .custom-logo {
	max-height: 78px;
	max-width: min(320px, 80vw);
	width: auto;
	object-fit: contain;
}

body.abm-news-site .abm-brand__tagline {
	display: none;
}

body.abm-news-site .abm-header-search {
	display: flex;
	align-items: stretch;
	height: 44px;
	border: 1px solid rgba(22, 15, 60, 0.16);
	border-radius: 999px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(22, 15, 60, 0.06);
	justify-self: end;
	width: 100%;
	max-width: 320px;
}

body.abm-news-site .abm-header-search input {
	flex: 1;
	min-width: 0;
	padding: 0 14px;
	border: 0;
	background: transparent;
	font-family: var(--abm-font);
	font-weight: 700;
	font-size: 14px;
	color: #14121d;
	outline: none;
}

body.abm-news-site .abm-header-search input::placeholder {
	color: #98a0b3;
}

body.abm-news-site .abm-header-search button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 0;
	padding: 0 16px;
	background: linear-gradient(135deg, #1d1452 0%, #160f3c 100%);
	color: #fff;
	font-family: var(--abm-font);
	font-weight: 900;
	font-size: 13px;
	cursor: pointer;
}

body.abm-news-site .abm-header-search button svg {
	width: 16px;
	height: 16px;
}

/* Sticky primary navigation */
body.abm-news-site .abm-primary-nav {
	position: sticky;
	top: 0;
	z-index: 60;
	background: linear-gradient(180deg, #160f3c 0%, #110a30 100%);
	border-bottom: 3px solid #fd9900;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.12);
}

body.abm-news-site .abm-primary-nav__inner {
	display: flex;
	align-items: stretch;
	min-height: 50px;
	padding: 0;
	gap: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
}

body.abm-news-site .abm-primary-nav__menu {
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	min-width: 0;
}

body.abm-news-site .abm-primary-nav__menu > li {
	display: block;
	margin: 0;
	padding: 0;
}

body.abm-news-site .abm-primary-nav a {
	display: inline-flex;
	align-items: center;
	height: 50px;
	padding: 0 18px;
	color: #fff;
	font-size: 14.5px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	border-inline-end: 1px solid rgba(255, 255, 255, 0.06);
}

body.abm-news-site .abm-primary-nav__home {
	background: #fd9900;
	color: #160f3c !important;
	font-weight: 950;
	border-inline-end: 0;
}

body.abm-news-site .abm-primary-nav a:hover {
	background: rgba(253, 153, 0, 0.12);
	color: #fd9900;
}

body.abm-news-site .abm-primary-nav__home:hover {
	background: #ffae2b;
	color: #160f3c !important;
}

/* News shell breathing */
body.abm-news-site .abm-news-shell {
	padding: 18px 0 40px;
}

/* Section heads — clean orange underline */
body.abm-news-site .abm-section {
	margin-top: 26px;
}

body.abm-news-site .abm-section__head,
body.abm-news-site .abm-block-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
	padding-bottom: 9px;
	border-bottom: 2px solid rgba(22, 15, 60, 0.12);
	position: relative;
}

body.abm-news-site .abm-section__head::after,
body.abm-news-site .abm-block-head::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 70px;
	height: 3px;
	background: #fd9900;
	border-radius: 2px;
}

body.abm-news-site .abm-section__eyebrow {
	display: inline-flex;
	margin-bottom: 5px;
	color: #d71920;
	font-size: 11.5px;
	font-weight: 950;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.abm-news-site .abm-section__title,
body.abm-news-site .abm-block-head h2 {
	margin: 0;
	color: #160f3c;
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 950;
	line-height: 1.15;
}

body.abm-news-site .abm-section__link,
body.abm-news-site .abm-block-head a,
body.abm-news-site .abm-block-head span {
	color: #160f3c;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

body.abm-news-site .abm-section__link:hover,
body.abm-news-site .abm-block-head a:hover {
	color: #d71920;
}

/* HERO — lead + latest rail (no overlay clutter) */
body.abm-news-site .abm-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.85fr);
	align-items: stretch;
	gap: 18px;
	margin-bottom: 24px;
}

body.abm-news-site .abm-home-hero__lead,
body.abm-news-site .abm-home-hero__rail {
	min-width: 0;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero {
	height: 100%;
	border-radius: 16px;
	box-shadow: 0 18px 38px rgba(16, 24, 40, 0.16);
	overflow: hidden;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__media {
	height: 100%;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
	height: 100%;
	min-height: 470px;
	max-height: 540px;
	aspect-ratio: auto;
	object-fit: cover;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__body {
	background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.6) 90%);
	padding: clamp(20px, 3vw, 34px);
}

body.abm-news-site .abm-home-hero__lead .abm-lead__title {
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.18;
	font-weight: 950;
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

body.abm-news-site .abm-home-hero__lead .abm-lead__excerpt {
	font-size: 15.5px;
	line-height: 1.7;
	color: #f0f1f6;
	max-width: 620px;
	margin-top: 10px;
}

body.abm-news-site .abm-home-hero__lead .abm-meta {
	color: #e7e9f2;
	font-size: 12.5px;
}

body.abm-news-site .abm-home-hero__lead .abm-kicker {
	color: #fd9900;
	font-weight: 950;
}

/* Hero rail — clean stacked latest */
body.abm-news-site .abm-home-hero__rail {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(16, 24, 40, 0.07);
	overflow: hidden;
	min-height: 470px;
}

body.abm-news-site .abm-rail-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: linear-gradient(180deg, #160f3c, #1d1452);
	color: #fff;
	border-bottom: 3px solid #fd9900;
}

body.abm-news-site .abm-rail-head h2 {
	flex: 1;
	margin: 0;
	font-size: 16px;
	font-weight: 950;
	color: #fff;
}

body.abm-news-site .abm-rail-head a {
	color: #fd9900;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

body.abm-news-site .abm-rail-head__pulse {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d71920;
	box-shadow: 0 0 0 5px rgba(215, 25, 32, 0.22);
	animation: abmPulse 1.6s ease-in-out infinite;
}

body.abm-news-site .abm-rail-list {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0;
	padding: 4px 0;
	list-style: none;
}

body.abm-news-site .abm-rail-item {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 11px 16px;
	border-bottom: 1px dashed rgba(22, 15, 60, 0.09);
	transition: background 0.18s ease;
}

body.abm-news-site .abm-rail-item:last-child {
	border-bottom: 0;
}

body.abm-news-site .abm-rail-item:hover {
	background: rgba(253, 153, 0, 0.06);
}

body.abm-news-site .abm-rail-item__time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 6px;
	border-radius: 4px;
	background: rgba(253, 153, 0, 0.14);
	color: #d77400;
	font-size: 11.5px;
	font-weight: 950;
	font-variant-numeric: tabular-nums;
}

body.abm-news-site .abm-rail-item__title {
	color: #160f3c;
	font-size: 14.5px;
	font-weight: 800;
	line-height: 1.55;
	text-decoration: none;
	display: block;
}

body.abm-news-site .abm-rail-item__title:hover {
	color: #d71920;
}

/* Top stories grid — uniform 4-up */
body.abm-news-site .abm-top-stories .abm-grid--cards {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body.abm-news-site .abm-top-stories .abm-card {
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.07);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.abm-news-site .abm-top-stories .abm-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(16, 24, 40, 0.12);
}

body.abm-news-site .abm-top-stories .abm-card__media {
	height: 180px;
	overflow: hidden;
}

body.abm-news-site .abm-top-stories .abm-card__image {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	transition: transform 0.4s ease;
}

body.abm-news-site .abm-top-stories .abm-card:hover .abm-card__image {
	transform: scale(1.04);
}

body.abm-news-site .abm-top-stories .abm-card__body {
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.abm-news-site .abm-top-stories .abm-card__title {
	font-size: 16.5px;
	font-weight: 950;
	line-height: 1.4;
	color: #160f3c;
	margin: 0;
}

body.abm-news-site .abm-top-stories .abm-card__excerpt {
	display: none;
}

body.abm-news-site .abm-top-stories .abm-meta {
	font-size: 12px;
	color: #667085;
	margin-top: 2px;
}

/* Utilities row — most-read + editor picks */
body.abm-news-site .abm-home-utilities {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	gap: 18px;
}

body.abm-news-site .abm-home-utilities .abm-panel {
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.07);
	padding: 18px 20px;
}

body.abm-news-site .abm-home-utilities .abm-most-read {
	background: linear-gradient(180deg, #160f3c 0%, #1d1452 100%);
	border-color: transparent;
	color: #fff;
}

body.abm-news-site .abm-home-utilities .abm-most-read .abm-block-head {
	border-color: rgba(255, 255, 255, 0.18);
}

body.abm-news-site .abm-home-utilities .abm-most-read .abm-block-head::after {
	background: #fd9900;
}

body.abm-news-site .abm-home-utilities .abm-most-read h2,
body.abm-news-site .abm-home-utilities .abm-most-read .abm-block-head span {
	color: #fff;
}

body.abm-news-site .abm-most-read .abm-ranked-list li {
	border-color: rgba(255, 255, 255, 0.12);
}

body.abm-news-site .abm-most-read .abm-ranked-list a {
	color: #fff;
	font-size: 15.5px;
	font-weight: 800;
	line-height: 1.55;
}

body.abm-news-site .abm-most-read .abm-ranked-list a:hover {
	color: #fd9900;
}

body.abm-news-site .abm-most-read .abm-ranked-list__num {
	background: #fd9900;
	color: #160f3c;
	font-size: 14px;
	width: 32px;
	height: 32px;
}

/* Editor picks list */
body.abm-news-site .abm-editor-panel .abm-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 18px;
}

body.abm-news-site .abm-list-item--editor {
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 12px;
	padding-bottom: 14px;
	align-items: start;
}

body.abm-news-site .abm-list-item--editor img,
body.abm-news-site .abm-list-item--editor .abm-image-placeholder {
	width: 110px;
	height: 80px;
	border-radius: 10px;
	object-fit: cover;
}

body.abm-news-site .abm-list-item--editor .abm-kicker {
	margin-bottom: 4px;
	font-size: 11px;
}

body.abm-news-site .abm-list-item--editor .abm-list-item__title {
	font-size: 15px;
	font-weight: 900;
	line-height: 1.45;
	margin: 0;
}

body.abm-news-site .abm-list-item--editor:nth-last-child(-n+2) {
	border-bottom: 0;
	padding-bottom: 0;
}

/* Category sections — tighten cards */
body.abm-news-site .abm-section--category .abm-grid--cards-strong {
	grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__image {
	height: 320px;
	aspect-ratio: auto;
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__title {
	font-size: clamp(20px, 2vw, 26px);
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__media {
	height: 160px;
	overflow: hidden;
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__image {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__title {
	font-size: 15.5px;
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__excerpt {
	display: none;
}

body.abm-news-site .abm-section-split {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
	gap: 18px;
}

body.abm-news-site .abm-section-split .abm-card--media {
	min-height: 300px;
}

body.abm-news-site .abm-section-split .abm-card--media .abm-card__media,
body.abm-news-site .abm-section-split .abm-card--media .abm-card__image {
	height: 300px;
	aspect-ratio: auto;
}

body.abm-news-site .abm-section-split__list {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.07);
	grid-template-columns: 1fr;
}

body.abm-news-site .abm-section-split__list .abm-dense-list__item {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 10px;
	padding: 13px 16px;
	min-height: auto;
	border: 0;
	border-bottom: 1px dashed rgba(22, 15, 60, 0.09);
	align-items: start;
	transition: background 0.18s ease;
}

body.abm-news-site .abm-section-split__list .abm-dense-list__item:last-child {
	border-bottom: 0;
}

body.abm-news-site .abm-section-split__list .abm-dense-list__item:hover {
	background: rgba(253, 153, 0, 0.05);
}

body.abm-news-site .abm-section-split__list .abm-dense-list__time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 6px;
	border-radius: 4px;
	background: rgba(253, 153, 0, 0.14);
	color: #d77400;
	font-size: 11.5px;
	font-weight: 950;
}

body.abm-news-site .abm-section-split__list .abm-dense-list__item h3 {
	margin: 0;
	font-size: 14.5px;
	color: #160f3c;
	font-weight: 800;
	line-height: 1.55;
}

body.abm-news-site .abm-section-split__list .abm-dense-list__item h3 a:hover {
	color: #d71920;
}

/* Media strip — gallery look */
body.abm-news-site .abm-media-strip {
	padding: 22px;
	background: linear-gradient(135deg, #0d0826 0%, #160f3c 100%);
	border-radius: 16px;
}

body.abm-news-site .abm-media-strip .abm-section__head {
	border-color: rgba(255, 255, 255, 0.18);
}

body.abm-news-site .abm-media-strip .abm-section__title {
	color: #fff;
}

body.abm-news-site .abm-media-strip .abm-section__eyebrow {
	color: #fd9900;
}

body.abm-news-site .abm-media-strip__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

body.abm-news-site .abm-media-strip .abm-card--media {
	min-height: 230px;
}

body.abm-news-site .abm-media-strip .abm-card--media .abm-card__media,
body.abm-news-site .abm-media-strip .abm-card--media .abm-card__image {
	height: 230px;
}

body.abm-news-site .abm-media-strip .abm-card--media .abm-card__title {
	font-size: 15.5px;
	line-height: 1.4;
}

/* Bottom row */
body.abm-news-site .abm-home-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
	gap: 18px;
}

body.abm-news-site .abm-follow-panel {
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.07);
	padding: 18px 20px;
}

body.abm-news-site .abm-follow-panel p {
	color: #667085;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 12px;
}

body.abm-news-site .abm-social-follow {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

/* Ad slot polish */
body.abm-news-site .abm-ad-slot {
	border-radius: 12px;
	border: 1px dashed rgba(22, 15, 60, 0.18);
	background:
		repeating-linear-gradient(135deg, #fff, #fff 12px, #f4f5fb 12px, #f4f5fb 24px);
	color: #98a0b3;
	font-weight: 800;
	min-height: 110px;
	padding: 18px;
	letter-spacing: 0.02em;
}

/* Responsive collapses */
@media (max-width: 1100px) {
	body.abm-news-site .abm-masthead__inner {
		grid-template-columns: 1fr;
		row-gap: 14px;
		text-align: center;
		min-height: auto;
		padding: 18px 0;
	}

	body.abm-news-site .abm-masthead__utility,
	body.abm-news-site .abm-header-search {
		justify-self: center;
	}

	body.abm-news-site .abm-home-hero {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-home-hero__rail {
		min-height: auto;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
		min-height: 380px;
	}

	body.abm-news-site .abm-top-stories .abm-grid--cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.abm-news-site .abm-home-utilities,
	body.abm-news-site .abm-home-bottom,
	body.abm-news-site .abm-section-split {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-section--category .abm-grid--cards-strong {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child {
		grid-column: 1 / -1;
	}

	body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__image {
		height: 280px;
	}

	body.abm-news-site .abm-media-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	body.abm-news-site .abm-news-shell {
		padding: 14px 0 30px;
	}

	body.abm-news-site .abm-home-hero {
		gap: 14px;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
		min-height: 280px;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead__title {
		font-size: clamp(22px, 5vw, 28px);
	}

	body.abm-news-site .abm-top-stories .abm-grid--cards {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-editor-panel .abm-list {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-media-strip__grid {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-section--category .abm-grid--cards-strong,
	body.abm-news-site .abm-media-strip__grid {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__image {
		height: 220px;
	}

	body.abm-news-site .abm-list-item--editor {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	body.abm-news-site .abm-list-item--editor img,
	body.abm-news-site .abm-list-item--editor .abm-image-placeholder {
		width: 92px;
		height: 64px;
	}

	body.abm-news-site .abm-header-search {
		max-width: 100%;
	}

	body.abm-news-site .abm-topbar__links span {
		display: none;
	}
}

/* ==========================================================================
   Brand-correct hero and logo fallback refinements
   ========================================================================== */
body.abm-news-site .abm-home-hero {
	grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.82fr);
	direction: rtl;
	align-items: start;
}

body.abm-news-site .abm-home-hero__lead,
body.abm-news-site .abm-home-hero__rail {
	direction: rtl;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero {
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	box-shadow: 0 14px 30px rgba(22, 15, 60, 0.1);
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__media {
	height: auto;
	background:
		url("/wp-content/uploads/2025/11/LOGO.png") center / min(42%, 280px) no-repeat,
		linear-gradient(135deg, #fffaf0 0%, #f2eadc 100%);
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__media::after {
	background: linear-gradient(180deg, rgba(8, 6, 24, 0) 35%, rgba(8, 6, 24, 0.62) 100%);
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
	height: 430px;
	min-height: 430px;
	max-height: 430px;
	object-position: center top;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__body {
	padding: 20px 24px 24px;
	background: linear-gradient(180deg, rgba(8, 6, 24, 0), rgba(8, 6, 24, 0.36));
}

body.abm-news-site .abm-home-hero__lead .abm-lead__title {
	max-width: 850px;
	color: #fff;
	font-size: clamp(26px, 3.1vw, 38px);
	line-height: 1.22;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.58);
}

body.abm-news-site .abm-home-hero__lead .abm-lead__excerpt {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14.5px;
	line-height: 1.75;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

body.abm-news-site .abm-home-hero__lead .abm-meta {
	color: rgba(255, 255, 255, 0.82);
}

body.abm-news-site .abm-home-hero__lead .abm-kicker {
	padding: 4px 10px;
	border-radius: 999px;
	background: #fd9900;
	color: #160f3c;
	font-size: 12px;
	text-shadow: none;
}

body.abm-news-site .abm-home-hero__lead .abm-kicker::before {
	background: #160f3c;
}

body.abm-news-site .abm-home-hero__rail {
	min-height: 430px;
	border: 1px solid rgba(22, 15, 60, 0.12);
	background: #fffdf8;
	box-shadow: 0 10px 24px rgba(22, 15, 60, 0.08);
}

body.abm-news-site .abm-rail-head {
	padding: 12px 16px;
	background: #160f3c;
	border-bottom: 3px solid #fd9900;
}

body.abm-news-site .abm-rail-head h2 {
	font-size: 15.5px;
}

body.abm-news-site .abm-rail-head a {
	color: #fd9900;
}

body.abm-news-site .abm-rail-list {
	padding: 0;
}

body.abm-news-site .abm-rail-item {
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 10px;
	padding: 10px 14px;
	border-bottom: 1px solid #eee6d7;
	background: #fffdf8;
}

body.abm-news-site .abm-rail-item:hover {
	background: #fff8eb;
}

body.abm-news-site .abm-rail-item__time {
	background: #fff1d7;
	color: #b76600;
}

body.abm-news-site .abm-rail-item__title {
	color: #211849;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.55;
}

body.abm-news-site .abm-card__media,
body.abm-news-site .abm-lead__media,
body.abm-news-site .abm-list-item > a:first-child {
	background:
		url("/wp-content/uploads/2025/11/LOGO.png") center / min(46%, 180px) no-repeat,
		linear-gradient(135deg, #fffaf0 0%, #f2eadc 100%);
}

body.abm-news-site .abm-image-placeholder--logo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: clamp(22px, 5vw, 56px);
	background:
		radial-gradient(circle at center, rgba(253, 153, 0, 0.12), transparent 45%),
		linear-gradient(135deg, #fffaf0 0%, #f5f1e8 100%);
}

body.abm-news-site .abm-card__media .abm-image-placeholder--logo,
body.abm-news-site .abm-list-item .abm-image-placeholder--logo {
	object-fit: contain;
}

body.abm-news-site .abm-home-hero__lead .abm-image-placeholder--logo {
	padding: clamp(42px, 8vw, 110px);
	background:
		radial-gradient(circle at center, rgba(253, 153, 0, 0.16), transparent 46%),
		linear-gradient(135deg, #fffaf0 0%, #f2eadc 100%);
}

@media (max-width: 1100px) {
	body.abm-news-site .abm-home-hero {
		direction: rtl;
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
		height: 380px;
		min-height: 380px;
		max-height: 380px;
	}

	body.abm-news-site .abm-home-hero__rail {
		min-height: auto;
	}
}

@media (max-width: 700px) {
	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
		height: 285px;
		min-height: 285px;
		max-height: 285px;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__body {
		padding: 16px;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead__excerpt {
		display: none;
	}

	body.abm-news-site .abm-image-placeholder--logo {
		padding: 28px;
	}
}

/* Readability fix: keep hero typography strong instead of pale white text. */
body.abm-news-site .abm-home-hero__lead .abm-lead--hero {
	background: #fff;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__media::after {
	display: none;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__body {
	position: static;
	padding: 18px 24px 22px;
	background: #fff;
	color: #160f3c;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__title {
	max-width: 100%;
	color: #160f3c;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.25;
	text-shadow: none;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__title a {
	color: #160f3c;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__title a:hover {
	color: #d71920;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__excerpt {
	max-width: 100%;
	margin-top: 10px;
	color: #50586d;
	font-size: 15.5px;
	line-height: 1.8;
	text-shadow: none;
}

body.abm-news-site .abm-home-hero__lead .abm-meta {
	color: #6b7280;
	font-size: 12.5px;
	font-weight: 800;
	justify-content: center;
	margin-top: 14px;
}

body.abm-news-site .abm-home-hero__lead .abm-kicker {
	margin-bottom: 10px;
	background: #fff3dd;
	color: #b76600;
	border: 1px solid rgba(253, 153, 0, 0.34);
}

body.abm-news-site .abm-rail-item {
	grid-template-columns: 96px minmax(0, 1fr);
	min-height: 72px;
}

body.abm-news-site .abm-rail-item__time,
body.abm-news-site .abm-section-split__list .abm-dense-list__time {
	min-width: 90px;
	height: auto;
	min-height: 42px;
	font-size: 11px;
	white-space: nowrap;
}

body.abm-news-site .abm-rail-item__time {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 5px 6px;
	line-height: 1.15;
}

body.abm-news-site .abm-rail-item__time strong {
	color: #160f3c;
	font-size: 11px;
	font-weight: 950;
}

body.abm-news-site .abm-rail-item__time small {
	color: #b76600;
	font-size: 10px;
	font-weight: 900;
}

body.abm-news-site .abm-home-hero__lead .abm-kicker::before {
	background: #fd9900;
	box-shadow: 0 0 0 3px rgba(253, 153, 0, 0.18);
}

body.abm-news-site .abm-meta span,
body.abm-news-site .abm-meta time {
	color: inherit;
}

body.abm-news-site .abm-card__title,
body.abm-news-site .abm-list-item__title,
body.abm-news-site .abm-rail-item__title,
body.abm-news-site .abm-ranked-list a {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

@media (max-width: 700px) {
	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__body {
		padding: 15px 16px 18px;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead__title {
		font-size: clamp(22px, 5.4vw, 29px);
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead__excerpt {
		display: block;
		font-size: 14px;
	}
}

/* Final hero balance: equal columns, logo colors only, calendar-style dates. */
body.abm-news-site .abm-home-hero {
	align-items: stretch;
}

body.abm-news-site .abm-home-hero__lead,
body.abm-news-site .abm-home-hero__rail,
body.abm-news-site .abm-home-hero__lead .abm-lead--hero {
	height: 100%;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero {
	display: flex;
	flex-direction: column;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__media {
	flex: 0 0 auto;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
	height: 365px;
	min-height: 365px;
	max-height: 365px;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.abm-news-site .abm-home-hero__rail {
	display: flex;
	flex-direction: column;
	min-height: 0;
	background: #fff;
}

body.abm-news-site .abm-rail-head {
	flex: 0 0 auto;
	background: #160f3c;
	color: #fff;
}

body.abm-news-site .abm-rail-head__pulse,
body.abm-news-site .abm-topbar__pulse {
	background: #fd9900;
	box-shadow: 0 0 0 5px rgba(253, 153, 0, 0.18);
}

body.abm-news-site .abm-rail-list {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

body.abm-news-site .abm-rail-item {
	flex: 1 1 0;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	min-height: 0;
	padding: 9px 12px;
	background: #fff;
}

body.abm-news-site .abm-rail-item__time {
	display: grid;
	place-items: center;
	align-self: center;
	min-width: 54px;
	min-height: 58px;
	padding: 5px 4px;
	border: 1px solid rgba(22, 15, 60, 0.12);
	border-top: 4px solid #fd9900;
	border-radius: 6px;
	background: #fffdf8;
	box-shadow: 0 6px 14px rgba(22, 15, 60, 0.06);
	line-height: 1;
}

body.abm-news-site .abm-rail-item__time strong {
	color: #160f3c;
	font-size: 21px;
	font-weight: 950;
	line-height: 1;
}

body.abm-news-site .abm-rail-item__time small {
	color: #160f3c;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.25;
}

body.abm-news-site .abm-rail-item__time em {
	margin-top: 4px;
	color: #b76600;
	font-size: 9.5px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

body.abm-news-site .abm-rail-item__title {
	color: #160f3c;
	font-size: 13.8px;
	line-height: 1.5;
}

body.abm-news-site .abm-home-hero__lead .abm-kicker,
body.abm-news-site .abm-card__badge {
	background: #fff3dd;
	color: #160f3c;
	border-color: rgba(253, 153, 0, 0.42);
}

body.abm-news-site .abm-kicker::before,
body.abm-news-site .abm-home-hero__lead .abm-kicker::before {
	background: #fd9900;
	box-shadow: 0 0 0 3px rgba(253, 153, 0, 0.18);
}

body.abm-news-site .abm-home-hero__lead .abm-lead__title a:hover,
body.abm-news-site .abm-rail-item__title:hover {
	color: #b76600;
}

@media (max-width: 1100px) {
	body.abm-news-site .abm-home-hero__lead,
	body.abm-news-site .abm-home-hero__rail,
	body.abm-news-site .abm-home-hero__lead .abm-lead--hero {
		height: auto;
	}
}

@media (max-width: 700px) {
	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
		height: 285px;
		min-height: 285px;
		max-height: 285px;
	}

	body.abm-news-site .abm-rail-item {
		grid-template-columns: 60px minmax(0, 1fr);
	}
}

/* ==========================================================================
   Final homepage layout reset: one stable newspaper grid, no staggered islands.
   ========================================================================== */
body.abm-news-site {
	background: #edf0f6;
}

body.abm-news-site .abm-container {
	width: min(1180px, calc(100% - 32px));
	max-width: 1180px;
}

body.abm-news-site .abm-home > .abm-container {
	display: block;
}

body.abm-news-site .abm-home .abm-section,
body.abm-news-site .abm-home .abm-home-hero,
body.abm-news-site .abm-home .abm-home-utilities,
body.abm-news-site .abm-home .abm-home-bottom,
body.abm-news-site .abm-home .abm-ad-slot,
body.abm-news-site .abm-home .abm-media-strip {
	width: 100%;
	clear: both;
}

body.abm-news-site .abm-home-hero {
	grid-template-columns: minmax(0, 2fr) minmax(310px, 0.82fr);
	gap: 18px;
	margin-bottom: 28px;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero,
body.abm-news-site .abm-home-hero__rail,
body.abm-news-site .abm-card,
body.abm-news-site .abm-panel,
body.abm-news-site .abm-ad-slot {
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(22, 15, 60, 0.08);
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
	height: 390px;
	min-height: 390px;
	max-height: 390px;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__title {
	font-size: clamp(28px, 3.1vw, 42px);
	text-align: center;
}

body.abm-news-site .abm-rail-item__title {
	text-align: right;
}

body.abm-news-site .abm-top-stories .abm-grid--cards,
body.abm-news-site .abm-section--category .abm-grid--cards-strong,
body.abm-news-site .abm-media-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child {
	grid-column: auto;
}

body.abm-news-site .abm-top-stories .abm-card,
body.abm-news-site .abm-section--category .abm-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #fff;
	overflow: hidden;
}

body.abm-news-site .abm-top-stories .abm-card__media,
body.abm-news-site .abm-section--category .abm-card__media,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__media {
	height: 176px;
	min-height: 176px;
	overflow: hidden;
}

body.abm-news-site .abm-top-stories .abm-card__image,
body.abm-news-site .abm-section--category .abm-card__image,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__image,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__image {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

body.abm-news-site .abm-top-stories .abm-card__body,
body.abm-news-site .abm-section--category .abm-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 14px;
}

body.abm-news-site .abm-top-stories .abm-card__title,
body.abm-news-site .abm-section--category .abm-card__title,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__title {
	color: #160f3c;
	font-size: 17px;
	font-weight: 950;
	line-height: 1.45;
}

body.abm-news-site .abm-top-stories .abm-card__excerpt,
body.abm-news-site .abm-section--category .abm-card__excerpt {
	display: none;
}

body.abm-news-site .abm-card .abm-meta {
	margin-top: auto;
	padding-top: 10px;
	color: #71788a;
	font-size: 11.5px;
	justify-content: flex-start;
	gap: 5px 9px;
}

body.abm-news-site .abm-card .abm-meta span:first-child {
	color: #b76600;
	font-weight: 900;
}

body.abm-news-site .abm-home-utilities {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin-top: 28px;
	margin-bottom: 24px;
}

body.abm-news-site .abm-editor-panel .abm-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.abm-news-site .abm-media-strip {
	margin-top: 30px;
}

body.abm-news-site .abm-home-bottom {
	grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
	margin-top: 28px;
}

body.abm-news-site .abm-section__eyebrow {
	color: #b76600;
}

body.abm-news-site .abm-section__link:hover,
body.abm-news-site .abm-block-head a:hover,
body.abm-news-site .abm-list-item__title a:hover,
body.abm-news-site .abm-card__title a:hover {
	color: #b76600;
}

@media (max-width: 1100px) {
	body.abm-news-site .abm-home-hero,
	body.abm-news-site .abm-home-utilities,
	body.abm-news-site .abm-home-bottom {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-top-stories .abm-grid--cards,
	body.abm-news-site .abm-section--category .abm-grid--cards-strong,
	body.abm-news-site .abm-media-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
		height: 360px;
		min-height: 360px;
		max-height: 360px;
	}
}

@media (max-width: 700px) {
	body.abm-news-site .abm-container {
		width: min(100% - 18px, 1180px);
	}

	body.abm-news-site .abm-top-stories .abm-grid--cards,
	body.abm-news-site .abm-section--category .abm-grid--cards-strong,
	body.abm-news-site .abm-media-strip__grid,
	body.abm-news-site .abm-editor-panel .abm-list {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__image {
		height: 260px;
		min-height: 260px;
		max-height: 260px;
	}

	body.abm-news-site .abm-top-stories .abm-card__media,
	body.abm-news-site .abm-section--category .abm-card__media,
	body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__media {
		height: 210px;
		min-height: 210px;
	}
}

/* ==========================================================================
   Final header and ticker polish: brand colors only.
   ========================================================================== */
body.abm-news-site .abm-site-header {
	background: #fff;
	box-shadow: 0 10px 28px rgba(22, 15, 60, 0.08);
}

body.abm-news-site .abm-topbar {
	background: #0b0625;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.abm-news-site .abm-topbar__inner {
	min-height: 30px;
	font-size: 12px;
}

body.abm-news-site .abm-masthead {
	background:
		radial-gradient(520px 140px at 50% 0%, rgba(253, 153, 0, 0.12), transparent 70%),
		linear-gradient(180deg, #fff 0%, #f8f9fd 100%);
	border-bottom: 1px solid rgba(22, 15, 60, 0.08);
}

body.abm-news-site .abm-masthead__inner {
	grid-template-columns: 260px minmax(0, 1fr) 260px;
	min-height: 88px;
	padding: 10px 0;
	gap: 20px;
}

body.abm-news-site .abm-masthead__utility {
	justify-self: start;
}

body.abm-news-site .abm-live-pill {
	padding: 8px 14px;
	background: #160f3c;
	color: #fff;
	border: 1px solid rgba(253, 153, 0, 0.28);
	box-shadow: 0 8px 18px rgba(22, 15, 60, 0.16);
}

body.abm-news-site .abm-live-pill::before {
	background: #fd9900;
	box-shadow: 0 0 0 5px rgba(253, 153, 0, 0.18);
}

body.abm-news-site .abm-brand img,
body.abm-news-site .abm-brand .custom-logo {
	max-height: 64px;
	max-width: min(230px, 72vw);
}

body.abm-news-site .abm-header-search {
	height: 40px;
	max-width: 270px;
	border: 1px solid rgba(22, 15, 60, 0.15);
	background: #fff;
	box-shadow: 0 8px 18px rgba(22, 15, 60, 0.06);
}

body.abm-news-site .abm-header-search button {
	background: #160f3c;
	color: #fff;
}

body.abm-news-site .abm-header-search button:hover {
	background: #fd9900;
	color: #160f3c;
}

body.abm-news-site .abm-primary-nav {
	background: #160f3c;
	border-bottom: 3px solid #fd9900;
}

body.abm-news-site .abm-primary-nav__inner {
	min-height: 46px;
}

body.abm-news-site .abm-primary-nav a {
	height: 46px;
	color: #fff;
	font-size: 14px;
}

body.abm-news-site .abm-primary-nav a:hover,
body.abm-news-site .abm-primary-nav a:focus {
	background: rgba(253, 153, 0, 0.16);
	color: #fd9900;
}

body.abm-news-site .abm-primary-nav__home,
body.abm-news-site .abm-primary-nav__home:hover,
body.abm-news-site .abm-primary-nav__home:focus {
	background: #fd9900;
	color: #160f3c !important;
}

body.abm-news-site .abm-ticker {
	background: #160f3c;
	border: 1px solid rgba(22, 15, 60, 0.12);
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(22, 15, 60, 0.12);
}

body.abm-news-site .abm-ticker:hover,
body.abm-news-site .abm-ticker:focus-within {
	background: #160f3c;
	color: #fff;
}

body.abm-news-site .abm-ticker__label {
	background: #fd9900;
	color: #160f3c;
}

body.abm-news-site .abm-ticker__pulse,
body.abm-news-site .abm-ticker__dot {
	background: #fd9900;
	box-shadow: 0 0 0 5px rgba(253, 153, 0, 0.18);
}

body.abm-news-site .abm-ticker__item {
	color: #fff;
	text-shadow: none;
}

body.abm-news-site .abm-ticker__item:hover,
body.abm-news-site .abm-ticker__item:focus {
	color: #fd9900;
	background: transparent;
}

@media (max-width: 900px) {
	body.abm-news-site .abm-masthead__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		text-align: center;
	}

	body.abm-news-site .abm-masthead__utility,
	body.abm-news-site .abm-header-search {
		justify-self: center;
	}

	body.abm-news-site .abm-header-search {
		width: min(100%, 360px);
		max-width: 360px;
	}
}

/* ==========================================================================
   Stable section module: equal 4-up grid with consistent cards.
   ========================================================================== */

/* Hero body alignment + kicker alignment (RTL) */
body.abm-news-site .abm-home-hero__lead .abm-lead--hero .abm-lead__body {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start !important;
	text-align: right !important;
	gap: 6px;
}

body.abm-news-site .abm-home-hero__lead .abm-kicker {
	align-self: flex-start !important;
	display: inline-flex;
	width: auto;
	max-width: max-content;
	margin: 0 0 8px;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__title {
	text-align: right;
}

body.abm-news-site .abm-card__badge {
	top: 12px;
	right: 12px;
	left: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: auto;
	max-width: max-content;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
}

/* Wrap each category section as a clean module */
body.abm-news-site .abm-section--category {
	margin-top: 30px;
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.08);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(22, 15, 60, 0.05);
}

body.abm-news-site .abm-section--category .abm-section__head {
	margin: 0 0 18px;
}

/* All grids: equal 4-up cards on desktop */
body.abm-news-site .abm-grid,
body.abm-news-site .abm-grid--cards,
body.abm-news-site .abm-grid--cards-strong,
body.abm-news-site .abm-section--category .abm-grid--cards-strong,
body.abm-news-site .abm-top-stories .abm-grid--cards,
body.abm-news-site .abm-media-strip__grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	grid-auto-rows: auto !important;
	gap: 18px;
	width: 100%;
	align-items: stretch;
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card,
body.abm-news-site .abm-top-stories .abm-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.08);
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(22, 15, 60, 0.06);
	overflow: hidden;
	grid-column: auto !important;
	grid-row: auto !important;
}

body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child,
body.abm-news-site .abm-top-stories .abm-card:first-child {
	grid-column: auto !important;
	grid-row: auto !important;
}

body.abm-news-site .abm-section--category .abm-card__media,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__media,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__media,
body.abm-news-site .abm-top-stories .abm-card__media {
	height: 168px !important;
	min-height: 168px !important;
	max-height: 168px !important;
	overflow: hidden;
}

body.abm-news-site .abm-section--category .abm-card__image,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card__image,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__image,
body.abm-news-site .abm-top-stories .abm-card__image {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

body.abm-news-site .abm-section--category .abm-card__body,
body.abm-news-site .abm-top-stories .abm-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px;
}

body.abm-news-site .abm-section--category .abm-card__title,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__title,
body.abm-news-site .abm-top-stories .abm-card__title {
	margin: 0;
	color: #160f3c;
	font-size: 16px !important;
	font-weight: 950;
	line-height: 1.5 !important;
}

body.abm-news-site .abm-section--category .abm-card__excerpt,
body.abm-news-site .abm-section--category .abm-grid--cards-strong .abm-card:first-child .abm-card__excerpt,
body.abm-news-site .abm-top-stories .abm-card__excerpt {
	display: none !important;
}

body.abm-news-site .abm-section--category .abm-card .abm-meta,
body.abm-news-site .abm-top-stories .abm-card .abm-meta {
	margin-top: auto;
	padding-top: 8px;
	font-size: 11.5px;
	color: #71788a;
}

body.abm-news-site .abm-home-utilities {
	align-items: stretch;
}

body.abm-news-site .abm-home-utilities .abm-panel {
	height: 100%;
}

@media (max-width: 1100px) {
	body.abm-news-site .abm-grid,
	body.abm-news-site .abm-grid--cards,
	body.abm-news-site .abm-grid--cards-strong,
	body.abm-news-site .abm-section--category .abm-grid--cards-strong,
	body.abm-news-site .abm-top-stories .abm-grid--cards,
	body.abm-news-site .abm-media-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 700px) {
	body.abm-news-site .abm-section--category {
		padding: 14px;
		border-radius: 12px;
	}

	body.abm-news-site .abm-grid,
	body.abm-news-site .abm-grid--cards,
	body.abm-news-site .abm-grid--cards-strong,
	body.abm-news-site .abm-section--category .abm-grid--cards-strong,
	body.abm-news-site .abm-top-stories .abm-grid--cards,
	body.abm-news-site .abm-media-strip__grid {
		grid-template-columns: 1fr !important;
	}

	body.abm-news-site .abm-section--category .abm-card__media,
	body.abm-news-site .abm-top-stories .abm-card__media {
		height: 200px !important;
		min-height: 200px !important;
		max-height: 200px !important;
	}
}

/* First homepage block: keep "القصص الأبرز" as a tidy full-width strip. */
body.abm-news-site .abm-top-stories {
	margin: 30px 0 26px;
	padding: 18px;
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.08);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(22, 15, 60, 0.05);
}

body.abm-news-site .abm-top-stories .abm-section__head {
	align-items: center;
	margin-bottom: 18px;
}

body.abm-news-site .abm-top-stories .abm-section__head > div {
	display: grid;
	gap: 4px;
}

body.abm-news-site .abm-top-stories .abm-section__title {
	font-size: clamp(24px, 2.7vw, 34px);
}

body.abm-news-site .abm-top-stories .abm-grid--cards {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: 100%;
}

body.abm-news-site .abm-top-stories .abm-card {
	width: 100%;
	min-width: 0;
}

body.abm-news-site .abm-top-stories .abm-card__media {
	height: 170px !important;
	min-height: 170px !important;
	max-height: 170px !important;
}

body.abm-news-site .abm-top-stories .abm-card__title {
	font-size: 16px !important;
	line-height: 1.5 !important;
}

@media (max-width: 900px) {
	body.abm-news-site .abm-top-stories .abm-grid--cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 560px) {
	body.abm-news-site .abm-top-stories {
		padding: 14px;
	}

	body.abm-news-site .abm-top-stories .abm-grid--cards {
		grid-template-columns: 1fr !important;
	}

	body.abm-news-site .abm-top-stories .abm-card__media {
		height: 210px !important;
		min-height: 210px !important;
		max-height: 210px !important;
	}
}

/* Professional single article layout */
body.abm-news-site.single-post .abm-news-shell {
	padding-top: 20px;
}

body.abm-news-site .abm-single-article {
	max-width: 1120px;
	margin: 0 auto;
}

body.abm-news-site .abm-article-hero {
	max-width: 860px;
	margin: 0 auto 18px;
	padding: clamp(18px, 3vw, 34px);
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
	text-align: right;
}

body.abm-news-site .abm-article-hero__category {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #fd9900;
	color: #160f3c;
	font-size: 13px;
	font-weight: 950;
	text-decoration: none;
}

body.abm-news-site .abm-article-hero .abm-article__title {
	max-width: 820px;
	margin: 0;
	color: #160f3c;
	font-size: clamp(34px, 5vw, 62px);
	font-weight: 950;
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

body.abm-news-site .abm-meta--article {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(22, 15, 60, 0.1);
	color: #667085;
	font-size: 13px;
	font-weight: 800;
}

body.abm-news-site .abm-meta--article .abm-kicker {
	display: none;
}

body.abm-news-site .abm-share {
	margin: 18px 0 0;
}

body.abm-news-site .abm-share a {
	background: #160f3c;
	box-shadow: 0 8px 18px rgba(22, 15, 60, 0.14);
}

body.abm-news-site .abm-share a:hover {
	background: #fd9900;
	color: #160f3c;
}

body.abm-news-site .abm-article-featured {
	max-width: 960px;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	border-radius: 18px;
	box-shadow: 0 16px 34px rgba(16, 24, 40, 0.1);
}

body.abm-news-site .abm-article-featured .abm-article__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 560px;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
}

body.abm-news-site .abm-article-featured figcaption {
	padding: 10px 16px;
	color: #667085;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

body.abm-news-site .abm-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) 310px;
	gap: 22px;
	align-items: start;
	justify-content: center;
}

body.abm-news-site .abm-article-main {
	min-width: 0;
	padding: clamp(18px, 3vw, 34px);
	background: #fff;
	border: 1px solid rgba(22, 15, 60, 0.1);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

body.abm-news-site .abm-article-main .abm-ad-slot:first-child {
	margin-top: 0;
}

body.abm-news-site .abm-article__content {
	color: #202333;
	font-size: clamp(18px, 1.55vw, 21px);
	font-weight: 500;
	line-height: 2.05;
	overflow-wrap: anywhere;
}

body.abm-news-site .abm-article__content > *:first-child {
	margin-top: 0;
}

body.abm-news-site .abm-article__content p {
	margin: 0 0 1.25em;
}

body.abm-news-site .abm-article__content a {
	color: #160f3c;
	font-weight: 850;
	text-decoration-color: rgba(253, 153, 0, 0.55);
	text-underline-offset: 4px;
}

body.abm-news-site .abm-article__content h2,
body.abm-news-site .abm-article__content h3,
body.abm-news-site .abm-article__content h4 {
	margin: 1.45em 0 0.65em;
	color: #160f3c;
	font-weight: 950;
	line-height: 1.35;
}

body.abm-news-site .abm-article__content h2 {
	font-size: clamp(25px, 2.5vw, 34px);
}

body.abm-news-site .abm-article__content h3 {
	font-size: clamp(22px, 2vw, 28px);
}

body.abm-news-site .abm-article__content img,
body.abm-news-site .abm-article__content figure,
body.abm-news-site .abm-article__content .wp-caption {
	max-width: 100%;
	height: auto;
	margin: 22px auto;
	border-radius: 14px;
}

body.abm-news-site .abm-article__content img {
	display: block;
	box-shadow: 0 12px 26px rgba(16, 24, 40, 0.1);
}

body.abm-news-site .abm-article__content figure img,
body.abm-news-site .abm-article__content .wp-caption img {
	margin: 0 auto;
}

body.abm-news-site .abm-article__content figcaption,
body.abm-news-site .abm-article__content .wp-caption-text {
	margin-top: 8px;
	color: #667085;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

body.abm-news-site .abm-article__content blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	border-right: 5px solid #fd9900;
	background: #f7f8fb;
	border-radius: 14px;
	color: #160f3c;
	font-size: 1.08em;
	font-weight: 850;
	line-height: 1.9;
}

body.abm-news-site .abm-article__content ul,
body.abm-news-site .abm-article__content ol {
	margin: 0 1.25em 1.25em 0;
	padding: 0;
}

body.abm-news-site .abm-article__content li {
	margin-bottom: 0.55em;
}

body.abm-news-site .abm-sidebar {
	display: grid;
	gap: 14px;
	min-width: 0;
	position: sticky;
	top: 70px;
}

body.abm-news-site .abm-sidebar .abm-panel,
body.abm-news-site .abm-sidebar .abm-author-box,
body.abm-news-site .abm-sidebar .abm-ad-slot {
	margin: 0;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

body.abm-news-site .abm-sidebar .abm-block-head h2 {
	font-size: 20px;
}

body.abm-news-site .abm-related-posts {
	max-width: 1120px;
	margin: 28px auto 0;
}

body.abm-news-site .abm-related-posts .abm-grid--cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1050px) {
	body.abm-news-site .abm-article-layout {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	body.abm-news-site.single-post .abm-news-shell {
		padding-top: 12px;
	}

	body.abm-news-site .abm-article-hero,
	body.abm-news-site .abm-article-main {
		padding: 16px;
		border-radius: 14px;
	}

	body.abm-news-site .abm-article-hero .abm-article__title {
		font-size: clamp(29px, 8vw, 40px);
		line-height: 1.22;
	}

	body.abm-news-site .abm-article-featured {
		border-radius: 14px;
	}

	body.abm-news-site .abm-sidebar,
	body.abm-news-site .abm-related-posts .abm-grid--cards {
		grid-template-columns: 1fr;
	}

	body.abm-news-site .abm-article__content {
		font-size: 18px;
		line-height: 1.95;
	}
}

/* Final responsive safety layer: desktop, tablet, and mobile */
body.abm-news-site {
	-webkit-text-size-adjust: 100%;
}

body.abm-news-site,
body.abm-news-site .abm-site-header,
body.abm-news-site .abm-news-shell,
body.abm-news-site .abm-site-footer {
	max-width: 100vw;
	overflow-x: clip;
}

body.abm-news-site .abm-container {
	width: min(1180px, calc(100vw - 32px)) !important;
	max-width: 100% !important;
}

body.abm-news-site img,
body.abm-news-site video,
body.abm-news-site iframe {
	max-width: 100%;
}

body.abm-news-site iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

body.abm-news-site .abm-card,
body.abm-news-site .abm-panel,
body.abm-news-site .abm-lead,
body.abm-news-site .abm-article-main,
body.abm-news-site .abm-sidebar,
body.abm-news-site .abm-footer-column {
	min-width: 0;
}

@media (min-width: 1281px) {
	body.abm-news-site .abm-home-hero {
		grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.82fr) !important;
	}

	body.abm-news-site .abm-home-hero__rail {
		max-height: 520px;
		overflow: hidden;
	}
}

@media (max-width: 1280px) {
	body.abm-news-site .abm-container {
		width: min(1120px, calc(100vw - 28px)) !important;
	}

	body.abm-news-site .abm-masthead__inner {
		grid-template-columns: 220px minmax(0, 1fr) 270px !important;
		gap: 16px !important;
	}

	body.abm-news-site .abm-brand__logo {
		max-width: 230px !important;
	}

	body.abm-news-site .abm-home-hero {
		grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.9fr) !important;
	}

	body.abm-news-site .abm-grid--cards,
	body.abm-news-site .abm-grid--cards-strong,
	body.abm-news-site .abm-media-strip__grid,
	body.abm-news-site .abm-top-stories .abm-grid--cards {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.abm-news-site .abm-article-layout {
		grid-template-columns: minmax(0, 720px) 300px !important;
	}

	body.abm-news-site .abm-footer-grid {
		gap: 42px !important;
	}
}

@media (max-width: 1024px) {
	body.abm-news-site .abm-container {
		width: calc(100vw - 24px) !important;
	}

	body.abm-news-site .abm-topbar__inner {
		min-height: 34px;
	}

	body.abm-news-site .abm-masthead__inner {
		grid-template-columns: 1fr !important;
		justify-items: center;
		padding: 14px 0 !important;
		gap: 12px !important;
	}

	body.abm-news-site .abm-masthead__utility {
		order: 2;
	}

	body.abm-news-site .abm-brand {
		order: 1;
	}

	body.abm-news-site .abm-header-search {
		order: 3;
		width: min(460px, 100%) !important;
	}

	body.abm-news-site .abm-primary-nav__inner {
		width: 100% !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body.abm-news-site .abm-primary-nav__inner::-webkit-scrollbar {
		display: none;
	}

	body.abm-news-site .abm-primary-nav__menu {
		flex: 0 0 auto;
		width: max-content;
	}

	body.abm-news-site .abm-home-hero,
	body.abm-news-site .abm-home-utilities,
	body.abm-news-site .abm-section-split,
	body.abm-news-site .abm-home-bottom,
	body.abm-news-site .abm-article-layout {
		grid-template-columns: 1fr !important;
	}

	body.abm-news-site .abm-home-hero__rail {
		max-height: none;
	}

	body.abm-news-site .abm-grid--cards,
	body.abm-news-site .abm-grid--cards-strong,
	body.abm-news-site .abm-grid--archive,
	body.abm-news-site .abm-media-strip__grid,
	body.abm-news-site .abm-top-stories .abm-grid--cards,
	body.abm-news-site .abm-related-posts .abm-grid--cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.abm-news-site .abm-sidebar {
		position: static !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.abm-news-site .abm-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 30px !important;
	}

	body.abm-news-site .abm-footer-brand {
		justify-content: flex-start !important;
	}
}

@media (max-width: 768px) {
	body.abm-news-site .abm-container {
		width: calc(100vw - 18px) !important;
	}

	body.abm-news-site .abm-news-shell {
		padding-top: 10px !important;
		padding-bottom: 24px !important;
	}

	body.abm-news-site .abm-topbar__inner {
		flex-direction: column;
		gap: 4px;
		padding: 7px 0;
		text-align: center;
	}

	body.abm-news-site .abm-topbar__links {
		justify-content: center;
		flex-wrap: wrap;
	}

	body.abm-news-site .abm-brand__logo {
		max-width: min(210px, 74vw) !important;
		max-height: 72px !important;
	}

	body.abm-news-site .abm-live-pill {
		padding: 8px 12px !important;
		font-size: 13px !important;
	}

	body.abm-news-site .abm-header-search {
		height: 42px !important;
	}

	body.abm-news-site .abm-header-search input {
		font-size: 13px;
		padding: 8px 12px !important;
	}

	body.abm-news-site .abm-header-search button {
		padding: 0 13px !important;
	}

	body.abm-news-site .abm-primary-nav a {
		height: 44px !important;
		padding: 0 12px !important;
		font-size: 13px !important;
	}

	body.abm-news-site .abm-ticker {
		border-radius: 10px !important;
	}

	body.abm-news-site .abm-ticker__inner {
		min-height: 48px !important;
	}

	body.abm-news-site .abm-ticker__label {
		padding: 0 12px !important;
		font-size: 15px !important;
	}

	body.abm-news-site .abm-ticker__item {
		padding: 0 16px !important;
		font-size: 14px !important;
	}

	body.abm-news-site .abm-lead--hero .abm-lead__image {
		height: clamp(270px, 70vw, 380px) !important;
	}

	body.abm-news-site .abm-lead__title {
		font-size: clamp(24px, 7vw, 34px) !important;
		line-height: 1.22 !important;
	}

	body.abm-news-site .abm-lead__excerpt {
		display: none !important;
	}

	body.abm-news-site .abm-rail-item {
		grid-template-columns: 58px minmax(0, 1fr) !important;
	}

	body.abm-news-site .abm-grid--cards,
	body.abm-news-site .abm-grid--cards-strong,
	body.abm-news-site .abm-grid--archive,
	body.abm-news-site .abm-media-strip__grid,
	body.abm-news-site .abm-top-stories .abm-grid--cards,
	body.abm-news-site .abm-related-posts .abm-grid--cards,
	body.abm-news-site .abm-home-hero__secondary,
	body.abm-news-site .abm-section-split__list,
	body.abm-news-site .abm-sidebar,
	body.abm-news-site .abm-footer-grid {
		grid-template-columns: 1fr !important;
	}

	body.abm-news-site .abm-card__media,
	body.abm-news-site .abm-card__image,
	body.abm-news-site .abm-top-stories .abm-card__media,
	body.abm-news-site .abm-section--category .abm-card__media {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		aspect-ratio: 16 / 9 !important;
	}

	body.abm-news-site .abm-card__title {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

	body.abm-news-site .abm-section,
	body.abm-news-site .abm-top-stories {
		margin-top: 18px !important;
	}

	body.abm-news-site .abm-section__title,
	body.abm-news-site .abm-block-head h2 {
		font-size: clamp(20px, 6vw, 27px) !important;
	}

	body.abm-news-site .abm-article-hero,
	body.abm-news-site .abm-article-main,
	body.abm-news-site .abm-panel,
	body.abm-news-site .abm-top-stories,
	body.abm-news-site .abm-media-strip {
		padding: 14px !important;
		border-radius: 14px !important;
	}

	body.abm-news-site .abm-article-hero .abm-article__title {
		font-size: clamp(28px, 8vw, 40px) !important;
		line-height: 1.25 !important;
	}

	body.abm-news-site .abm-meta--article,
	body.abm-news-site .abm-share {
		gap: 8px !important;
	}

	body.abm-news-site .abm-share a {
		font-size: 13px !important;
		padding: 8px 11px !important;
	}

	body.abm-news-site .abm-article__content {
		font-size: 18px !important;
		line-height: 1.95 !important;
	}

	body.abm-news-site .abm-footer-brand__image {
		max-width: min(240px, 80vw) !important;
		max-height: 120px !important;
	}

	body.abm-news-site .abm-footer-bottom {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center;
	}
}

@media (max-width: 480px) {
	body.abm-news-site .abm-container {
		width: calc(100vw - 14px) !important;
	}

	body.abm-news-site .abm-brand__logo {
		max-width: min(180px, 70vw) !important;
	}

	body.abm-news-site .abm-masthead__inner {
		padding: 10px 0 !important;
	}

	body.abm-news-site .abm-header-search button span {
		display: none;
	}

	body.abm-news-site .abm-lead--hero .abm-lead__image {
		height: 275px !important;
	}

	body.abm-news-site .abm-lead--hero .abm-lead__body,
	body.abm-news-site .abm-card--overlay .abm-card__body {
		padding: 12px !important;
	}

	body.abm-news-site .abm-rail-head,
	body.abm-news-site .abm-section__head,
	body.abm-news-site .abm-block-head {
		align-items: flex-start !important;
		flex-direction: column;
		gap: 8px;
	}

	body.abm-news-site .abm-list-item {
		grid-template-columns: 86px minmax(0, 1fr) !important;
	}

	body.abm-news-site .abm-list-item img,
	body.abm-news-site .abm-list-item .abm-image-placeholder {
		width: 86px !important;
		height: 58px !important;
	}

	body.abm-news-site .abm-article-featured {
		margin-bottom: 14px !important;
	}

	body.abm-news-site .abm-article__content img,
	body.abm-news-site .abm-article__content figure,
	body.abm-news-site .abm-article__content .wp-caption {
		margin: 16px auto !important;
		border-radius: 10px !important;
	}

	body.abm-news-site .abm-footer-grid {
		text-align: right;
	}

	body.abm-news-site .abm-footer-brand {
		justify-content: center !important;
	}
}

/* Single article sidebar fixes: visible most-read text on light cards */
body.abm-news-site.single-post .abm-sidebar .abm-most-read,
body.abm-news-site .abm-sidebar .abm-most-read {
	background: #fff !important;
	color: #160f3c !important;
	border: 1px solid rgba(22, 15, 60, 0.1) !important;
	padding: 16px !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-most-read .abm-block-head,
body.abm-news-site .abm-sidebar .abm-most-read .abm-block-head {
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	margin: 0 0 10px !important;
	padding: 0 0 12px !important;
	border-bottom: 1px solid rgba(22, 15, 60, 0.14) !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-most-read .abm-block-head::after,
body.abm-news-site .abm-sidebar .abm-most-read .abm-block-head::after {
	right: 0 !important;
	bottom: -1px !important;
	width: 58px !important;
	height: 3px !important;
	background: #fd9900 !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-most-read .abm-block-head h2,
body.abm-news-site .abm-sidebar .abm-most-read .abm-block-head h2 {
	margin: 0 !important;
	color: #160f3c !important;
	background: transparent !important;
	font-size: 22px !important;
	font-weight: 950 !important;
	line-height: 1.25 !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-most-read .abm-block-head span,
body.abm-news-site .abm-sidebar .abm-most-read .abm-block-head span {
	color: #160f3c !important;
	font-size: 13px !important;
	font-weight: 850 !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ranked-list,
body.abm-news-site .abm-sidebar .abm-ranked-list {
	display: grid !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ranked-list li,
body.abm-news-site .abm-sidebar .abm-ranked-list li {
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) !important;
	gap: 10px !important;
	align-items: start !important;
	min-height: 0 !important;
	padding: 12px 0 !important;
	border-bottom: 1px solid rgba(22, 15, 60, 0.09) !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ranked-list li:last-child,
body.abm-news-site .abm-sidebar .abm-ranked-list li:last-child {
	border-bottom: 0 !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ranked-list__num,
body.abm-news-site .abm-sidebar .abm-ranked-list__num {
	width: 30px !important;
	height: 30px !important;
	background: #fd9900 !important;
	color: #160f3c !important;
	font-size: 13px !important;
	font-weight: 950 !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ranked-list a,
body.abm-news-site .abm-sidebar .abm-ranked-list a {
	display: block !important;
	color: #160f3c !important;
	visibility: visible !important;
	opacity: 1 !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	line-height: 1.55 !important;
	text-decoration: none !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ranked-list a:hover,
body.abm-news-site .abm-sidebar .abm-ranked-list a:hover {
	color: #d71920 !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ranked-list__content,
body.abm-news-site .abm-sidebar .abm-ranked-list__content {
	display: grid !important;
	gap: 4px !important;
	min-width: 0 !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ranked-list__content small,
body.abm-news-site .abm-sidebar .abm-ranked-list__content small {
	color: #667085 !important;
	font-size: 12px !important;
	font-weight: 750 !important;
	line-height: 1.4 !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-author-box {
	background: #fff !important;
	color: #160f3c !important;
}

body.abm-news-site.single-post .abm-sidebar .abm-ad-slot {
	min-height: 92px !important;
	background: repeating-linear-gradient(135deg, #fff, #fff 10px, #f1f3f8 10px, #f1f3f8 20px) !important;
	color: #667085 !important;
}

/* Final homepage hero and ticker alignment fixes */
body.abm-news-site .abm-home-hero {
	display: grid !important;
	grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.9fr) !important;
	align-items: stretch !important;
	gap: 18px !important;
}

body.abm-news-site .abm-home-hero__lead,
body.abm-news-site .abm-home-hero__rail {
	height: auto !important;
	min-height: 0 !important;
}

body.abm-news-site .abm-home-hero__lead .abm-lead--hero {
	display: grid !important;
	grid-template-rows: 1fr auto !important;
	height: 100% !important;
	min-height: 0 !important;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__media {
	min-height: 0 !important;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__image {
	width: 100% !important;
	height: 100% !important;
	min-height: 330px !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	object-fit: cover !important;
}

body.abm-news-site .abm-home-hero__lead .abm-lead__body {
	flex: none !important;
	display: block !important;
	min-height: 148px !important;
	padding: 22px 24px !important;
}

body.abm-news-site .abm-home-hero__rail {
	display: grid !important;
	grid-template-rows: auto 1fr !important;
	align-self: stretch !important;
	background: #fff !important;
	border-radius: 14px !important;
	overflow: hidden !important;
}

body.abm-news-site .abm-rail-list {
	display: grid !important;
	grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
	height: 100% !important;
	min-height: 0 !important;
}

body.abm-news-site .abm-rail-item {
	display: grid !important;
	grid-template-columns: 68px minmax(0, 1fr) !important;
	align-items: center !important;
	min-height: 0 !important;
	padding: 8px 12px !important;
}

body.abm-news-site .abm-rail-item__title {
	display: -webkit-box !important;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 13.5px !important;
	line-height: 1.45 !important;
}

body.abm-news-site .abm-ticker__inner {
	min-height: 46px !important;
}

body.abm-news-site .abm-ticker__label {
	flex: 0 0 auto !important;
	gap: 7px !important;
	min-width: 0 !important;
	padding: 0 13px !important;
	font-size: 16px !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

body.abm-news-site .abm-ticker__pulse {
	width: 8px !important;
	height: 8px !important;
	box-shadow: 0 0 0 4px rgba(253, 153, 0, 0.16) !important;
}

body.abm-news-site .abm-ticker__viewport {
	min-width: 0 !important;
}

@media (max-width: 1024px) {
	body.abm-news-site .abm-home-hero {
		grid-template-columns: 1fr !important;
	}

	body.abm-news-site .abm-home-hero__lead .abm-lead__image {
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 9 !important;
	}

	body.abm-news-site .abm-rail-list {
		grid-template-rows: none !important;
	}

	body.abm-news-site .abm-rail-item {
		min-height: 74px !important;
	}
}

@media (max-width: 560px) {
	body.abm-news-site .abm-ticker__label {
		padding: 0 10px !important;
		font-size: 14px !important;
	}

	body.abm-news-site .abm-rail-item {
		grid-template-columns: 58px minmax(0, 1fr) !important;
	}
}
