:root {
	--news-black: #111111;
	--signal-red: #b32025;
	--paper-white: #f7f5f1;
	--pure-white: #ffffff;
	--ink-gray-700: #3b3b3b;
	--ink-gray-500: #6b6b6b;
	--ink-gray-200: #d9d9d9;
	--od-font-serif: var(--wp--preset--font-family--editorial-serif, Georgia, "Times New Roman", serif);
	--od-font-sans: var(--wp--preset--font-family--news-sans, "Inter", "Helvetica Neue", Arial, sans-serif);
	--od-content-width: 96rem;
	--od-readable-width: 44rem;
	--od-space-xs: 0.75rem;
	--od-space-sm: 1rem;
	--od-space-md: 1.5rem;
	--od-space-lg: 2rem;
	--od-space-xl: 3rem;
	--od-rule: 1px solid var(--ink-gray-200);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper-white);
	color: var(--news-black);
	font-family: var(--od-font-sans);
	font-feature-settings: "kern" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.wp-site-blocks {
	background: var(--pure-white);
}

a {
	color: inherit;
	text-decoration-thickness: 0.075em;
	text-underline-offset: 0.18em;
	transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

a:hover {
	color: var(--signal-red);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.wp-block-navigation-item__content:focus-visible,
.wp-block-social-link-anchor:focus-visible {
	outline: 3px solid var(--signal-red);
	outline-offset: 3px;
}

img,
svg {
	display: block;
}

img {
	height: auto;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.od-story-headline-large,
.od-story-headline-medium,
.od-story-headline-small {
	font-family: var(--od-font-serif);
	font-weight: 700;
	letter-spacing: 0;
}

.od-skip-link {
	position: absolute;
	top: -5rem;
	left: 1rem;
	z-index: 999;
	padding: 0.75rem 1rem;
	background: var(--signal-red);
	color: var(--pure-white);
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.od-skip-link:focus {
	top: 1rem;
}

/* Header */
.site-header,
.od-breaking-bar,
.od-page-shell,
.od-listing-shell,
.od-single-shell,
.od-not-found-shell,
.od-site-footer {
	width: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.site-header {
	position: relative;
	z-index: 30;
	background: var(--pure-white);
}

.site-header.is-layout-constrained > * {
	width: 100%;
	max-width: none !important;
}

.od-breaking-bar {
	background: var(--news-black);
	color: var(--pure-white);
}

.od-breaking-shell {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 1rem;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--od-content-width);
	min-height: 2.75rem;
	margin: 0 auto;
	padding: 0 max(1.25rem, 3vw);
}

.od-breaking-bar.is-layout-constrained > .od-breaking-shell {
	width: 100%;
	max-width: var(--od-content-width) !important;
}

.od-breaking-label {
	margin: 0;
	color: var(--signal-red);
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.od-breaking-track {
	min-width: 0;
	overflow: hidden;
}

.od-breaking-track .wp-block-post-template {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.od-breaking-track li {
	display: block;
	min-width: 0;
}

.od-breaking-track li::after {
	display: none;
}

.od-breaking-track .wp-block-post-title {
	margin: 0;
	overflow: hidden;
	color: var(--pure-white);
	font-family: var(--od-font-sans);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.od-breaking-track a {
	color: inherit;
	text-decoration: none;
}

.od-breaking-time {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8125rem;
	line-height: 1;
	white-space: nowrap;
}

.od-breaking-social {
	display: flex;
	gap: 0.65rem;
	margin: 0;
	font-size: 1rem;
}

.od-breaking-social .wp-social-link {
	background: transparent;
	color: var(--pure-white);
}

.od-breaking-social .wp-block-social-link-anchor {
	display: grid;
	place-items: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0;
}

.od-masthead {
	background: var(--pure-white);
	border-bottom: var(--od-rule);
}

.od-masthead-shell {
	display: grid;
	grid-template-columns: minmax(12rem, 1fr) auto minmax(12rem, 1fr);
	align-items: center;
	gap: 1.5rem;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--od-content-width);
	margin: 0 auto;
	padding: 1.45rem max(1.25rem, 3vw) 0.95rem;
}

.od-masthead-info {
	display: grid;
	gap: 0.22rem;
	color: var(--ink-gray-700);
	font-size: 0.8125rem;
	line-height: 1.32;
}

.od-masthead-info p {
	margin: 0;
}

.od-weather-line {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--news-black);
	font-size: 0.9375rem;
	font-weight: 700;
}

.od-weather-line span {
	color: var(--signal-red);
	font-size: 1.2rem;
	line-height: 1;
}

.od-header-brand {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.od-header-brand a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(27rem, 42vw);
	text-decoration: none;
}

.od-logo-image {
	width: 100%;
	height: auto;
}

.od-logo-wide {
	display: block;
	max-width: none;
}

.od-logo-compact,
.od-logo-mark {
	display: none;
}

.od-header-tools {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-width: 0;
}

.od-header-search {
	display: flex;
	width: min(15.5rem, 100%);
	min-height: 2.75rem;
	margin: 0;
	border: 1px solid var(--ink-gray-200);
	background: var(--pure-white);
}

.od-header-search input {
	min-width: 0;
	width: 100%;
	border: 0;
	padding: 0 0.8rem;
	background: transparent;
	color: var(--news-black);
	font: inherit;
	font-size: 0.875rem;
	line-height: 1;
}

.od-header-search input:focus {
	outline: none;
}

.od-header-search button {
	display: grid;
	place-items: center;
	width: 2.75rem;
	min-width: 2.75rem;
	min-height: 2.75rem;
	border: 0;
	background: transparent;
	color: var(--news-black);
	cursor: pointer;
}

.od-header-search svg {
	width: 1.1rem;
	height: 1.1rem;
}

/* Navigation */
.od-primary-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1.35rem;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 2px solid var(--signal-red);
	background: var(--pure-white);
}

.od-primary-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	color: var(--news-black);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.od-primary-nav a:hover,
.od-primary-nav a.is-active {
	color: var(--signal-red);
}

.od-primary-nav a.is-active::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 3px;
	background: var(--signal-red);
}

/* Layout */
.od-page-shell,
.od-listing-shell,
.od-single-shell,
.od-not-found-shell {
	padding: 0 0 2.5rem;
	background: var(--pure-white);
}

.od-front-grid,
.od-section-stack,
.od-ad-slot,
.od-archive-header,
.od-search-header,
.od-query-list,
.od-single-shell > .wp-block-columns,
.od-page-article,
.od-not-found-card,
.od-sidebar-module {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--od-content-width);
	margin-right: auto;
	margin-left: auto;
	padding-right: max(1.25rem, 3vw);
	padding-left: max(1.25rem, 3vw);
}

.od-front-grid,
.od-section-stack {
	padding-top: 1.25rem;
}

.od-page-shell.is-layout-constrained > :where(.od-front-grid, .od-section-stack, .od-ad-slot),
.od-listing-shell.is-layout-constrained > :where(.od-archive-header, .od-search-header, .od-query-list, .od-ad-slot),
.od-single-shell.is-layout-constrained > :where(.wp-block-columns, .od-ad-slot),
.od-not-found-shell.is-layout-constrained > :where(.od-not-found-card, .od-sidebar-module) {
	width: 100%;
	max-width: var(--od-content-width) !important;
}

.od-front-grid.is-layout-constrained > .od-home-columns,
.od-section-stack.is-layout-constrained > .od-category-row,
.od-section-stack.is-layout-constrained > .od-category-strip,
.od-hero-section.is-layout-constrained > .wp-block-query,
.od-latest-grid.is-layout-constrained > .wp-block-query,
.od-featured-sidebar.is-layout-constrained > .wp-block-query,
.od-category-grid.is-layout-constrained > .wp-block-query,
.od-query-list.is-layout-constrained > .wp-block-query,
.od-sidebar-module.is-layout-constrained > .wp-block-query {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.od-home-columns {
	gap: 2rem;
	margin: 0;
}

.od-home-primary,
.od-home-sidebar {
	min-width: 0;
}

.od-home-sidebar {
	display: grid;
	gap: 1.35rem;
	align-content: start;
}

/* Hero */
.od-hero-section,
.od-featured-sidebar,
.od-latest-grid,
.od-category-strip,
.od-sidebar-module {
	border: 0;
	background: transparent;
}

.od-hero-section {
	padding: 0;
}

.od-hero-card {
	display: grid;
	gap: 0.85rem;
	padding: 0;
	background: var(--pure-white);
	border-top: 4px solid var(--news-black);
}

.od-hero-card .wp-block-post-featured-image {
	margin: 0;
}

.od-hero-card .wp-block-post-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.od-kicker,
.od-hero-card .od-kicker,
.od-story-card .od-kicker,
.od-featured-item .od-kicker {
	margin: 0;
	color: var(--signal-red);
	font-family: var(--od-font-sans);
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.od-kicker a,
.od-story-headline-large a,
.od-story-headline-medium a,
.od-story-headline-small a {
	color: inherit;
	text-decoration: none;
}

.od-story-headline-large {
	margin: 0;
	color: var(--news-black);
	font-size: 3.25rem;
	line-height: 0.98;
	text-wrap: balance;
}

.od-story-headline-medium {
	margin: 0;
	color: var(--news-black);
	font-size: 1.85rem;
	line-height: 1.05;
	text-wrap: balance;
}

.od-story-headline-small {
	margin: 0;
	color: var(--news-black);
	font-size: 1.18rem;
	line-height: 1.16;
	text-wrap: balance;
}

.od-story-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.65rem;
	margin: 0;
	color: var(--ink-gray-500);
	font-family: var(--od-font-sans);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.3;
	text-transform: none;
}

.od-story-meta > * {
	display: inline-flex;
	align-items: center;
}

.od-story-meta > * + *::before {
	content: "";
	display: inline-block;
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.4rem;
	border-radius: 999px;
	background: var(--ink-gray-200);
}

.od-story-meta a {
	color: inherit;
	text-decoration: none;
}

.od-hero-card .wp-block-post-excerpt {
	max-width: 40rem;
	margin: 0;
	color: var(--ink-gray-700);
	font-size: 1.0625rem;
	line-height: 1.55;
}

.od-hero-card .wp-block-post-excerpt__more-text,
.od-story-card .wp-block-post-excerpt__more-text {
	display: none;
}

.od-hero-card .wp-block-read-more,
.od-story-card .wp-block-read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 2.75rem;
	margin-top: 0.25rem;
	padding: 0 1rem;
	border: 1px solid var(--signal-red);
	background: var(--signal-red);
	color: var(--pure-white);
	font-family: var(--od-font-sans);
	font-size: 0.8125rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.od-hero-card .wp-block-read-more:hover,
.od-story-card .wp-block-read-more:hover {
	background: var(--news-black);
	border-color: var(--news-black);
	color: var(--pure-white);
}

.od-story-card .wp-block-read-more::after,
.od-hero-card .wp-block-read-more::after {
	display: none;
}

/* Sidebar */
.od-sidebar-heading,
.od-section-heading {
	position: relative;
	margin: 0 0 1rem;
	padding: 0 0 0.65rem;
	border-bottom: 1px solid var(--ink-gray-200);
	color: var(--news-black);
	font-family: var(--od-font-sans);
	font-size: 0.9375rem;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.od-sidebar-heading::after,
.od-section-heading::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 3.5rem;
	height: 3px;
	background: var(--signal-red);
}

.od-featured-sidebar {
	padding: 0;
}

.od-featured-sidebar .wp-block-post-template,
.od-sidebar-module .wp-block-post-template {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: featured;
}

.od-featured-sidebar li {
	display: grid;
	grid-template-columns: 2.1rem minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.9rem 0;
	border-bottom: 1px solid var(--ink-gray-200);
	counter-increment: featured;
}

.od-featured-sidebar li:first-child {
	padding-top: 0;
}

.od-featured-sidebar li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.od-featured-sidebar li::before {
	content: counter(featured, decimal-leading-zero);
	color: var(--signal-red);
	font-family: var(--od-font-sans);
	font-size: 0.8125rem;
	font-weight: 800;
	line-height: 1.2;
}

.od-featured-item {
	display: grid;
	grid-template-columns: 7.2rem minmax(0, 1fr);
	gap: 0.45rem 0.85rem;
	align-items: start;
}

.od-featured-item .wp-block-post-featured-image {
	grid-row: 1 / span 3;
	margin: 0;
}

.od-featured-item .wp-block-post-featured-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.od-featured-item .od-story-headline-small {
	font-size: 1.06rem;
}

.od-featured-item .od-story-meta {
	font-size: 0.75rem;
}

.od-featured-item .od-story-meta > * + *::before {
	display: none;
}

/* Sections */
.od-latest-grid {
	padding: 1.5rem 0 0;
}

.od-latest-grid .wp-block-post-template,
.od-category-grid .wp-block-post-template {
	display: grid;
	gap: 1.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.od-latest-grid .wp-block-post-template {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.od-category-grid .wp-block-post-template {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.od-story-card {
	display: grid;
	gap: 0.5rem;
	padding: 0;
	background: transparent;
}

.od-story-card .wp-block-post-featured-image {
	margin: 0;
}

.od-story-card .wp-block-post-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.od-story-card .wp-block-post-excerpt {
	margin: 0;
	color: var(--ink-gray-700);
	font-size: 0.9375rem;
	line-height: 1.48;
}

.od-category-tiles-section {
	padding-top: 1.35rem;
}

.od-category-tiles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--ink-gray-200);
	border-left: 1px solid var(--ink-gray-200);
}

.od-category-tiles a {
	display: grid;
	place-items: center;
	gap: 0.45rem;
	min-height: 5rem;
	padding: 0.75rem;
	border-right: 1px solid var(--ink-gray-200);
	border-bottom: 1px solid var(--ink-gray-200);
	color: var(--news-black);
	font-size: 0.8125rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.od-category-tiles a:hover {
	color: var(--signal-red);
}

.od-category-tiles svg {
	width: 1.35rem;
	height: 1.35rem;
}

.od-section-stack {
	padding-top: 1.75rem;
}

.od-category-row {
	gap: 1.75rem;
	margin-top: 1.35rem;
}

.od-category-row:first-child {
	margin-top: 0;
}

.od-category-strip {
	padding: 0;
}

.od-newsletter-strip {
	padding: 1.25rem;
	border: 1px solid var(--ink-gray-200);
	background: var(--paper-white);
	color: var(--news-black);
}

.od-newsletter-strip p {
	margin: 0 0 1rem;
	color: var(--ink-gray-700);
	line-height: 1.5;
}

.od-newsletter-form {
	display: flex;
	gap: 0;
}

.od-newsletter-form input {
	min-width: 0;
	width: 100%;
	min-height: 2.75rem;
	border: 1px solid var(--ink-gray-200);
	border-right: 0;
	padding: 0 0.85rem;
	background: var(--pure-white);
	color: var(--news-black);
	font: inherit;
	font-size: 0.9rem;
}

.od-newsletter-form button {
	min-height: 2.75rem;
	border: 1px solid var(--signal-red);
	padding: 0 1rem;
	background: var(--signal-red);
	color: var(--pure-white);
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}

.od-whatsapp-card {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 1.25rem;
	background: var(--news-black);
	color: var(--pure-white);
	border-top: 3px solid var(--signal-red);
}

.od-whatsapp-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.45;
}

.od-whatsapp-title {
	color: var(--pure-white);
	font-size: 0.9375rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.od-whatsapp-icon {
	width: 3.25rem;
	height: 3.25rem;
	color: var(--pure-white);
}

.od-whatsapp-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	margin-top: 0.9rem;
	padding: 0 1rem;
	background: var(--pure-white);
	color: var(--news-black);
	font-size: 0.8125rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

/* Listing, single, and utility templates */
.od-archive-header,
.od-search-header,
.od-not-found-card {
	padding-top: 2rem;
	padding-bottom: 1.25rem;
}

.od-archive-header h1,
.od-search-header h1,
.od-not-found-card h1,
.od-single-article .wp-block-post-title,
.od-page-article .wp-block-post-title {
	margin-top: 0;
	font-family: var(--od-font-serif);
	letter-spacing: 0;
}

.od-query-list .wp-block-post-template {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.od-listing-card {
	display: grid;
	gap: 1rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--ink-gray-200);
}

.od-listing-card .wp-block-post-featured-image {
	margin: 0;
}

.od-listing-card .wp-block-post-featured-image img,
.od-single-article .wp-block-post-featured-image img,
.od-page-article .wp-block-post-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.od-single-shell > .wp-block-columns {
	gap: 2rem;
	padding-top: 2rem;
}

.od-single-article,
.od-page-article {
	display: grid;
	gap: 1rem;
}

.od-single-content,
.od-page-content {
	color: var(--ink-gray-700);
	font-size: 1.0625rem;
	line-height: 1.72;
}

.od-single-content > * + *,
.od-page-content > * + * {
	margin-block-start: 1.2rem;
}

.od-sidebar-stack {
	display: grid;
	gap: 1.35rem;
}

.od-sidebar-module {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border: 1px solid var(--ink-gray-200);
	background: var(--paper-white);
}

.od-sidebar-module li {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--ink-gray-200);
}

.od-sidebar-module li:first-child {
	padding-top: 0;
}

.od-sidebar-module li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.od-pagination {
	padding-top: 1rem;
}

.od-pagination .wp-block-query-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	font-size: 0.9rem;
	font-weight: 700;
}

.od-empty-state {
	padding: 1rem 0;
	color: var(--ink-gray-500);
}

/* Ads */
.od-ad-slot {
	display: grid;
	gap: 0.45rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.od-ad-label {
	color: var(--ink-gray-500);
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.od-ad-slot .krodik-ad-container {
	margin: 0;
}

.od-ad-slot .krodik-ad {
	max-width: 100%;
}

.od-ad-slot-leaderboard {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-top: 1px solid rgba(17, 17, 17, 0.08);
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.od-ad-slot-inline {
	max-width: var(--od-readable-width);
	padding-right: 0;
	padding-left: 0;
}

.od-ad-slot-sidebar {
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Footer */
.od-site-footer {
	margin-top: 2.5rem;
	background: var(--news-black);
	color: rgba(255, 255, 255, 0.86);
}

.od-footer-shell {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--od-content-width);
	margin: 0 auto;
	padding: 2.75rem max(1.25rem, 3vw);
}

.od-footer-shell a {
	color: rgba(255, 255, 255, 0.86);
}

.od-footer-shell a:hover {
	color: var(--pure-white);
}

.od-footer-brand {
	display: grid;
	gap: 1rem;
}

.od-footer-brand a {
	display: inline-block;
	padding: 0.75rem 0.9rem;
	background: var(--pure-white);
	text-decoration: none;
}

.od-footer-brand img {
	max-width: 11.5rem;
}

.od-footer-heading {
	margin: 0 0 0.8rem;
	color: var(--pure-white);
	font-family: var(--od-font-sans);
	font-size: 0.8125rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.od-footer-links {
	display: grid;
	gap: 0.55rem;
	font-size: 0.95rem;
}

.od-footer-meta {
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.85rem;
}

/* Responsive */
@media (min-width: 80rem) {
	.od-header-brand a {
		width: min(29rem, 42vw);
	}

	.od-story-headline-large {
		font-size: 3.7rem;
	}
}

@media (min-width: 48rem) {
	.od-listing-card {
		grid-template-columns: minmax(0, 17rem) 1fr;
		align-items: start;
	}
}

@media (max-width: 80rem) {
	.od-masthead-shell {
		grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr);
		gap: 1.1rem;
	}

	.od-logo-wide {
		max-width: none;
	}

	.od-primary-nav {
		gap: 0 1rem;
	}

	.od-latest-grid .wp-block-post-template,
	.od-category-grid .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 64rem) {
	.od-breaking-shell {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.od-breaking-time,
	.od-breaking-social {
		display: none !important;
	}

	.od-masthead-shell {
		grid-template-columns: 1fr;
		justify-items: center;
		padding-top: 1rem;
		padding-bottom: 0.8rem;
		text-align: center;
	}

	.od-masthead-info {
		order: 2;
		justify-items: center;
	}

	.od-header-brand {
		order: 1;
	}

	.od-logo-wide {
		display: none;
	}

	.od-logo-compact {
		display: block;
		max-width: none;
	}

	.od-header-brand a {
		width: 10.75rem;
	}

	.od-header-tools {
		order: 3;
		width: min(24rem, 100%);
		justify-content: center;
	}

	.od-header-search {
		width: 100%;
	}

	.od-primary-nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0 1.25rem;
		scrollbar-width: none;
	}

	.od-primary-nav::-webkit-scrollbar {
		display: none;
	}

	.od-primary-nav a {
		flex: 0 0 auto;
	}

	.od-home-columns {
		flex-wrap: wrap !important;
	}

	.od-home-primary,
	.od-home-sidebar {
		flex-basis: 100% !important;
	}

	.od-story-headline-large {
		font-size: 3rem;
	}
}

@media (max-width: 48rem) {
	.od-breaking-shell {
		grid-template-columns: auto minmax(0, 1fr);
		min-height: 2.75rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.od-breaking-time,
	.od-breaking-social {
		display: none;
	}

	.od-breaking-track .wp-block-post-title {
		font-size: 0.8125rem;
		text-align: left;
	}

	.od-masthead-info {
		font-size: 0.75rem;
	}

	.od-logo-compact {
		max-width: none;
	}

	.od-header-brand a {
		width: 9.25rem;
	}

	.od-front-grid,
	.od-section-stack,
	.od-ad-slot,
	.od-archive-header,
	.od-search-header,
	.od-query-list,
	.od-single-shell > .wp-block-columns,
	.od-page-article,
	.od-not-found-card,
	.od-sidebar-module {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.od-story-headline-large {
		font-size: 2.35rem;
		line-height: 1;
	}

	.od-hero-card .wp-block-post-featured-image img {
		aspect-ratio: 16 / 10;
		background: var(--news-black);
		object-fit: contain;
	}

	.od-story-headline-medium {
		font-size: 1.55rem;
	}

	.od-latest-grid .wp-block-post-template,
	.od-category-grid .wp-block-post-template,
	.od-category-tiles {
		grid-template-columns: 1fr;
	}

	.od-featured-item {
		grid-template-columns: 5.75rem minmax(0, 1fr);
	}

	.od-featured-sidebar li {
		grid-template-columns: 1.85rem minmax(0, 1fr);
	}

	.od-newsletter-form {
		display: grid;
	}

	.od-newsletter-form input {
		border-right: 1px solid var(--ink-gray-200);
		border-bottom: 0;
	}

	.od-whatsapp-card {
		grid-template-columns: 3rem minmax(0, 1fr);
	}

	.od-whatsapp-icon {
		width: 2.75rem;
		height: 2.75rem;
	}
}

@media (max-width: 24rem) {
	.od-logo-compact {
		display: none;
	}

	.od-logo-mark {
		display: block;
		max-width: none;
	}

	.od-header-brand a {
		width: 4.5rem;
	}
}
