.ow-news-app {
	--ow-ink: #071521;
	--ow-navy: #031320;
	--ow-blue: #1769e0;
	--ow-green: #0d6b57;
	--ow-gold: #d8aa3d;
	--ow-paper: #f6f3eb;
	--ow-line: rgba(7, 21, 33, .16);
	color: var(--ow-ink);
	font-family: "Source Sans 3", "Trebuchet MS", sans-serif;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 24px 88px;
	width: 100%;
}

.ow-news-app *,
.ow-news-app *::before,
.ow-news-app *::after {
	box-sizing: border-box;
}

.ow-news-statusbar {
	align-items: center;
	background: var(--ow-navy);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px 14px 0 0;
	color: #d7e2ea;
	display: grid;
	font-size: 14px;
	gap: 18px;
	grid-template-columns: 1fr auto auto;
	letter-spacing: .02em;
	padding: 15px 20px;
}

.ow-news-statusbar > div {
	align-items: center;
	display: flex;
	gap: 8px;
}

.ow-news-live-dot {
	background: #4fd6a7;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(79, 214, 167, .13);
	display: inline-block;
	height: 8px;
	width: 8px;
}

.ow-news-controls {
	align-items: end;
	background: #fff;
	border: 1px solid var(--ow-line);
	border-radius: 0 0 14px 14px;
	box-shadow: 0 14px 34px rgba(3, 19, 32, .08);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(230px, 1.4fr) repeat(4, minmax(135px, .68fr)) auto;
	margin-bottom: 28px;
	padding: 18px;
}

.ow-news-controls label {
	display: grid;
	font-size: 12px;
	font-weight: 800;
	gap: 6px;
	letter-spacing: .09em;
	min-width: 0;
	text-transform: uppercase;
}

.ow-news-controls input,
.ow-news-controls select,
.ow-news-controls button,
.ow-news-load-more {
	font: inherit;
}

.ow-news-controls input,
.ow-news-controls select {
	background: #f8fafb;
	border: 1px solid #cbd5dc;
	border-radius: 8px;
	color: var(--ow-ink);
	height: 48px;
	max-width: 100%;
	min-width: 0;
	padding: 0 13px;
	width: 100%;
}

.ow-news-controls input:focus,
.ow-news-controls select:focus,
.ow-news-controls button:focus-visible,
.ow-news-load-more:focus-visible,
.ow-news-preferences button:focus-visible,
.ow-news-promote:focus-visible,
.ow-news-card a:focus-visible {
	outline: 3px solid rgba(23, 105, 224, .35);
	outline-offset: 3px;
}

.ow-news-reset {
	background: transparent;
	border: 1px solid var(--ow-ink);
	border-radius: 8px;
	color: var(--ow-ink);
	cursor: pointer;
	font-weight: 800;
	height: 48px;
	padding: 0 18px;
}

.ow-news-reset:hover {
	background: var(--ow-ink);
	color: #fff;
}

.ow-news-member-note {
	background: #e9f2f0;
	border: 1px solid rgba(13, 107, 87, .22);
	color: #284b45;
	font-size: 15px;
	line-height: 1.5;
	padding: 13px 18px;
}

.ow-news-member-note a {
	color: var(--ow-green);
	font-weight: 850;
}

.ow-news-preferences {
	background: #eef3f5;
	border: 1px solid var(--ow-line);
	border-top: 0;
}

.ow-news-preferences summary {
	align-items: center;
	color: var(--ow-ink);
	cursor: pointer;
	display: flex;
	font-family: "Oxanium", "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: 750;
	gap: 10px;
	justify-content: space-between;
	list-style-position: inside;
	padding: 15px 18px;
}

.ow-news-preferences summary small {
	color: #5b6b76;
	font-family: "Source Sans 3", "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: 650;
}

.ow-news-preferences-form {
	border-top: 1px solid var(--ow-line);
	padding: 18px;
}

.ow-news-preferences-grid,
.ow-news-keyword-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ow-news-keyword-grid {
	margin-top: 14px;
}

.ow-news-preferences-form label {
	display: grid;
	font-size: 12px;
	font-weight: 800;
	gap: 6px;
	letter-spacing: .07em;
	min-width: 0;
	text-transform: uppercase;
}

