:root {
	--i24-green: #006846;
	--i24-green-dark: #003f2d;
	--i24-green-soft: #eaf5ef;
	--i24-red: #ed1c24;
	--i24-text: #17231d;
	--i24-muted: #69756f;
	--i24-border: #dfe7e2;
	--i24-bg: #f4f7f5;
	--i24-white: #ffffff;
	--i24-shadow: 0 4px 18px rgba(16, 43, 32, 0.09);
}

.insight24-home-body {
	background: var(--i24-bg);
	color: var(--i24-text);
	font-family: "Noto Serif Bengali", "SolaimanLipi", "Hind Siliguri", Georgia, serif;
}

.newsx-preloader-wrap {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.insight24-container {
	width: min(1180px, calc(100% - 28px));
	margin-inline: auto;
}

.insight24-header a,
.insight24-home a,
.insight24-footer a {
	color: inherit;
	text-decoration: none;
}

.insight24-breaking {
	background: #15221c;
	color: #fff;
	font-size: 13px;
}

.insight24-breaking-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 36px;
	gap: 14px;
}

.insight24-breaking-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	padding: 0 18px;
	background: var(--i24-red);
	font-weight: 800;
	letter-spacing: 0.02em;
}

.insight24-breaking-label::after {
	content: "";
	position: absolute;
	top: 0;
	right: -16px;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 16px solid var(--i24-red);
}

.insight24-ticker {
	display: flex;
	gap: 22px;
	overflow: hidden;
	white-space: nowrap;
}

.insight24-ticker > * {
	animation: insight24Ticker 28s linear infinite;
}

.insight24-ticker:hover > * {
	animation-play-state: paused;
}

.insight24-ticker a::before {
	content: "•";
	margin-right: 8px;
	color: var(--i24-red);
}

@keyframes insight24Ticker {
	0% {
		transform: translateX(30%);
	}

	100% {
		transform: translateX(-120%);
	}
}

.insight24-time {
	display: flex;
	gap: 12px;
	color: #d4e2db;
	font-size: 12px;
	font-weight: 700;
}

.insight24-masthead {
	background: #fff;
	border-bottom: 1px solid var(--i24-border);
}

.insight24-masthead-inner {
	display: grid;
	grid-template-columns: 250px 1fr 310px;
	align-items: center;
	gap: 22px;
	padding: 26px 0;
}

.insight24-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.insight24-brand-mark {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 4px solid #e7f1ed;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--i24-green), #0c9b61);
	color: #fff;
	font-size: 29px;
	line-height: 1;
}

.insight24-brand-text strong {
	display: block;
	color: var(--i24-green-dark);
	font-size: 24px;
	font-weight: 900;
	line-height: 0.95;
}

.insight24-brand-text b {
	color: var(--i24-red);
}

.insight24-brand-text small {
	display: block;
	margin-top: 7px;
	color: #35483f;
	font-size: 12px;
}

.insight24-ad {
	display: grid;
	place-items: center;
	min-height: 70px;
	padding: 10px 22px;
	background:
		linear-gradient(120deg, rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.04)),
		linear-gradient(135deg, #00432f, #00764f);
	color: #fff;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.insight24-ad strong {
	font-size: 18px;
	letter-spacing: 0.04em;
}

.insight24-header-actions {
	display: grid;
	grid-template-columns: 94px 1fr;
	gap: 12px;
	align-items: center;
}

.insight24-epaper {
	display: grid;
	place-items: center;
	min-height: 66px;
	background: var(--i24-red);
	color: #fff !important;
	font-size: 20px;
	font-weight: 900;
	box-shadow: var(--i24-shadow);
}

.insight24-epaper small {
	font-size: 11px;
	font-weight: 600;
}

.insight24-search {
	display: flex;
	height: 47px;
	border: 1px solid var(--i24-border);
	background: #fff;
}

