/* Alert 360 — Newsroom (press release CPT) styles
 * Loaded only on /newsroom/ archive and /newsroom/{slug}/ single pages.
 * Mirrors the type scale + brand greens from the customer-experience page.
 */

/* Suppress the Verita theme's default page-title banner (the grey hero with
 * the generic CPT title + breadcrumb). The plugin renders its own branded
 * heading inside .a360-news-wrap, so we don't want a second title above it.
 * Scoped to newsroom body classes only — other pages keep the theme banner.
 */
body.a360-newsroom-archive #pxl-page-title-default,
body.a360-newsroom-single #pxl-page-title-default {
	display: none !important;
}

/* Suppress the Verita theme's standalone post-meta date block on single press
 * release pages. The plugin already renders the dateline (TULSA, OK · May 7,
 * 2026) inside the article header — the theme's floating date label above the
 * article is duplicative and visually orphaned now that the title banner is gone.
 */
body.a360-newsroom-single .pxl-single-meta,
body.a360-newsroom-single .pxl-item--meta {
	display: none !important;
}

.a360-news-wrap {
	max-width: 920px;
	margin: 0 auto;
	padding: 56px 24px 72px;
	font-family: inherit;
	line-height: 1.6;
	color: #1B1B1B;
}

.a360-news-wrap a {
	color: #00964B;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.a360-news-wrap a:hover { color: #007a3d; }

.a360-news-kicker {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #00964B;
	margin: 0 0 12px;
}
.a360-news-kicker a {
	color: #00964B;
	text-decoration: none;
}
.a360-news-kicker a:hover { text-decoration: underline; }

/* ---- Single press release ---- */

.a360-news-header {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 28px;
	margin-bottom: 32px;
}

.a360-news-headline {
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #1B1B1B;
	margin: 0 0 14px;
	line-height: 1.2;
}

.a360-news-subhead {
	font-size: clamp(17px, 2vw, 19px);
	font-weight: 500;
	color: #3a3a3a;
	margin: 0 0 18px;
	line-height: 1.5;
}

.a360-news-dateline {
	font-size: 14px;
	color: #555;
	margin: 0;
	text-transform: none;
	letter-spacing: 0.01em;
}
.a360-news-dateline strong {
	color: #1B1B1B;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.a360-news-hero {
	margin: 0 0 32px;
}
.a360-news-hero img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.a360-news-body {
	font-size: 17px;
	line-height: 1.7;
}
.a360-news-body p,
.a360-news-body ul,
.a360-news-body ol {
	margin: 0 0 18px;
}
.a360-news-body ul,
.a360-news-body ol {
	padding-left: 1.4em;
}
.a360-news-body li {
	margin-bottom: 6px;
}
.a360-news-body h2 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #1B1B1B;
	margin: 36px 0 14px;
}
.a360-news-body h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1B1B1B;
	margin: 28px 0 12px;
}
.a360-news-body blockquote {
	border-left: 3px solid #00964B;
	background: #F5F5F5;
	margin: 24px 0;
	padding: 16px 20px;
	color: #3a3a3a;
	font-style: italic;
	border-radius: 0 8px 8px 0;
}

.a360-news-contact {
	margin: 40px 0 24px;
	padding: 20px 24px;
	background: #F5F5F5;
	border-radius: 12px;
}
.a360-news-contact h2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #555;
	margin: 0 0 10px;
}
.a360-news-contact p {
	margin: 0 0 6px;
	font-size: 15px;
}

.a360-news-wire {
	font-size: 14px;
	color: #555;
	margin: 24px 0;
}

.a360-news-footer {
	border-top: 1px solid #ECECEC;
	margin-top: 40px;
	padding-top: 28px;
}
.a360-news-footer h2 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #555;
	margin: 0 0 12px;
}
.a360-news-footer p {
	font-size: 15px;
	color: #3a3a3a;
	margin: 0 0 14px;
	line-height: 1.6;
}
.a360-news-back {
	margin-top: 24px;
	font-size: 14px;
	font-weight: 600;
}

/* ---- Archive list ---- */

.a360-news-archive {
	max-width: 920px;
}

.a360-news-archive-header {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 28px;
	margin-bottom: 36px;
}
.a360-news-archive-header h1 {
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #1B1B1B;
	margin: 0 0 16px;
}
.a360-news-lede {
	font-size: 19px;
	line-height: 1.6;
	color: #3a3a3a;
	margin: 0 0 18px;
	max-width: 760px;
}
.a360-news-feed-link {
	font-size: 13px;
	margin: 0;
}

.a360-news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.a360-news-list-item {
	padding: 24px 0;
	border-bottom: 1px solid #ECECEC;
}
.a360-news-list-item:last-child {
	border-bottom: 0;
}
.a360-news-list-date {
	font-size: 13px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 600;
	margin: 0 0 8px;
}
.a360-news-list-title {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin: 0 0 10px;
}
.a360-news-list-title a {
	color: #1B1B1B;
	text-decoration: none;
}
.a360-news-list-title a:hover {
	color: #00964B;
}
.a360-news-list-subhead {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 1.55;
	margin: 0 0 10px;
}
.a360-news-list-link {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.a360-news-archive .pagination,
.a360-news-archive .nav-links {
	margin-top: 32px;
	font-size: 14px;
}

@media (max-width: 560px) {
	.a360-news-wrap { padding: 32px 18px 48px; }
	.a360-news-headline { font-size: 26px; }
}