.ow-news-preferences-form input[type="text"],
.ow-news-preferences-form select {
	background: #fff;
	border: 1px solid #bdcbd3;
	border-radius: 7px;
	color: var(--ow-ink);
	font: 500 15px/1.35 "Source Sans 3", "Trebuchet MS", sans-serif;
	max-width: 100%;
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.ow-news-preferences-form select[multiple] {
	min-height: 132px;
}

.ow-news-preferences-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 17px;
}

.ow-news-preferences-form .ow-news-check {
	align-items: center;
	display: inline-flex;
	flex: 1 1 360px;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
}

.ow-news-check input {
	height: 18px;
	width: 18px;
}

.ow-news-preferences-actions button {
	background: var(--ow-green);
	border: 0;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	font: 800 14px/1 "Source Sans 3", "Trebuchet MS", sans-serif;
	min-height: 44px;
	padding: 12px 18px;
}

.ow-news-preferences-actions button:disabled {
	cursor: wait;
	opacity: .65;
}

.ow-news-save-status {
	color: #42535f;
	font-size: 14px;
	font-weight: 650;
}

.ow-news-results-meta {
	color: #52616d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .06em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

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

.ow-news-card {
	background: #fff;
	border: 1px solid var(--ow-line);
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(3, 19, 32, .07);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: box-shadow .25s ease, transform .25s ease;
}

.ow-news-card:hover {
	box-shadow: 0 18px 42px rgba(3, 19, 32, .14);
	transform: translateY(-4px);
}

.ow-news-card.is-featured {
	grid-column: span 2;
	grid-row: span 2;
}

.ow-news-media {
	background: #0b2233;
	display: block;
	height: 210px;
	overflow: hidden;
	position: relative;
}

.ow-news-card.is-featured .ow-news-media {
	height: 360px;
}

.ow-news-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	width: 100%;
}

.ow-news-card:hover .ow-news-media img {
	transform: scale(1.035);
}

.ow-news-placeholder {
	align-items: flex-end;
	background:
		radial-gradient(circle at 78% 24%, rgba(216, 170, 61, .95) 0 2px, transparent 3px),
		radial-gradient(circle at 24% 32%, rgba(255, 255, 255, .62) 0 1px, transparent 2px),
		linear-gradient(145deg, #0b2e47 0%, #031320 60%, #071018 100%);
	color: rgba(255, 255, 255, .9);
	display: flex;
	height: 100%;
	justify-content: flex-end;
	padding: 20px;
	position: relative;
	width: 100%;
}

.ow-news-placeholder::before {
	border: 1px solid rgba(216, 170, 61, .5);
	border-radius: 50%;
	content: "";
	height: 170px;
	left: -34px;
	position: absolute;
	top: 44px;
	width: 170px;
}

.ow-news-placeholder b {
	font-family: "Oxanium", sans-serif;
	font-size: 38px;
	letter-spacing: .08em;
}

.ow-news-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 22px;
}

.ow-news-card-meta {
	align-items: center;
	color: #61717d;
	display: flex;
	font-size: 13px;
	gap: 8px 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.ow-news-signal-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: -3px 0 12px;
}

.ow-news-region,
.ow-news-trending {
	border-radius: 999px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .045em;
	line-height: 1;
	padding: 6px 8px;
	text-transform: uppercase;
}

.ow-news-region {
	background: rgba(23, 105, 224, .09);
	color: #1552a4;
}

.ow-news-trending {
	background: rgba(216, 170, 61, .18);
	color: #77580c;
}