.insight24-search input {
	min-width: 0;
	width: 100%;
	border: 0;
	padding: 0 14px;
	background: transparent;
	font: inherit;
}

.insight24-search button {
	width: 48px;
	border: 0;
	border-left: 1px solid var(--i24-border);
	background: #fff;
	color: var(--i24-green);
	cursor: pointer;
	font-size: 22px;
}

.insight24-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--i24-green);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.insight24-nav-inner {
	display: flex;
	align-items: stretch;
	min-height: 43px;
}

.insight24-home-link,
.insight24-menu-toggle {
	display: grid;
	width: 54px;
	min-height: 43px;
	place-items: center;
	background: var(--i24-red);
	color: #fff !important;
	border: 0;
	font-size: 22px;
}

.insight24-home-link svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.insight24-menu-toggle {
	display: none;
	margin-left: auto;
	cursor: pointer;
}

.insight24-menu {
	display: flex;
	flex: 1;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.insight24-menu a {
	display: block;
	padding: 13px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.insight24-menu a > svg,
.insight24-menu a > i,
.insight24-menu a > .newsx-svg-icon,
.insight24-menu a > .dashicons {
	display: none !important;
}

.insight24-menu a:hover {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

/* Defensive: kill any red line the parent theme draws on hover/focus of a tab
   (via border, box-shadow, or an ::after bar). Our own white underline uses
   ::before, so it is left untouched. */
.insight24-menu > li > a:hover,
.insight24-menu > li > a:focus,
.insight24-menu > li:hover > a {
	border-color: transparent !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.insight24-menu > li > a:hover::after,
.insight24-menu > li > a:focus::after,
.insight24-menu > li:hover > a::after {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Keep the dropdown caret visible on hover for items that have a sub-menu. */
.insight24-menu > li.menu-item-has-children > a:hover::after,
.insight24-menu > li.menu-item-has-children > a:focus::after,
.insight24-menu > li.menu-item-has-children:hover > a::after {
	content: "▾";
	background: transparent !important;
}

/* Selected / active tab indicator — replaces the parent theme's red line
   with a softer elevated tint and an animated rounded underline. */
.insight24-menu > li > a {
	position: relative;
	border-radius: 6px 6px 0 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.insight24-menu > li > a::before {
	content: "";
	position: absolute;
	right: 11px;
	bottom: 0;
	left: 11px;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: #ffffff;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.insight24-menu > li > a:hover::before {
	opacity: 0.5;
	transform: scaleX(0.6);
}

.insight24-menu > li.current-menu-item > a,
.insight24-menu > li.current-menu-ancestor > a,
.insight24-menu > li.current-menu-parent > a,
.insight24-menu > li.current_page_item > a,
.insight24-menu > li.current_page_ancestor > a,
.insight24-menu > li > a[aria-current="page"] {
	background: rgba(255, 255, 255, 0.18) !important;
	color: #ffffff !important;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.insight24-menu > li.current-menu-item > a::before,
.insight24-menu > li.current-menu-ancestor > a::before,
.insight24-menu > li.current-menu-parent > a::before,
.insight24-menu > li.current_page_item > a::before,
.insight24-menu > li.current_page_ancestor > a::before,
.insight24-menu > li > a[aria-current="page"]::before {
	opacity: 1;
	transform: scaleX(1);
}

/* Defensive: neutralise any red line the parent theme injects on the active
   item via an ::after pseudo-element or a bottom border / box-shadow.
   The dropdown arrow on parent items uses ::after, so it is preserved below. */
.insight24-menu > li.current-menu-item > a::after,
.insight24-menu > li.current-menu-ancestor > a::after,
.insight24-menu > li.current-menu-parent > a::after,
.insight24-menu > li.current_page_item > a::after,
.insight24-menu > li.current_page_ancestor > a::after,
.insight24-menu > li > a[aria-current="page"]::after,
.insight24-menu > li.current-menu-item > .newsx-pointer-item::after,
.insight24-menu > li.current-menu-ancestor > .newsx-pointer-item::after,
.insight24-menu > li.current_page_item > .newsx-pointer-item::after {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Restore the dropdown caret for parent items (it also uses ::after). */
.insight24-menu > li.menu-item-has-children.current-menu-item > a::after,
.insight24-menu > li.menu-item-has-children.current-menu-ancestor > a::after,
.insight24-menu > li.menu-item-has-children.current-menu-parent > a::after,
.insight24-menu > li.menu-item-has-children.current_page_item > a::after,
.insight24-menu > li.menu-item-has-children.current_page_ancestor > a::after {
	content: "▾";
	background: transparent !important;
}

.insight24-home {
	padding: 18px 0 34px;
}

body:not(.home) .site-content {
	padding-top: 24px;
}

.insight24-top-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 14px;
	align-items: start;
}

.insight24-top-main {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.insight24-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
	gap: 14px;
	align-items: stretch;
}

.insight24-feature-card,
.insight24-thumb,
.insight24-middle-thumb,
.insight24-side-thumb,
.insight24-avatar {
	background:
		linear-gradient(135deg, rgba(0, 104, 70, 0.9), rgba(237, 28, 36, 0.72)),
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 8px, transparent 8px 16px);
	background-position: center;
	background-size: cover;
}

.insight24-feature-card {
	position: relative;
	overflow: hidden;
	min-height: 180px;
	background-color: #cfd9d3;
	box-shadow: var(--i24-shadow);
}

.insight24-feature-card.is-large {
	min-height: 396px;
	height: 396px;
}

.insight24-hero-stack {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 14px;
	height: 396px;
	min-height: 0;
}

.insight24-hero-stack .insight24-feature-card {
	min-height: 0;
}

.insight24-card-image {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	transition: transform 0.35s ease;
}

.insight24-feature-card:hover .insight24-card-image {
	transform: scale(1.04);
}

.insight24-card-overlay {
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	padding: 70px 14px 14px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
	color: #fff;
}

.insight24-card-overlay h2 {
	margin: 7px 0 6px;
	color: #fff;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.22;
}

.insight24-feature-card.is-large h2 {
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.08;
}

.insight24-card-overlay p {
	margin: 0 0 5px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
}

.insight24-card-overlay time {
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
}

.insight24-cat-badge {
	display: inline-flex;
	padding: 4px 8px;
	background: var(--i24-red);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.insight24-sidebar {
	display: grid;
	gap: 14px;
}

.insight24-widget,
.insight24-panel,
.insight24-block,
.insight24-middle-block,
.insight24-media-row,
.insight24-opinion {
	background: #fff;
	border: 1px solid var(--i24-border);
	box-shadow: 0 2px 10px rgba(19, 41, 31, 0.05);
}

.insight24-widget {
	padding: 14px;
}

.insight24-widget h2,
.insight24-section-head h2 {
	margin: 0;
	color: var(--i24-green-dark);
	font-size: 20px;
	font-weight: 900;
}

.insight24-section-head h2 a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.insight24-social-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin-top: 12px;
}

.insight24-social-grid a {
	display: flex;
	justify-content: space-between;
	padding: 9px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 800;
}

.facebook { background: #315ba8; }
.twitter { background: #111; }
.instagram { background: #cf3d90; }
.youtube { background: #e21b23; }
.tiktok { background: #101010; }
.pinterest { background: #d7272d; }

.insight24-featured-list {
	display: grid;
	gap: 12px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.insight24-featured-list li {
	position: relative;
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 10px;
	min-height: 58px;
}

.insight24-featured-list li > span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	background: var(--i24-red);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.insight24-side-thumb {
	display: block;
	background-position: center;
	background-size: cover;
}

.insight24-featured-list a {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.insight24-featured-list time,
.insight24-news-list time,
.insight24-opinion-card time {
	display: block;
	color: var(--i24-muted);
	font-size: 11px;
}

.insight24-cat-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px 18px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.insight24-cat-list a {
	color: #1d352b;
	font-size: 14px;
	font-weight: 700;
}

.insight24-cat-list a::before,
.insight24-mini-list a::before {
	content: "›";
	margin-right: 7px;
	color: var(--i24-red);
	font-weight: 900;
}

.insight24-news-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 0;
}

.insight24-panel {
	padding: 14px;
}

.insight24-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 2px solid var(--i24-green);
}

.insight24-section-head a {
	padding: 4px 9px;
	border: 1px solid var(--i24-border);
	color: #35483f;
	font-size: 11px;
	font-weight: 800;
}

.insight24-section-head.is-green {
	padding: 0 0 9px;
	margin: 0 0 14px;
}

.insight24-news-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.insight24-news-list li {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 9px;
	align-items: center;
	border-bottom: 1px solid #eef2ef;
	padding-bottom: 7px;
}

.insight24-news-list a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.insight24-news-list time {
	color: var(--i24-red);
	white-space: nowrap;
}

.insight24-arrow,
.insight24-number {
	color: var(--i24-red);
	font-weight: 900;
}

.insight24-number {
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	background: var(--i24-red);
	color: #fff;
	font-size: 11px;
}

.insight24-block,
.insight24-media-row,
.insight24-opinion {
	margin-top: 18px;
	padding: 14px;
}

.insight24-country-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.insight24-category-card {
	min-width: 0;
}

.insight24-category-card h3 {
	margin: 0 0 9px;
	color: var(--i24-green-dark);
	font-size: 18px;
	font-weight: 900;
}

.insight24-thumb {
	display: block;
	min-height: 150px;
	background-position: center;
	background-size: cover;
	border: 1px solid var(--i24-border);
}

.insight24-category-card h4,
.insight24-video-card h3,
.insight24-photo-card h3,
.insight24-middle-content h3 {
	margin: 9px 0 7px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.28;
}

.insight24-mini-list {
	display: grid;
	gap: 5px;
	margin: 0 0 9px;
	padding: 0;
	list-style: none;
}

.insight24-mini-list a {
	color: #243b31;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.insight24-read-more {
	color: var(--i24-red) !important;
	font-size: 13px;
	font-weight: 900;
}

.insight24-compact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.insight24-category-card.is-compact {
	display: grid;
	grid-template-rows: auto 92px auto;
}

.insight24-category-card.is-compact .insight24-thumb {
	min-height: 92px;
}

.insight24-middle-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px;
}

.insight24-middle-block {
	padding: 14px;
}

.insight24-middle-content {
	display: grid;
	grid-template-columns: 165px 1fr;
	gap: 14px;
	align-items: start;
}

.insight24-middle-thumb {
	position: relative;
	display: block;
	min-height: 105px;
	background-position: center;
	background-size: cover;
}

.insight24-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	transform: translate(-50%, -50%);
}

.insight24-video-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.insight24-video-card .insight24-thumb {
	position: relative;
	min-height: 94px;
}

.insight24-duration {
	position: absolute;
	right: 6px;
	bottom: 6px;
	padding: 2px 5px;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	font-size: 11px;
}

.insight24-video-card h3,
.insight24-photo-card h3 {
	font-size: 13px;
}

.insight24-photo-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.insight24-photo-card .insight24-thumb {
	min-height: 130px;
}

.insight24-opinion-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.insight24-opinion-card {
	display: grid;
	grid-template-columns: 66px 1fr;
	gap: 12px;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--i24-border);
}

.insight24-avatar {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}

.insight24-opinion-card strong {
	display: block;
	color: var(--i24-green-dark);
	font-size: 14px;
}

.insight24-opinion-card a {
	display: block;
	margin: 3px 0;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.insight24-footer {
	margin-top: 0;
	padding: 34px 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.08), transparent 28%),
		linear-gradient(135deg, #00452f, #002f22);
	color: #dfeee8;
}

.insight24-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 28px;
	align-items: start;
}

.insight24-footer .insight24-brand-text strong,
.insight24-footer h3 {
	color: #fff;
}

.insight24-footer p {
	margin: 0;
	color: #c7dbd3;
	font-size: 14px;
	line-height: 1.7;
}

.insight24-footer-contact {
	margin-top: 16px !important;
	font-weight: 700;
}

.insight24-footer h3 {
	margin: 0 0 13px;
	font-size: 16px;
	line-height: normal;
}

.insight24-footer a {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 8px;
	padding: 0;
	color: #dfeee8;
	border-bottom: 0;
	font-size: 14px;
	font-weight: 500;
}

.insight24-footer a::before {
	content: "›";
	color: #dfeee8;
	font-size: 15px;
	line-height: 1;
}

.insight24-footer a:hover {
	color: #fff;
}

.insight24-footer-socials {
	display: flex;
	gap: 8px;
}

.insight24-footer-socials a {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	margin: 0;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.13);
	color: #fff;
	font-weight: 900;
}

.insight24-logo-image,
.insight24-logo-image .custom-logo-link {
	display: block;
	line-height: 1;
}

.insight24-logo-image img {
	width: auto;
	max-height: 68px;
	object-fit: contain;
}

.insight24-menu li {
	position: relative;
}

.insight24-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: none;
	min-width: 210px;
	margin: 0;
	padding: 6px 0;
	background: #fff;
	border: 1px solid var(--i24-border);
	box-shadow: var(--i24-shadow);
	list-style: none;
}

.insight24-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.insight24-menu li:hover > .sub-menu,
.insight24-menu li:focus-within > .sub-menu {
	display: block;
}

.insight24-menu .sub-menu a {
	padding: 10px 14px;
	color: var(--i24-text);
	font-size: 13px;
	white-space: nowrap;
}

.insight24-menu .sub-menu a:hover {
	background: var(--i24-green-soft);
	color: var(--i24-green-dark);
}

.insight24-menu .menu-item-has-children > a::after {
	content: "▾";
	margin-left: 6px;
	font-size: 10px;
}

.insight24-hero-extra-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.insight24-hero-extra-grid .insight24-feature-card {
	min-height: 178px;
}

.insight24-category-section {
	margin-top: 18px;
}

.insight24-business-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.insight24-post-card {
	min-width: 0;
	border: 1px solid var(--i24-border);
	background: #fff;
	overflow: hidden;
}

.insight24-post-card .insight24-thumb {
	min-height: 132px;
	border: 0;
}

.insight24-card-content {
	padding: 10px 12px 12px;
}

.insight24-card-content h3 {
	margin: 0 0 8px;
	color: var(--i24-text);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.32;
}

.insight24-card-content time {
	color: var(--i24-muted);
	font-size: 12px;
}

.insight24-feature-category-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 16px;
}

.insight24-post-card.is-featured .insight24-thumb {
	min-height: 245px;
}

.insight24-post-card.is-featured .insight24-card-content h3 {
	font-size: 22px;
	line-height: 1.25;
}

.insight24-feature-side {
	display: grid;
	gap: 12px;
}

.insight24-post-card.is-small-row,
.insight24-post-card.is-compact-news {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: stretch;
}

.insight24-post-card.is-small-row .insight24-thumb,
.insight24-post-card.is-compact-news .insight24-thumb {
	min-height: 86px;
}

.insight24-post-card.is-small-row .insight24-card-content,
.insight24-post-card.is-compact-news .insight24-card-content {
	padding: 8px 10px;
}

.insight24-post-card.is-small-row h3,
.insight24-post-card.is-compact-news h3 {
	font-size: 14px;
	line-height: 1.28;
}

.insight24-seven-news-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.insight24-seven-news-grid .is-featured {
	grid-row: span 3;
}

.insight24-info-widgets {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.insight24-info-card {
	display: grid;
	gap: 8px;
	padding: 18px;
	background: linear-gradient(135deg, #ffffff, var(--i24-green-soft));
	border: 1px solid var(--i24-border);
	box-shadow: 0 2px 10px rgba(19, 41, 31, 0.05);
}

.insight24-info-card strong {
	color: var(--i24-green-dark);
	font-size: 18px;
	font-weight: 900;
}

.insight24-info-card span {
	color: var(--i24-muted);
	font-size: 14px;
	line-height: 1.45;
}

@media (max-width: 1100px) {
	.insight24-masthead-inner {
		grid-template-columns: 230px 1fr;
	}

	.insight24-header-actions {
		grid-column: 1 / -1;
		grid-template-columns: 120px 1fr;
	}

	.insight24-top-layout {
		grid-template-columns: 1fr;
	}

	.insight24-sidebar {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.insight24-country-grid,
	.insight24-compact-grid,
	.insight24-opinion-grid,
	.insight24-business-grid,
	.insight24-info-widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.insight24-seven-news-grid .is-featured {
		grid-row: auto;
	}

	.insight24-video-grid,
	.insight24-photo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.insight24-footer-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 820px) {
	.insight24-breaking-inner {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 8px 0;
	}

	.insight24-breaking-label {
		width: max-content;
		min-height: 32px;
	}

	.insight24-time {
		flex-wrap: wrap;
	}

	.insight24-masthead-inner,
	.insight24-top-layout,
	.insight24-news-pair,
	.insight24-middle-grid,
	.insight24-hero-grid {
		grid-template-columns: 1fr;
	}

	.insight24-ad {
		min-height: 58px;
	}

	.insight24-menu-toggle {
		display: grid;
	}

	.insight24-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		background: var(--i24-green-dark);
	}

	.insight24-menu.is-open {
		display: flex;
	}

	.insight24-menu a {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.insight24-menu .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 0 14px;
		background: rgba(0, 0, 0, 0.12);
		border: 0;
		box-shadow: none;
	}

	.insight24-menu .sub-menu a {
		color: #fff;
		white-space: normal;
	}

	.insight24-sidebar {
		grid-template-columns: 1fr;
	}

	.insight24-hero-stack {
		grid-template-columns: 1fr;
		height: auto;
		grid-template-rows: none;
	}

	.insight24-feature-card.is-large {
		height: auto;
		min-height: 330px;
	}

	.insight24-hero-stack .insight24-feature-card {
		min-height: 170px;
	}

	.insight24-middle-content {
		grid-template-columns: 140px 1fr;
	}

	.insight24-feature-category-grid,
	.insight24-seven-news-grid {
		grid-template-columns: 1fr;
	}

	.insight24-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 560px) {
	.insight24-container {
		width: min(100% - 20px, 1180px);
	}

	.insight24-masthead-inner {
		padding: 18px 0;
	}

	.insight24-brand-text strong {
		font-size: 20px;
	}

	.insight24-brand-mark {
		width: 50px;
		height: 50px;
		font-size: 25px;
	}

	.insight24-header-actions,
	.insight24-hero-extra-grid,
	.insight24-country-grid,
	.insight24-compact-grid,
	.insight24-video-grid,
	.insight24-photo-grid,
	.insight24-opinion-grid,
	.insight24-business-grid,
	.insight24-info-widgets,
	.insight24-footer-grid {
		grid-template-columns: 1fr;
	}

	.insight24-news-list li {
		grid-template-columns: auto 1fr;
	}

	.insight24-news-list time {
		grid-column: 2;
	}

	.insight24-middle-content,
	.insight24-opinion-card,
	.insight24-post-card.is-small-row,
	.insight24-post-card.is-compact-news {
		grid-template-columns: 1fr;
	}

	.insight24-middle-thumb,
	.insight24-photo-card .insight24-thumb,
	.insight24-video-card .insight24-thumb {
		min-height: 180px;
	}
}
