:root {
	--mt-brand: #0b7a3e;
	--mt-brand-dark: #07552d;
	--mt-ink: #17191d;
	--mt-muted: #68707c;
	--mt-line: #e7e9ed;
	--mt-soft: #f5f6f8;
	--mt-paper: #ffffff;
	--mt-radius: 14px;
	--mt-shadow: 0 8px 26px rgba(20, 26, 35, .08);
	--mt-content: 780px;
	--mt-wide: 1240px;
}

html { scroll-behavior: smooth; }
body.mt-discover-theme { background: #f4f5f7; color: var(--mt-ink); font-family: "Noto Sans Kannada", "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.mt-discover-theme a { color: inherit; }
body.mt-discover-theme .site.grid-container { max-width: var(--mt-wide); }
body.mt-discover-theme .site-content { padding-top: 20px; }
body.mt-discover-theme .inside-header { padding-top: 15px; padding-bottom: 15px; }
body.mt-discover-theme .site-logo img { max-height: 58px; width: auto; }
body.mt-discover-theme .main-navigation { border-top: 1px solid var(--mt-line); border-bottom: 1px solid var(--mt-line); box-shadow: 0 2px 10px rgba(0,0,0,.04); }
body.mt-discover-theme .main-navigation .main-nav ul li a { font-weight: 700; }
body.mt-discover-theme .main-navigation .main-nav ul li[class*="current-menu-"] > a { color: var(--mt-brand); }

.mt-breadcrumbs { max-width: var(--mt-content); margin: 0 auto 16px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: var(--mt-muted); font-size: 13px; }
.mt-breadcrumbs a { text-decoration: none; color: var(--mt-brand); font-weight: 700; }

.mt-news-article .content-area { width: 100%; }
.mt-news-article .site-main { max-width: 900px; margin: 0 auto; }
.mt-news-article .inside-article { padding: clamp(20px, 4vw, 54px); background: var(--mt-paper); border-radius: var(--mt-radius); box-shadow: var(--mt-shadow); }
.mt-news-article .entry-header, .mt-news-article .entry-content, .mt-news-article .mt-article-footer { max-width: var(--mt-content); margin-left: auto; margin-right: auto; }
.mt-article-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; }
.mt-article-kicker a, .mt-location-label { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 10px; border-radius: 999px; font-size: 12px; line-height: 1.2; font-weight: 800; text-decoration: none; }
.mt-article-kicker a { background: var(--mt-brand); color: white; }
.mt-location-label { background: #e3f2e9; color: var(--mt-brand-dark); }
.mt-news-article h1.entry-title { margin: 0; font-size: clamp(30px, 5vw, 52px); line-height: 1.18; letter-spacing: -.02em; font-weight: 850; color: var(--mt-ink); }
.mt-article-subtitle { margin: 14px 0 0; color: #4d545e; font-size: clamp(17px, 2.2vw, 21px); line-height: 1.65; }
.mt-article-meta { max-width: var(--mt-content); margin: 24px auto; padding: 16px 0; border-top: 1px solid var(--mt-line); border-bottom: 1px solid var(--mt-line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.mt-meta-author { display: flex; align-items: center; gap: 10px; min-width: 180px; text-decoration: none; }
.mt-author-photo { display: block; flex: 0 0 auto; object-fit: cover; border-radius: 50%; background: var(--mt-soft); }
.mt-meta-author strong { display: block; color: var(--mt-ink); font-size: 14px; }
.mt-meta-label { display: block; margin-bottom: 2px; color: var(--mt-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.mt-meta-times { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; color: #343a43; font-size: 12px; }
.mt-meta-times > span { min-width: 95px; }
.mt-featured-figure { max-width: 1200px; margin: 0 auto 26px; }
.mt-featured-figure picture, .mt-featured-figure img { display: block; width: 100%; }
.mt-featured-figure img { height: auto; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--mt-radius); background: var(--mt-soft); }
.mt-featured-figure figcaption { max-width: var(--mt-content); margin: 8px auto 0; color: var(--mt-muted); font-size: 12px; line-height: 1.5; }
.mt-article-summary { max-width: var(--mt-content); margin: 0 auto 22px; padding: 18px 20px; border-left: 4px solid var(--mt-brand); background: #f3fbf6; border-radius: 0 10px 10px 0; font-size: 17px; line-height: 1.75; font-weight: 600; }
.mt-key-box { max-width: var(--mt-content); margin: 22px auto; padding: 20px 22px; border: 1px solid #cfe8d8; background: #f8fcf9; border-radius: 12px; }
.mt-key-box h2 { margin: 0 0 12px; font-size: 19px; color: var(--mt-brand-dark); }
.mt-key-box ul { margin: 0; padding-left: 20px; }
.mt-key-box li { margin: 8px 0; line-height: 1.65; }
.mt-news-article .entry-content { font-size: 18px; line-height: 1.95; color: #252a31; }
.mt-news-article .entry-content > p { margin-bottom: 1.35em; }
.mt-news-article .entry-content h2 { margin-top: 1.8em; margin-bottom: .6em; font-size: clamp(23px, 3vw, 31px); line-height: 1.35; color: var(--mt-ink); }
.mt-news-article .entry-content h3 { margin-top: 1.5em; font-size: 22px; }
.mt-news-article .entry-content img { border-radius: 10px; }
.mt-news-article .entry-content a { color: var(--mt-brand-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.mt-context-link { margin: 26px 0; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid var(--mt-line); border-left: 4px solid var(--mt-brand); border-radius: 8px; background: var(--mt-soft); font-size: 15px; line-height: 1.55; }
.mt-context-link span { flex: 0 0 auto; color: var(--mt-brand); font-weight: 850; }
.mt-context-link a { font-weight: 750; text-decoration: none !important; }
.mt-source-update { max-width: var(--mt-content); margin: 30px auto 0; padding: 14px 16px; background: var(--mt-soft); border-radius: 10px; color: #4a515b; font-size: 13px; line-height: 1.6; }
.mt-source-update p { margin: 4px 0; }
.mt-source-update a { color: var(--mt-brand); }
.mt-whatsapp-cta { max-width: var(--mt-content); margin: 24px auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 1px solid #bfe4cd; border-radius: 12px; background: #f1fbf5; }
.mt-whatsapp-cta strong, .mt-whatsapp-cta span { display: block; }
.mt-whatsapp-cta span { margin-top: 3px; color: #4b5b50; font-size: 13px; }
.mt-whatsapp-cta a { flex: 0 0 auto; padding: 10px 15px; border-radius: 999px; background: #087a3b; color: white; font-weight: 800; text-decoration: none; }
.mt-author-box { max-width: var(--mt-content); margin: 32px auto; padding: 22px; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 20px; border: 1px solid var(--mt-line); border-radius: 14px; background: var(--mt-paper); }
.mt-author-box-photo { display: block; }
.mt-author-box h2 { margin: 2px 0 4px; font-size: 23px; }
.mt-author-box h2 a { text-decoration: none; }
.mt-eyebrow { color: var(--mt-brand); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.mt-author-role { margin: 0 0 8px; color: var(--mt-muted); font-weight: 700; }
.mt-author-box p { margin: 8px 0; line-height: 1.65; }
.mt-author-facts { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #505762; font-size: 13px; }
.mt-related-section { max-width: var(--mt-wide); margin: 34px auto 0; }
.mt-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; border-bottom: 2px solid var(--mt-ink); }
.mt-section-heading h2 { margin: 0; padding-bottom: 8px; font-size: clamp(22px, 3vw, 30px); line-height: 1.25; }
.mt-section-heading a { padding-bottom: 10px; color: var(--mt-brand); font-size: 13px; font-weight: 800; text-decoration: none; }
.mt-card-grid { display: grid; gap: 18px; }
.mt-card-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mt-card-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mt-story-card { min-width: 0; overflow: hidden; border: 1px solid var(--mt-line); border-radius: 12px; background: var(--mt-paper); box-shadow: 0 4px 16px rgba(25,29,36,.05); }
.mt-story-image { display: block; overflow: hidden; aspect-ratio: 16/9; background: var(--mt-soft); text-decoration: none; }
.mt-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.mt-story-card:hover .mt-story-image img { transform: scale(1.025); }
.mt-image-placeholder { display: grid; height: 100%; place-items: center; color: #9aa0a9; font-weight: 800; }
.mt-story-copy { padding: 13px 14px 15px; }
.mt-story-kicker { margin-bottom: 7px; color: var(--mt-brand); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.mt-story-card h3 { margin: 0; font-size: 18px; line-height: 1.5; }
.mt-story-card h3 a { text-decoration: none; }
.mt-story-time { margin-top: 10px; color: var(--mt-muted); font-size: 11px; }

.mt-home-wrap { width: 100%; max-width: var(--mt-wide); margin: 0 auto; }
.mt-breaking { margin-bottom: 18px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; overflow: hidden; border-radius: 8px; background: var(--mt-ink); color: white; }
.mt-breaking-label { align-self: stretch; display: grid; place-items: center; padding: 10px 14px; background: var(--mt-brand); font-weight: 850; }
.mt-breaking-track { display: flex; gap: 26px; overflow-x: auto; padding: 10px 14px; scrollbar-width: none; }
.mt-breaking-track::-webkit-scrollbar { display: none; }
.mt-breaking-track a { flex: 0 0 auto; max-width: 480px; overflow: hidden; color: white; font-size: 13px; font-weight: 700; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.mt-taluk-nav { margin: 0 0 18px; display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
.mt-taluk-nav::-webkit-scrollbar { display: none; }
.mt-taluk-nav a { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--mt-line); border-radius: 999px; background: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.mt-lead-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); gap: 20px; }
.mt-lead-story { position: relative; min-height: 470px; overflow: hidden; border-radius: 16px; background: var(--mt-ink); }
.mt-lead-story > a, .mt-lead-story img { display: block; width: 100%; height: 100%; }
.mt-lead-story img { position: absolute; inset: 0; object-fit: cover; }
.mt-lead-story::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.88)); pointer-events: none; }
.mt-lead-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(20px, 4vw, 36px); color: white; }
.mt-lead-copy .mt-story-kicker { color: #d8f6e3; }
.mt-lead-copy h1 { margin: 0; font-size: clamp(28px, 4vw, 45px); line-height: 1.25; }
.mt-lead-copy h1 a { color: white; text-decoration: none; }
.mt-lead-copy p { margin: 10px 0 0; color: rgba(255,255,255,.84); line-height: 1.6; }
.mt-supporting-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mt-supporting-grid .mt-story-card h3 { font-size: 15px; line-height: 1.45; }
.mt-supporting-grid .mt-story-copy { padding: 10px 11px 12px; }
.mt-home-section { margin-top: 34px; }
.mt-latest-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 24px; }
.mt-timeline { background: white; border: 1px solid var(--mt-line); border-radius: 12px; }
.mt-timeline-item { display: grid; grid-template-columns: 75px minmax(0, 1fr); gap: 14px; padding: 15px 17px; border-bottom: 1px solid var(--mt-line); }
.mt-timeline-item:last-child { border-bottom: 0; }
.mt-timeline-time { color: var(--mt-brand); font-size: 12px; font-weight: 850; }
.mt-timeline-item h3 { margin: 0; font-size: 17px; line-height: 1.5; }
.mt-timeline-item h3 a { text-decoration: none; }
.mt-editor-panel { padding: 18px; border-radius: 12px; background: var(--mt-ink); color: white; }
.mt-editor-panel h2 { margin: 0 0 12px; font-size: 22px; }
.mt-editor-panel article { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.15); }
.mt-editor-panel article:first-of-type { border-top: 0; }
.mt-editor-panel a { color: white; font-weight: 750; line-height: 1.5; text-decoration: none; }
.mt-taluk-section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.mt-mini-section { min-width: 0; }
.mt-mini-list { overflow: hidden; border: 1px solid var(--mt-line); border-radius: 12px; background: white; }
.mt-mini-list article { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 12px; padding: 12px; border-bottom: 1px solid var(--mt-line); }
.mt-mini-list article:last-child { border-bottom: 0; }
.mt-mini-list img { width: 120px; height: 68px; object-fit: cover; border-radius: 7px; }
.mt-mini-list h3 { margin: 0; font-size: 15px; line-height: 1.45; }
.mt-mini-list h3 a { text-decoration: none; }
.mt-mini-list time { display: block; margin-top: 5px; color: var(--mt-muted); font-size: 11px; }

.mt-author-archive { width: 100%; max-width: var(--mt-wide); margin: 0 auto; }
.mt-author-hero { margin-bottom: 26px; padding: clamp(22px, 4vw, 42px); display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 28px; align-items: center; border-radius: 16px; background: white; box-shadow: var(--mt-shadow); }
.mt-author-hero .mt-author-photo { width: 160px; height: 160px; }
.mt-author-hero h1 { margin: 2px 0 6px; font-size: clamp(30px, 4vw, 46px); }
.mt-author-hero p { margin: 8px 0; line-height: 1.7; }

.mt-ad-slot { min-height: 280px; contain: layout; }
.mt-ad-slot.mt-ad-horizontal { min-height: 120px; }

@media (max-width: 1024px) {
	.mt-lead-layout, .mt-latest-layout { grid-template-columns: 1fr; }
	.mt-supporting-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.mt-lead-story { min-height: 430px; }
	.mt-card-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
	body.mt-discover-theme .site-content { padding: 12px; }
	body.mt-discover-theme .inside-header { padding: 10px 14px; }
	body.mt-discover-theme .site-logo img { max-height: 48px; }
	.mt-news-article .inside-article { padding: 20px 16px; border-radius: 10px; }
	.mt-news-article h1.entry-title { font-size: 30px; line-height: 1.28; }
	.mt-article-subtitle { font-size: 16px; }
	.mt-article-meta { align-items: flex-start; flex-direction: column; }
	.mt-meta-times { justify-content: flex-start; width: 100%; }
	.mt-featured-figure { margin-left: -16px; margin-right: -16px; }
	.mt-featured-figure img { border-radius: 0; }
	.mt-featured-figure figcaption { padding: 0 16px; }
	.mt-news-article .entry-content { font-size: 17px; line-height: 1.85; }
	.mt-context-link { flex-direction: column; gap: 5px; }
	.mt-whatsapp-cta { align-items: flex-start; flex-direction: column; }
	.mt-author-box { grid-template-columns: 72px minmax(0, 1fr); padding: 16px; }
	.mt-author-box .mt-author-photo { width: 72px; height: 72px; }
	.mt-author-facts { flex-direction: column; gap: 5px; }
	.mt-card-grid-3, .mt-card-grid-4 { grid-template-columns: 1fr; }
	.mt-breaking { grid-template-columns: 1fr; }
	.mt-breaking-label { justify-content: start; }
	.mt-lead-story { min-height: 390px; }
	.mt-lead-copy h1 { font-size: 29px; }
	.mt-supporting-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mt-taluk-section-grid { grid-template-columns: 1fr; }
	.mt-author-hero { grid-template-columns: 88px minmax(0, 1fr); gap: 16px; }
	.mt-author-hero .mt-author-photo { width: 88px; height: 88px; }
}

@media (max-width: 480px) {
	.mt-supporting-grid { grid-template-columns: 1fr; }
	.mt-supporting-grid .mt-story-card { display: grid; grid-template-columns: 122px minmax(0, 1fr); }
	.mt-supporting-grid .mt-story-image { height: 100%; aspect-ratio: auto; }
	.mt-supporting-grid .mt-story-card h3 { font-size: 14px; }
	.mt-timeline-item { grid-template-columns: 62px minmax(0, 1fr); padding: 13px; }
	.mt-mini-list article { grid-template-columns: 100px minmax(0,1fr); }
	.mt-mini-list img { width: 100px; height: 62px; }
}

.mt-archive-card { margin-bottom: 20px; }
.mt-archive-card .inside-article { display: grid; grid-template-columns: minmax(220px, 34%) minmax(0, 1fr); gap: 22px; padding: 20px; border: 1px solid var(--mt-line); border-radius: 14px; background: white; box-shadow: 0 4px 16px rgba(25,29,36,.05); }
.mt-archive-image { display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 10px; background: var(--mt-soft); }
.mt-archive-image img { width: 100%; height: 100%; object-fit: cover; }
.mt-archive-copy .entry-title { margin: 0; font-size: clamp(22px, 3vw, 31px); line-height: 1.4; }
.mt-archive-copy .entry-title a { text-decoration: none; }
.mt-archive-excerpt { margin: 10px 0; color: #515862; line-height: 1.7; }
.pagination { margin-top: 24px; }
.pagination .page-numbers { display: inline-grid; min-width: 38px; min-height: 38px; place-items: center; margin: 3px; border-radius: 8px; background: white; text-decoration: none; }
.pagination .current { background: var(--mt-brand); color: white; }

@media (max-width: 640px) {
	.mt-archive-card .inside-article { grid-template-columns: 1fr; gap: 14px; padding: 14px; }
	.mt-archive-copy .entry-title { font-size: 23px; }
}

.mt-footer-menu { margin-bottom: 10px; }
.mt-footer-menu ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.mt-footer-menu a { font-size: 13px; font-weight: 700; text-decoration: none; }

/* ========================================================================
 * Malnad Times Discover 11.0 — compact green newsroom refinement
 * ===================================================================== */
:root {
	--mt-brand: #0b7a3e;
	--mt-brand-dark: #07552d;
	--mt-ink: #111318;
	--mt-muted: #626a75;
	--mt-line: #dde1e7;
	--mt-soft: #f4f5f7;
	--mt-paper: #ffffff;
	--mt-radius: 9px;
	--mt-shadow: 0 4px 14px rgba(20, 25, 34, .055);
	--mt-content: 760px;
	--mt-wide: 1280px;
}

body.mt-discover-theme {
	background: #f6f7f9;
	color: var(--mt-ink);
	font-feature-settings: "kern" 1;
	-webkit-font-smoothing: antialiased;
}

body.mt-discover-theme .site-header {
	background: #fff;
	border-top: 5px solid #17191d;
	border-bottom: 1px solid var(--mt-line);
}
body.mt-discover-theme .inside-header {
	max-width: var(--mt-wide);
	min-height: 70px;
	padding: 10px 22px;
}
body.mt-discover-theme .site-logo img {
	width: auto;
	max-width: 225px;
	max-height: 50px;
}
body.mt-discover-theme .main-navigation {
	background: #17191d;
	border: 0;
	box-shadow: none;
}
body.mt-discover-theme .main-navigation .inside-navigation {
	max-width: var(--mt-wide);
	padding: 0 20px;
}
body.mt-discover-theme .main-navigation .main-nav ul li a,
body.mt-discover-theme .main-navigation .menu-toggle {
	min-height: 42px;
	padding: 0 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 42px;
	letter-spacing: .01em;
}
body.mt-discover-theme .main-navigation .main-nav ul li:hover > a,
body.mt-discover-theme .main-navigation .main-nav ul li:focus > a,
body.mt-discover-theme .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: var(--mt-brand);
	color: #fff;
}
body.mt-discover-theme .main-navigation .sub-menu {
	background: #17191d;
	box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
body.mt-discover-theme .main-navigation .sub-menu li a {
	min-height: 40px;
	line-height: 40px;
}
body.mt-discover-theme .site.grid-container {
	max-width: var(--mt-wide);
}
body.mt-discover-theme .site-content {
	padding: 16px 20px 42px;
}
body.mt-news-home .site-content,
body.mt-news-home .content-area,
body.mt-news-home .site-main {
	width: 100%;
	max-width: none;
}

.mt-home-wrap {
	max-width: var(--mt-wide);
}
.mt-breaking {
	min-height: 39px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.mt-breaking-label {
	padding: 8px 14px;
	font-size: 12px;
	letter-spacing: .01em;
}
.mt-breaking-track {
	gap: 30px;
	padding: 8px 14px;
}
.mt-breaking-track a {
	font-size: 12.5px;
}
.mt-taluk-nav {
	margin-bottom: 12px;
	gap: 0;
	border-bottom: 1px solid var(--mt-line);
	background: #fff;
}
.mt-taluk-nav a {
	padding: 9px 13px 8px;
	border: 0;
	border-right: 1px solid var(--mt-line);
	border-radius: 0;
	background: transparent;
	font-size: 12px;
	white-space: nowrap;
}
.mt-taluk-nav a:hover,
.mt-taluk-nav a:focus {
	background: #eef8f2;
	color: var(--mt-brand);
}

.mt-lead-layout {
	grid-template-columns: minmax(0, 1.75fr) minmax(380px, .9fr);
	gap: 14px;
}
.mt-lead-story {
	min-height: 444px;
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
}
.mt-lead-story::after {
	inset: 22% 0 0;
	background: linear-gradient(transparent, rgba(0,0,0,.9));
}
.mt-lead-copy {
	padding: 24px 26px;
}
.mt-lead-copy h1 {
	max-width: 900px;
	font-size: clamp(27px, 3.1vw, 40px);
	line-height: 1.28;
	letter-spacing: -.015em;
}
.mt-lead-copy .mt-story-kicker {
	display: inline-flex;
	margin-bottom: 7px;
	padding: 4px 8px;
	border-radius: 3px;
	background: var(--mt-brand);
	color: #fff;
	font-size: 10px;
}
.mt-lead-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 16px;
	margin-top: 10px;
	color: rgba(255,255,255,.78);
	font-size: 11px;
	font-weight: 650;
}
.mt-supporting-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.mt-supporting-grid .mt-story-card {
	border-radius: 7px;
	box-shadow: none;
}
.mt-supporting-grid .mt-story-image {
	aspect-ratio: 16/9;
}
.mt-supporting-grid .mt-story-copy {
	padding: 9px 10px 10px;
}
.mt-supporting-grid .mt-story-kicker {
	margin-bottom: 4px;
	font-size: 9px;
}
.mt-supporting-grid .mt-story-card h3 {
	font-size: 14px;
	line-height: 1.42;
}
.mt-supporting-grid .mt-story-time {
	margin-top: 5px;
	font-size: 9.5px;
}

.mt-home-section {
	margin-top: 25px;
}
.mt-section-heading {
	margin-bottom: 10px;
	border-bottom: 1px solid #1b1d22;
}
.mt-section-heading h2 {
	position: relative;
	padding: 0 0 7px;
	font-size: clamp(20px, 2.2vw, 26px);
	line-height: 1.2;
}
.mt-section-heading h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 56px;
	height: 3px;
	background: var(--mt-brand);
}
.mt-section-heading a {
	padding-bottom: 7px;
	font-size: 11px;
}

.mt-latest-layout {
	gap: 16px;
}
.mt-latest-with-sidebar {
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, .55fr);
}
.mt-latest-solo {
	grid-template-columns: 1fr;
}
.mt-timeline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	border-radius: 7px;
	box-shadow: none;
}
.mt-latest-with-sidebar .mt-timeline {
	grid-template-columns: 1fr;
}
.mt-timeline-item {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 11px;
	min-height: 82px;
	padding: 10px;
	border-right: 1px solid var(--mt-line);
	border-bottom: 1px solid var(--mt-line);
}
.mt-timeline-item:nth-child(2n) {
	border-right: 0;
}
.mt-latest-with-sidebar .mt-timeline-item {
	border-right: 0;
}
.mt-timeline-image {
	display: block;
	overflow: hidden;
	width: 105px;
	height: 62px;
	border-radius: 4px;
	background: var(--mt-soft);
	text-decoration: none;
}
.mt-timeline-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mt-timeline-copy {
	min-width: 0;
}
.mt-timeline-time {
	display: block;
	margin-bottom: 3px;
	font-size: 9.5px;
}
.mt-timeline-item h3 {
	font-size: 14px;
	line-height: 1.43;
}
.mt-editor-panel {
	padding: 15px 16px;
	border-radius: 7px;
	background: #181a1f;
}
.mt-editor-panel h2 {
	font-size: 20px;
}
.mt-editor-panel article {
	padding: 10px 0;
}
.mt-editor-panel article span {
	display: block;
	margin-bottom: 3px;
	color: #9fe0b8;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}
.mt-editor-panel a {
	display: block;
	font-size: 14px;
	line-height: 1.42;
}

.mt-taluk-section-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.mt-mini-section {
	overflow: hidden;
	border: 1px solid var(--mt-line);
	border-radius: 7px;
	background: #fff;
}
.mt-mini-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 12px;
	border-bottom: 2px solid #1c1e23;
}
.mt-mini-heading h2 {
	margin: 0;
	font-size: 19px;
	line-height: 1.2;
}
.mt-mini-heading a {
	color: var(--mt-brand);
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
}
.mt-mini-list {
	border: 0;
	border-radius: 0;
}
.mt-mini-list article {
	padding: 9px 10px;
}
.mt-mini-list .mt-mini-featured {
	display: grid;
	grid-template-columns: minmax(180px, 42%) minmax(0, 1fr);
	gap: 12px;
	padding: 10px;
	background: #fafafa;
}
.mt-mini-featured .mt-mini-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16/9;
	border-radius: 5px;
	background: var(--mt-soft);
}
.mt-mini-featured .mt-mini-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mt-mini-featured h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.44;
}
.mt-mini-list .mt-mini-compact {
	display: grid;
	grid-template-columns: 94px minmax(0, 1fr);
	gap: 10px;
}
.mt-mini-compact .mt-mini-image {
	display: block;
	overflow: hidden;
	width: 94px;
	height: 55px;
	border-radius: 4px;
	background: var(--mt-soft);
}
.mt-mini-compact .mt-mini-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mt-mini-list h3 {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.4;
}
.mt-mini-list time {
	margin-top: 3px;
	font-size: 9px;
}

.mt-card-grid {
	gap: 13px;
}
.mt-story-card {
	border-radius: 7px;
	box-shadow: none;
}
.mt-story-copy {
	padding: 10px 11px 12px;
}
.mt-story-card h3 {
	font-size: 16px;
	line-height: 1.45;
}
.mt-story-kicker {
	margin-bottom: 5px;
	font-size: 9.5px;
}
.mt-story-time {
	margin-top: 6px;
	font-size: 9.5px;
}

/* Article pages: editorial, but deliberately compact and fast. */
.mt-news-article .site-main {
	max-width: 1040px;
}
.mt-news-article .inside-article {
	padding: clamp(22px, 3vw, 42px);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: none;
}
.mt-news-article h1.entry-title {
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.22;
}
.mt-article-subtitle {
	margin-top: 10px;
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.6;
}
.mt-article-meta {
	margin: 18px auto;
	padding: 12px 0;
}
.mt-featured-figure {
	margin-bottom: 20px;
}
.mt-featured-figure img {
	border-radius: 7px;
}
.mt-article-summary {
	margin-bottom: 18px;
	padding: 14px 16px;
	font-size: 16px;
	line-height: 1.7;
}
.mt-key-box {
	margin: 18px auto;
	padding: 16px 18px;
	border-radius: 7px;
}
.mt-news-article .entry-content {
	font-size: 18px;
	line-height: 1.86;
}
.mt-context-link,
.mt-source-update,
.mt-whatsapp-cta,
.mt-author-box {
	border-radius: 7px;
}
.mt-author-box {
	box-shadow: none;
}

@media (max-width: 1100px) {
	.mt-lead-layout {
		grid-template-columns: minmax(0, 1.55fr) minmax(340px, .9fr);
	}
	.mt-lead-story {
		min-height: 420px;
	}
	.mt-lead-copy h1 {
		font-size: 33px;
	}
}

@media (max-width: 900px) {
	body.mt-discover-theme .site-content {
		padding: 12px 14px 34px;
	}
	.mt-lead-layout,
	.mt-latest-with-sidebar {
		grid-template-columns: 1fr;
	}
	.mt-supporting-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.mt-timeline,
	.mt-latest-with-sidebar .mt-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mt-latest-with-sidebar .mt-timeline-item:nth-child(odd) {
		border-right: 1px solid var(--mt-line);
	}
	.mt-latest-with-sidebar .mt-timeline-item:nth-child(even) {
		border-right: 0;
	}
}

@media (max-width: 768px) {
	body.mt-discover-theme .site-header {
		border-top-width: 4px;
	}
	body.mt-discover-theme .inside-header {
		min-height: 58px;
		padding: 8px 12px;
	}
	body.mt-discover-theme .site-logo img {
		max-width: 178px;
		max-height: 42px;
	}
	body.mt-discover-theme .main-navigation .inside-navigation {
		padding: 0;
	}
	.mt-breaking {
		grid-template-columns: auto minmax(0, 1fr);
		min-height: 36px;
	}
	.mt-breaking-label {
		justify-content: center;
		padding: 7px 10px;
	}
	.mt-breaking-track {
		padding: 7px 10px;
	}
	.mt-lead-story {
		min-height: 365px;
	}
	.mt-lead-copy {
		padding: 18px;
	}
	.mt-lead-copy h1 {
		font-size: 27px;
	}
	.mt-supporting-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mt-taluk-section-grid {
		grid-template-columns: 1fr;
	}
	.mt-card-grid-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mt-news-article .inside-article {
		padding: 18px 15px;
	}
	.mt-news-article h1.entry-title {
		font-size: 29px;
	}
}

@media (max-width: 560px) {
	body.mt-discover-theme .site-content {
		padding: 9px 10px 28px;
	}
	.mt-breaking {
		margin-bottom: 8px;
	}
	.mt-breaking-label {
		font-size: 10px;
	}
	.mt-breaking-track a {
		max-width: 270px;
		font-size: 11px;
	}
	.mt-taluk-nav {
		margin-bottom: 9px;
	}
	.mt-taluk-nav a {
		padding: 8px 10px;
		font-size: 11px;
	}
	.mt-lead-story {
		min-height: 330px;
	}
	.mt-lead-copy h1 {
		font-size: 24px;
		line-height: 1.3;
	}
	.mt-supporting-grid {
		grid-template-columns: 1fr;
	}
	.mt-supporting-grid .mt-story-card {
		display: grid;
		grid-template-columns: 128px minmax(0, 1fr);
	}
	.mt-supporting-grid .mt-story-image {
		height: 100%;
		min-height: 86px;
		aspect-ratio: auto;
	}
	.mt-supporting-grid .mt-story-time {
		display: none;
	}
	.mt-home-section {
		margin-top: 21px;
	}
	.mt-timeline,
	.mt-latest-with-sidebar .mt-timeline {
		grid-template-columns: 1fr;
	}
	.mt-timeline-item,
	.mt-latest-with-sidebar .mt-timeline-item:nth-child(odd),
	.mt-latest-with-sidebar .mt-timeline-item:nth-child(even) {
		border-right: 0;
	}
	.mt-timeline-item {
		grid-template-columns: 96px minmax(0, 1fr);
	}
	.mt-timeline-image {
		width: 96px;
		height: 58px;
	}
	.mt-mini-list .mt-mini-featured {
		grid-template-columns: 132px minmax(0, 1fr);
	}
	.mt-mini-featured h3 {
		font-size: 14px;
	}
	.mt-card-grid-4 {
		grid-template-columns: 1fr;
	}
	.mt-card-grid-4 .mt-story-card {
		display: grid;
		grid-template-columns: 128px minmax(0, 1fr);
	}
	.mt-card-grid-4 .mt-story-image {
		height: 100%;
		aspect-ratio: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.mt-story-image img { transition: none; }
}

/* ========================================================================
 * Malnad Times Discover 11.0 — white and green newsroom header
 * ===================================================================== */
body.mt-discover-theme .site-header {
	background: #ffffff;
	border-top: 0;
	border-bottom: 1px solid var(--mt-line);
	box-shadow: none;
}

body.mt-discover-theme .main-navigation {
	background: #ffffff;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid var(--mt-line);
	box-shadow: 0 2px 8px rgba(17, 19, 24, .035);
}

body.mt-discover-theme .main-navigation .main-nav ul li a,
body.mt-discover-theme .main-navigation .menu-toggle,
body.mt-discover-theme .main-navigation .menu-bar-item > a {
	color: #17191d;
}

body.mt-discover-theme .main-navigation .main-nav ul li:hover > a,
body.mt-discover-theme .main-navigation .main-nav ul li:focus > a {
	background: #eef8f2;
	color: var(--mt-brand);
}

body.mt-discover-theme .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	position: relative;
	background: #ffffff;
	color: var(--mt-brand);
}

body.mt-discover-theme .main-navigation .main-nav ul li[class*="current-menu-"] > a::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 0;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: var(--mt-brand);
}

body.mt-discover-theme .main-navigation .sub-menu {
	background: #ffffff;
	border: 1px solid var(--mt-line);
	box-shadow: 0 12px 28px rgba(17, 19, 24, .12);
}

body.mt-discover-theme .main-navigation .sub-menu li a {
	color: #17191d;
}

body.mt-discover-theme .main-navigation .sub-menu li:hover > a,
body.mt-discover-theme .main-navigation .sub-menu li:focus > a,
body.mt-discover-theme .main-navigation .sub-menu li[class*="current-menu-"] > a {
	background: #eef8f2;
	color: var(--mt-brand);
}

body.mt-discover-theme .main-navigation .sub-menu li[class*="current-menu-"] > a::after {
	display: none;
}

body.mt-discover-theme .main-navigation .gp-icon,
body.mt-discover-theme .main-navigation svg {
	color: #17191d;
	fill: currentColor;
}

@media (max-width: 768px) {
	body.mt-discover-theme .site-header {
		border-top: 0;
	}

	body.mt-discover-theme .main-navigation.toggled .main-nav > ul {
		background: #ffffff;
		border-top: 1px solid var(--mt-line);
	}

	body.mt-discover-theme .main-navigation .main-nav ul li a,
	body.mt-discover-theme .main-navigation .menu-toggle {
		color: #17191d;
	}
}


/* ========================================================================
 * Malnad Times Discover 11.0 — premium green article system
 * ===================================================================== */
:root {
	--mt-brand: #0b7a3e;
	--mt-brand-dark: #07552d;
	--mt-brand-soft: #eef8f2;
	--mt-brand-line: #cfe8d8;
	--mt-ink: #121713;
	--mt-muted: #657068;
	--mt-line: #e2e8e4;
	--mt-soft: #f5f8f6;
	--mt-paper: #ffffff;
	--mt-content: 790px;
	--mt-wide: 1280px;
}

body.mt-discover-theme {
	background: #f3f6f4;
}

body.mt-discover-theme .site-header {
	border-top: 4px solid var(--mt-brand);
	background: #fff;
}

body.mt-discover-theme .main-navigation {
	background: #fff;
	border-top: 1px solid #edf1ee;
	border-bottom: 1px solid var(--mt-line);
	box-shadow: 0 2px 10px rgba(7, 85, 45, .035);
}

body.mt-discover-theme .main-navigation .main-nav ul li:hover > a,
body.mt-discover-theme .main-navigation .main-nav ul li:focus > a {
	background: var(--mt-brand-soft);
	color: var(--mt-brand-dark);
}

body.mt-discover-theme .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: #fff;
	color: var(--mt-brand-dark);
}

body.mt-discover-theme .main-navigation .main-nav ul li[class*="current-menu-"] > a::after {
	background: var(--mt-brand);
}

body.mt-discover-theme .main-navigation .sub-menu li:hover > a,
body.mt-discover-theme .main-navigation .sub-menu li:focus > a,
body.mt-discover-theme .main-navigation .sub-menu li[class*="current-menu-"] > a {
	background: var(--mt-brand-soft);
	color: var(--mt-brand-dark);
}

.mt-breaking {
	background: #123522;
}
.mt-breaking-label {
	background: var(--mt-brand);
}

.mt-taluk-nav a:hover,
.mt-taluk-nav a:focus {
	background: var(--mt-brand-soft);
	color: var(--mt-brand-dark);
}

.mt-lead-copy .mt-story-kicker,
.mt-article-kicker a {
	background: var(--mt-brand);
}

.mt-section-heading h2::after {
	background: var(--mt-brand);
}

.mt-editor-panel {
	background: #123522;
}
.mt-editor-panel article span {
	color: #aee4c1;
}

/* Premium article paper. */
.mt-news-article .site-content {
	padding-top: 24px;
}

.mt-news-article .site-main {
	max-width: 1040px;
	margin: 0 auto;
}

.mt-news-article .inside-article {
	padding: clamp(28px, 4.2vw, 56px);
	border: 1px solid #e1e8e3;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(18, 53, 34, .055);
}

.mt-news-article .entry-header,
.mt-news-article .entry-content,
.mt-news-article .mt-article-footer,
.mt-news-article .mt-article-meta,
.mt-news-article .mt-article-summary,
.mt-news-article .mt-key-box,
.mt-news-article .mt-source-update,
.mt-news-article .mt-whatsapp-cta,
.mt-news-article .mt-author-box {
	max-width: var(--mt-content);
	margin-left: auto;
	margin-right: auto;
}

.mt-breadcrumbs {
	max-width: var(--mt-content);
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #edf1ee;
	font-size: 12px;
}

.mt-breadcrumbs a {
	color: var(--mt-brand-dark);
}

.mt-article-kicker {
	gap: 8px;
	margin-bottom: 14px;
}

.mt-article-kicker a,
.mt-location-label {
	min-height: 27px;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
}

.mt-location-label {
	background: var(--mt-brand-soft);
	color: var(--mt-brand-dark);
}

.mt-news-article h1.entry-title {
	max-width: 790px;
	font-size: clamp(32px, 4.25vw, 50px);
	line-height: 1.23;
	letter-spacing: -.015em;
	font-weight: 850;
}

.mt-article-subtitle {
	margin-top: 13px;
	color: #4d5b52;
	font-size: clamp(16px, 1.9vw, 20px);
	line-height: 1.68;
}

.mt-article-meta {
	margin-top: 22px;
	margin-bottom: 26px;
	padding: 15px 0;
	border-top: 1px solid var(--mt-line);
	border-bottom: 1px solid var(--mt-line);
}

.mt-meta-author {
	min-width: 195px;
}

.mt-meta-author strong {
	font-size: 13.5px;
}

.mt-meta-label {
	color: #748078;
	font-size: 10px;
}

.mt-meta-times {
	gap: 10px 18px;
	font-size: 11.5px;
}

.mt-featured-figure {
	max-width: 920px;
	margin: 0 auto 28px;
}

.mt-featured-figure img {
	border-radius: 11px;
	box-shadow: 0 5px 18px rgba(18, 53, 34, .05);
}

.mt-featured-figure figcaption {
	max-width: var(--mt-content);
	margin-top: 9px;
	padding: 0 2px;
}

.mt-article-summary {
	margin-bottom: 24px;
	padding: 17px 19px;
	border-left: 5px solid var(--mt-brand);
	border-radius: 0 10px 10px 0;
	background: #f3faf6;
	font-size: 16.5px;
	line-height: 1.78;
}

.mt-key-box {
	margin-top: 24px;
	margin-bottom: 26px;
	padding: 18px 20px;
	border: 1px solid var(--mt-brand-line);
	border-radius: 10px;
	background: #fbfefc;
}

.mt-key-box h2 {
	color: var(--mt-brand-dark);
	font-size: 19px;
}

.mt-key-box li::marker {
	color: var(--mt-brand);
}

.mt-news-article .entry-content {
	font-size: 18px;
	line-height: 1.95;
	color: #222a24;
}

.mt-news-article .entry-content > :first-child {
	margin-top: 0;
}

.mt-news-article .entry-content > * + * {
	margin-top: 1.25em;
}

.mt-news-article .entry-content p,
.mt-news-article .entry-content ul,
.mt-news-article .entry-content ol,
.mt-news-article .entry-content figure,
.mt-news-article .entry-content table,
.mt-news-article .entry-content blockquote,
.mt-news-article .entry-content .wp-block-group,
.mt-news-article .entry-content .wp-block-columns,
.mt-news-article .entry-content .wp-block-image,
.mt-news-article .entry-content .wp-block-embed {
	margin-bottom: 0;
}

.mt-news-article .entry-content ul,
.mt-news-article .entry-content ol {
	padding-left: 1.35em;
}

.mt-news-article .entry-content li {
	margin: .48em 0;
}

.mt-news-article .entry-content h2 {
	position: relative;
	margin-top: 1.9em;
	margin-bottom: .72em;
	padding-left: 14px;
	font-size: clamp(24px, 2.7vw, 31px);
	line-height: 1.38;
}

.mt-news-article .entry-content h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: .18em;
	bottom: .16em;
	width: 4px;
	border-radius: 4px;
	background: var(--mt-brand);
}

.mt-news-article .entry-content h3 {
	margin-top: 1.65em;
	margin-bottom: .65em;
	font-size: clamp(20px, 2.2vw, 24px);
	line-height: 1.42;
}

.mt-news-article .entry-content a {
	color: var(--mt-brand-dark);
	text-decoration-color: #8bcda6;
}

.mt-news-article .entry-content blockquote {
	padding: 17px 19px;
	border-left: 4px solid var(--mt-brand);
	border-radius: 0 10px 10px 0;
	background: #f4f8f5;
	color: #334239;
}

.mt-news-article .entry-content table {
	width: 100%;
	border: 1px solid var(--mt-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 9px;
	overflow: hidden;
	font-size: 15px;
}

.mt-news-article .entry-content th,
.mt-news-article .entry-content td {
	padding: 10px 12px;
	border-right: 1px solid var(--mt-line);
	border-bottom: 1px solid var(--mt-line);
	vertical-align: top;
}

.mt-news-article .entry-content th:last-child,
.mt-news-article .entry-content td:last-child {
	border-right: 0;
}

.mt-news-article .entry-content tr:last-child td {
	border-bottom: 0;
}

.mt-news-article .entry-content thead th {
	background: #f0f6f2;
}

.mt-context-link {
	margin: 28px 0;
	padding: 16px 18px;
	border: 1px solid var(--mt-brand-line);
	border-left: 4px solid var(--mt-brand);
	border-radius: 9px;
	background: #f5faf7;
}

.mt-context-link span {
	color: var(--mt-brand-dark);
}

.mt-source-update,
.mt-whatsapp-cta,
.mt-author-box {
	margin-top: 28px;
	border-radius: 10px;
}

.mt-source-update {
	padding: 15px 17px;
	background: #f4f7f5;
}

.mt-whatsapp-cta {
	padding: 18px 20px;
	border-color: var(--mt-brand-line);
	background: #f0faf4;
}

.mt-whatsapp-cta a {
	background: var(--mt-brand);
}

.mt-author-box {
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--mt-line);
	background: #fff;
	box-shadow: 0 6px 20px rgba(18, 53, 34, .035);
}

.mt-author-box .mt-author-photo {
	width: 96px;
	height: 96px;
}

.mt-eyebrow {
	color: var(--mt-brand-dark);
}

.mt-author-box h2 {
	font-size: 23px;
}

.mt-related-section {
	max-width: 1040px;
	margin: 34px auto 0;
}

.mt-related-section .mt-section-heading {
	margin-bottom: 15px;
}

.mt-related-section .mt-story-card {
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(18, 53, 34, .04);
}

/* Suppress duplicate author/related modules from common legacy plugins.
 * Malnad Times Discover renders its own consistent author and related blocks. */
body.mt-news-article .saboxplugin-wrap,
body.mt-news-article .wp-post-author-wrap,
body.mt-news-article .wp-post-author,
body.mt-news-article .m-a-box,
body.mt-news-article .abh_box,
body.mt-news-article .starbox,
body.mt-news-article .author-info:not(.mt-author-box),
body.mt-news-article .author-bio:not(.mt-author-box),
body.mt-news-article .post-author-box:not(.mt-author-box),
body.mt-news-article .jp-relatedposts,
body.mt-news-article .yarpp-related,
body.mt-news-article .yarpp,
body.mt-news-article .crp_related,
body.mt-news-article .relpost-thumb-wrapper,
body.mt-news-article .rp4wp-related-posts,
body.mt-news-article .related-posts:not(.mt-related-section),
body.mt-news-article .related_posts:not(.mt-related-section),
body.mt-news-article .post-related:not(.mt-related-section) {
	display: none !important;
}

/* CSS fallback for the old four-button promotional cluster. */
@supports selector(:has(*)) {
	body.mt-news-article .entry-content > :nth-child(-n+10):has(a[href*="whatsapp.com"]),
	body.mt-news-article .entry-content > :nth-child(-n+10):has(a[href*="wa.me"]),
	body.mt-news-article .entry-content > :nth-child(-n+10):has(a[href*="t.me/"]),
	body.mt-news-article .entry-content > :nth-child(-n+10):has(a[href*="instagram.com"]):has(a[href*="join"]) {
		display: none;
	}
}

@media (max-width: 768px) {
	body.mt-discover-theme .site-header {
		border-top-width: 3px;
	}

	.mt-news-article .site-content {
		padding: 10px 9px 30px;
	}

	.mt-news-article .inside-article {
		padding: 20px 16px 25px;
		border-radius: 10px;
		box-shadow: none;
	}

	.mt-breadcrumbs {
		margin-bottom: 14px;
		padding-bottom: 9px;
	}

	.mt-news-article h1.entry-title {
		font-size: 29px;
		line-height: 1.3;
	}

	.mt-article-subtitle {
		font-size: 16px;
	}

	.mt-article-meta {
		margin: 18px auto 20px;
		padding: 13px 0;
	}

	.mt-featured-figure {
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 22px;
	}

	.mt-featured-figure img {
		border-radius: 0;
		box-shadow: none;
	}

	.mt-featured-figure figcaption {
		padding: 0 16px;
	}

	.mt-article-summary {
		padding: 14px 15px;
		font-size: 16px;
	}

	.mt-news-article .entry-content {
		font-size: 17px;
		line-height: 1.88;
	}

	.mt-news-article .entry-content h2 {
		padding-left: 12px;
	}

	.mt-news-article .entry-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mt-author-box {
		grid-template-columns: 72px minmax(0, 1fr);
		padding: 16px;
	}

	.mt-author-box .mt-author-photo {
		width: 72px;
		height: 72px;
	}

	.mt-related-section {
		margin-top: 28px;
	}
}

@media (max-width: 480px) {
	.mt-news-article .inside-article {
		padding-left: 14px;
		padding-right: 14px;
	}

	.mt-featured-figure {
		margin-left: -14px;
		margin-right: -14px;
	}

	.mt-meta-times {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 12px;
	}

	.mt-whatsapp-cta {
		padding: 16px;
	}
}

/* ========================================================================
 * Malnad Times Discover 12.0 — final green newsroom polish
 * ===================================================================== */
:root {
	--mt-brand: #08743a;
	--mt-brand-dark: #045329;
	--mt-brand-soft: #eef8f2;
	--mt-brand-line: #cce6d5;
	--mt-ink: #101713;
	--mt-paper: #ffffff;
	--mt-line: #e1e8e3;
	--mt-soft: #f4f7f5;
	--mt-content: 820px;
	--mt-wide: 1280px;
}

body.mt-discover-theme {
	background: #f3f6f4;
}

body.mt-discover-theme a:focus-visible,
body.mt-discover-theme button:focus-visible,
body.mt-discover-theme input:focus-visible,
body.mt-discover-theme textarea:focus-visible {
	outline: 3px solid rgba(8, 116, 58, .28);
	outline-offset: 3px;
}

body.mt-discover-theme .site-header {
	border-top: 4px solid var(--mt-brand);
}

body.mt-discover-theme .inside-header {
	min-height: 72px;
	padding-top: 11px;
	padding-bottom: 11px;
}

body.mt-discover-theme .main-navigation .main-nav ul li a,
body.mt-discover-theme .main-navigation .menu-toggle {
	font-size: 13px;
	font-weight: 800;
}

.mt-news-article .site-content {
	padding-top: 24px;
	padding-bottom: 54px;
}

.mt-news-article .site-main {
	max-width: 1080px;
}

.mt-news-article .inside-article {
	padding: clamp(28px, 4.2vw, 52px);
	border: 1px solid var(--mt-line);
	border-radius: 14px;
	background: var(--mt-paper);
	box-shadow: 0 14px 36px rgba(13, 54, 31, .055);
}

.mt-news-article .entry-header,
.mt-news-article .entry-content,
.mt-news-article .mt-article-footer,
.mt-news-article .mt-article-meta,
.mt-news-article .mt-article-summary,
.mt-news-article .mt-key-box,
.mt-news-article .mt-source-update,
.mt-news-article .mt-whatsapp-cta,
.mt-news-article .mt-author-box {
	max-width: var(--mt-content);
	margin-left: auto;
	margin-right: auto;
}

.mt-breadcrumbs {
	max-width: var(--mt-content);
	margin-bottom: 20px;
	padding-bottom: 11px;
	border-bottom: 1px solid #edf1ee;
	font-size: 12px;
}

.mt-article-kicker {
	margin-bottom: 15px;
}

.mt-article-kicker a,
.mt-location-label {
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 11px;
	letter-spacing: .015em;
}

.mt-article-kicker a {
	background: var(--mt-brand);
}

.mt-location-label {
	background: var(--mt-brand-soft);
	color: var(--mt-brand-dark);
}

.mt-news-article h1.entry-title {
	max-width: 950px;
	font-size: clamp(32px, 4.25vw, 49px);
	line-height: 1.25;
	letter-spacing: -.018em;
	text-wrap: pretty;
}

.mt-article-subtitle {
	margin-top: 13px;
	font-size: clamp(16px, 1.9vw, 20px);
	line-height: 1.65;
	color: #4e5c53;
}

.mt-article-meta {
	margin-top: 23px;
	margin-bottom: 26px;
	padding: 14px 0;
	border-top: 1px solid var(--mt-line);
	border-bottom: 1px solid var(--mt-line);
}

.mt-meta-author strong {
	font-size: 14px;
}

.mt-meta-label {
	color: #708078;
	font-size: 10px;
}

.mt-meta-times {
	font-size: 12px;
	line-height: 1.55;
}

.mt-featured-figure {
	max-width: 960px;
	margin-bottom: 28px;
}

.mt-featured-figure img {
	border-radius: 11px;
	box-shadow: 0 8px 22px rgba(16, 23, 19, .075);
}

.mt-featured-figure figcaption {
	max-width: var(--mt-content);
	margin-top: 10px;
	font-size: 12px;
}

.mt-article-summary {
	margin-bottom: 25px;
	padding: 18px 20px;
	border-left: 5px solid var(--mt-brand);
	border-radius: 0 10px 10px 0;
	background: #f3faf6;
	font-size: 17px;
	line-height: 1.78;
}

.mt-key-box {
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 18px 20px;
	border-color: var(--mt-brand-line);
	border-radius: 10px;
	background: #fbfefc;
}

.mt-key-box h2 {
	color: var(--mt-brand-dark);
}

.mt-news-article .entry-content {
	font-size: 18px;
	line-height: 1.98;
	color: #202821;
}

.mt-news-article .entry-content > :first-child {
	margin-top: 0;
}

.mt-news-article .entry-content > p {
	margin-bottom: 1.42em;
}

.mt-news-article .entry-content h2 {
	position: relative;
	margin-top: 1.95em;
	margin-bottom: .72em;
	padding-left: 15px;
	font-size: clamp(24px, 2.8vw, 32px);
	line-height: 1.4;
}

.mt-news-article .entry-content h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: .18em;
	bottom: .18em;
	width: 4px;
	border-radius: 4px;
	background: var(--mt-brand);
}

.mt-news-article .entry-content h3 {
	margin-top: 1.7em;
	margin-bottom: .65em;
	font-size: clamp(20px, 2.25vw, 25px);
	line-height: 1.45;
}

.mt-news-article .entry-content ul,
.mt-news-article .entry-content ol {
	margin: 1.2em 0 1.45em;
	padding-left: 1.45em;
}

.mt-news-article .entry-content li {
	margin: .48em 0;
}

.mt-news-article .entry-content img {
	border-radius: 9px;
}

.mt-news-article .entry-content blockquote {
	margin: 1.5em 0;
	padding: 18px 20px;
	border-left: 4px solid var(--mt-brand);
	border-radius: 0 10px 10px 0;
	background: #f4f8f5;
	font-size: 17px;
}

.mt-context-link {
	margin: 30px 0;
	padding: 17px 19px;
	border-color: var(--mt-brand-line);
	border-left-color: var(--mt-brand);
	border-radius: 10px;
	background: #f4faf6;
}

.mt-source-update,
.mt-whatsapp-cta,
.mt-author-box {
	margin-top: 28px;
	border-radius: 11px;
}

.mt-source-update {
	padding: 16px 18px;
	background: #f4f7f5;
}

.mt-whatsapp-cta {
	padding: 18px 20px;
	border-color: var(--mt-brand-line);
	background: #eff9f3;
}

.mt-whatsapp-cta a {
	background: var(--mt-brand);
	box-shadow: 0 5px 13px rgba(8, 116, 58, .16);
}

.mt-author-box {
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 19px;
	padding: 22px 24px;
	border-color: var(--mt-line);
	background: #fff;
	box-shadow: 0 7px 21px rgba(13, 54, 31, .04);
}

.mt-author-box .mt-author-photo {
	width: 92px;
	height: 92px;
}

.mt-author-box h2 {
	font-size: 23px;
}

.mt-related-section {
	max-width: 1040px;
	margin-top: 38px;
}

.mt-related-section .mt-section-heading {
	margin-bottom: 16px;
}

.mt-related-section .mt-story-card {
	border-radius: 10px;
	box-shadow: 0 7px 20px rgba(13, 54, 31, .045);
}

/* Legacy outputs are replaced by one editorial author card and one contextual grid. */
body.mt-news-article [class*="related-post"]:not(.mt-related-section),
body.mt-news-article [class*="related_post"]:not(.mt-related-section),
body.mt-news-article [id*="related-post"]:not(.mt-related-section),
body.mt-news-article [class*="author-box"]:not(.mt-author-box),
body.mt-news-article [class*="author_bio"]:not(.mt-author-box),
body.mt-news-article [class*="post-author"]:not(.mt-author-box),
body.mt-news-article .sharedaddy,
body.mt-news-article .heateor_sss_sharing_container,
body.mt-news-article .addtoany_share_save_container {
	display: none !important;
}

body.mt-news-article .comments-area,
body.mt-news-article #comments {
	max-width: 1040px;
	margin: 30px auto 0;
	padding: 24px;
	border: 1px solid var(--mt-line);
	border-radius: 12px;
	background: #fff;
}

body.mt-news-article .comment-reply-title,
body.mt-news-article .comments-title {
	margin-top: 0;
	font-size: 23px;
}

body.mt-news-article .comment-form input[type="text"],
body.mt-news-article .comment-form input[type="email"],
body.mt-news-article .comment-form input[type="url"],
body.mt-news-article .comment-form textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #d8e1da;
	border-radius: 7px;
	background: #fff;
}

body.mt-news-article .comment-form input[type="submit"] {
	border-radius: 7px;
	background: var(--mt-brand);
	color: #fff;
	font-weight: 800;
}

@media (max-width: 768px) {
	body.mt-discover-theme .inside-header {
		min-height: 58px;
		padding: 8px 12px;
	}

	.mt-news-article .site-content {
		padding: 10px 8px 32px;
	}

	.mt-news-article .inside-article {
		padding: 20px 16px 25px;
		border-radius: 10px;
		box-shadow: none;
	}

	.mt-news-article h1.entry-title {
		font-size: 29px;
		line-height: 1.31;
	}

	.mt-article-meta {
		margin-top: 18px;
		margin-bottom: 21px;
	}

	.mt-featured-figure {
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 22px;
	}

	.mt-featured-figure img {
		border-radius: 0;
		box-shadow: none;
	}

	.mt-featured-figure figcaption {
		padding: 0 16px;
	}

	.mt-news-article .entry-content {
		font-size: 17px;
		line-height: 1.9;
	}

	.mt-news-article .entry-content h2 {
		padding-left: 12px;
	}

	.mt-author-box {
		grid-template-columns: 70px minmax(0, 1fr);
		padding: 16px;
	}

	.mt-author-box .mt-author-photo {
		width: 70px;
		height: 70px;
	}

	body.mt-news-article .comments-area,
	body.mt-news-article #comments {
		margin-top: 24px;
		padding: 17px 15px;
		border-radius: 9px;
	}
}


/* ========================================================================
 * Malnad Times Discover 12.0.1 — author card integrity fix
 * ===================================================================== */
body.mt-news-article .mt-author-box {
	display: flex !important;
	align-items: flex-start !important;
	width: 100% !important;
	max-width: var(--mt-content) !important;
	box-sizing: border-box !important;
	gap: 18px !important;
	padding: 22px 24px !important;
	overflow: hidden;
}

body.mt-news-article .mt-author-box > .mt-author-box-photo {
	display: block !important;
	flex: 0 0 92px !important;
	width: 92px !important;
	min-width: 92px !important;
	max-width: 92px !important;
}

body.mt-news-article .mt-author-box .mt-author-photo {
	display: block !important;
	width: 92px !important;
	height: 92px !important;
	max-width: none !important;
	border-radius: 50% !important;
	object-fit: cover !important;
}

body.mt-news-article .mt-author-box > .mt-author-box-body {
	display: block !important;
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
}

body.mt-news-article .mt-author-box-body h2,
body.mt-news-article .mt-author-box-body p,
body.mt-news-article .mt-author-box-body span,
body.mt-news-article .mt-author-box-body a,
.mt-author-hero-body h1,
.mt-author-hero-body p,
.mt-author-hero-body span,
.mt-author-hero-body a {
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
}

body.mt-news-article .mt-author-box-body h2 {
	margin: 3px 0 6px !important;
	font-size: 23px !important;
	line-height: 1.3 !important;
}

body.mt-news-article .mt-author-box-body p {
	width: auto !important;
	max-width: 100% !important;
	margin: 7px 0 !important;
	font-size: 14px !important;
	line-height: 1.72 !important;
}

body.mt-news-article .mt-author-box-body .mt-author-role {
	margin-top: 0 !important;
	color: var(--mt-muted) !important;
	font-weight: 700 !important;
}

body.mt-news-article .mt-author-facts {
	display: flex !important;
	width: 100% !important;
	max-width: 100% !important;
	flex-wrap: wrap !important;
	gap: 7px 18px !important;
	margin-top: 10px !important;
}

.mt-author-hero > .mt-author-hero-body {
	min-width: 0 !important;
	width: auto !important;
}

@media (max-width: 640px) {
	body.mt-news-article .mt-author-box {
		gap: 13px !important;
		padding: 16px !important;
	}

	body.mt-news-article .mt-author-box > .mt-author-box-photo {
		flex-basis: 68px !important;
		width: 68px !important;
		min-width: 68px !important;
		max-width: 68px !important;
	}

	body.mt-news-article .mt-author-box .mt-author-photo {
		width: 68px !important;
		height: 68px !important;
	}

	body.mt-news-article .mt-author-box-body h2 {
		font-size: 20px !important;
	}

	body.mt-news-article .mt-author-box-body p {
		font-size: 13.5px !important;
		line-height: 1.65 !important;
	}

	body.mt-news-article .mt-author-facts {
		flex-direction: column !important;
		gap: 5px !important;
	}
}