.ow-news-source {
	color: var(--ow-blue);
	font-weight: 850;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.ow-news-card h2 {
	font-family: "Oxanium", "Trebuchet MS", sans-serif;
	font-size: clamp(19px, 1.5vw, 25px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.22;
	margin: 0 0 13px;
	overflow-wrap: anywhere;
}

.ow-news-card.is-featured h2 {
	font-size: clamp(27px, 3vw, 43px);
	line-height: 1.12;
}

.ow-news-card h2 a {
	color: var(--ow-ink);
	text-decoration: none;
}

.ow-news-card h2 a:hover {
	color: var(--ow-blue);
}

.ow-news-card p {
	color: #42535f;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 20px;
	overflow-wrap: anywhere;
}

.ow-news-card-footer {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
}

.ow-news-topic {
	background: rgba(13, 107, 87, .1);
	border-radius: 999px;
	color: var(--ow-green);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .04em;
	line-height: 1.2;
	padding: 7px 10px;
	text-transform: uppercase;
}

.ow-news-card-footer a {
	color: var(--ow-ink);
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.ow-news-community {
	border-top: 1px solid rgba(7, 21, 33, .1);
	margin-top: 16px;
	padding-top: 13px;
}

.ow-news-promote {
	align-items: center;
	background: transparent;
	border: 1px solid #b8c5cc;
	border-radius: 999px;
	color: #354853;
	cursor: pointer;
	display: inline-flex;
	font: 800 12px/1 "Source Sans 3", "Trebuchet MS", sans-serif;
	gap: 6px;
	letter-spacing: .045em;
	min-height: 34px;
	padding: 8px 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.ow-news-promote:hover,
.ow-news-promote.is-promoted {
	background: rgba(216, 170, 61, .17);
	border-color: var(--ow-gold);
	color: #72540d;
}

.ow-news-promote:disabled {
	cursor: wait;
	opacity: .65;
}

.ow-news-promote b {
	background: rgba(7, 21, 33, .08);
	border-radius: 999px;
	min-width: 20px;
	padding: 4px 6px;
	text-align: center;
}

.ow-news-load-more {
	background: var(--ow-gold);
	border: 0;
	border-radius: 7px;
	color: #0c1720;
	cursor: pointer;
	display: block;
	font-weight: 850;
	margin: 34px auto 0;
	min-height: 50px;
	padding: 12px 28px;
}

.ow-news-load-more:hover {
	background: #ebc25c;
}

.ow-news-empty,
.ow-news-unavailable {
	background: #fff;
	border: 1px solid var(--ow-line);
	border-radius: 10px;
	padding: 32px;
	text-align: center;
}

.ow-news-disclaimer {
	background: rgba(3, 19, 32, .055);
	border-left: 4px solid var(--ow-gold);
	color: #42535f;
	font-size: 14px;
	line-height: 1.55;
	margin-top: 42px;
	padding: 18px 20px;
}

.ow-news-disclaimer strong {
	color: var(--ow-ink);
	display: block;
	font-family: "Oxanium", sans-serif;
	font-size: 15px;
	letter-spacing: .04em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.ow-news-disclaimer p {
	margin: 0;
}

@media (max-width: 980px) {
	.ow-news-controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ow-news-search {
		grid-column: 1 / -1;
	}
	.ow-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ow-news-preferences-grid,
	.ow-news-keyword-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ow-news-app {
		overflow-x: clip;
		padding: 0 14px 64px;
	}
	.ow-news-statusbar {
		align-items: flex-start;
		gap: 7px;
		grid-template-columns: 1fr;
		padding: 14px 16px;
	}
	.ow-news-controls {
		grid-template-columns: minmax(0, 1fr);
		padding: 14px;
	}
	.ow-news-search {
		grid-column: auto;
	}
	.ow-news-preferences summary {
		align-items: flex-start;
		flex-direction: column;
	}
	.ow-news-preferences-grid,
	.ow-news-keyword-grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.ow-news-preferences-actions {
		align-items: stretch;
		flex-direction: column;
	}
	.ow-news-preferences-form .ow-news-check {
		flex-basis: auto;
	}
	.ow-news-grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.ow-news-card.is-featured {
		grid-column: auto;
		grid-row: auto;
	}
	.ow-news-card.is-featured .ow-news-media,
	.ow-news-media {
		height: 210px;
	}
	.ow-news-card.is-featured h2,
	.ow-news-card h2 {
		font-size: 22px;
	}
	.ow-news-card-body {
		padding: 18px;
	}
	.ow-news-card-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	/* Space News header: keep the mobile menu control visible on the white header. */
	body.page-id-5178 .elementor-element-3bf3f6d .elementskit-menu-hamburger {
		align-items: center !important;
		background: #031b2b !important;
		border: 2px solid #ddb33a !important;
		border-radius: 8px !important;
		color: #ffffff !important;
		display: flex !important;
		height: 48px !important;
		justify-content: center !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 48px !important;
	}
	body.page-id-5178 .elementor-element-3bf3f6d .elementskit-menu-hamburger .ekit-menu-icon {
		color: #ffffff !important;
		font-size: 26px !important;
		line-height: 1 !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ow-news-card,
	.ow-news-media img {
		transition: none;
	}
}
