/* EarthKosher — News & Press
 * Same restraint as ek-startups: inherit the theme's fonts and colors, add only
 * structural chrome. Link colors carry !important because Salient's
 * #ajax-content-wrap a rule otherwise wins. */

.ek-press,
.ek-press-crumbs,
.ek-press-list,
.ek-press-back,
.ek-press-empty {
	--ek-accent: #236053;          /* EarthKosher brand green */
	--ek-accent-dark: #184539;
	--ek-line: rgba(0, 0, 0, .10);
	--ek-soft: rgba(0, 0, 0, .03);
	--ek-muted: rgba(0, 0, 0, .55);
}

.ek-press,
.ek-press-crumbs,
.ek-press-list,
.ek-press-back {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- Breadcrumb ---------- */
.ek-press-crumbs {
	margin-bottom: 1.4em;
	font-size: .85em;
}
.ek-press-crumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: .4em;
	color: var(--ek-muted);
}
.ek-press-crumbs li + li::before {
	content: "\203A";
	margin-right: .4em;
	color: var(--ek-muted);
}
.ek-press-crumbs a {
	color: var(--ek-muted) !important;
	text-decoration: none;
}
.ek-press-crumbs a:hover,
.ek-press-crumbs a:focus {
	color: var(--ek-accent) !important;
	text-decoration: underline;
}
.ek-press-crumbs [aria-current="page"] {
	color: inherit;
	font-weight: 600;
}

/* ---------- Index listing ---------- */
.ek-press-lead {
	font-size: 1.15em;
	line-height: 1.6;
	color: var(--ek-muted);
	max-width: 860px;
	margin: 0 auto 2em;
}
.ek-press-list {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: none;
}
.ek-press-item {
	padding: 1.6em 0;
	border-top: 1px solid var(--ek-line);
}
.ek-press-item:last-child {
	border-bottom: 1px solid var(--ek-line);
}
.ek-press-item-date {
	margin: 0 0 .3em;
	font-size: .8em;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ek-muted);
}
.ek-press-item-title {
	margin: 0 0 .45em;
	font-size: 1.45em;
	line-height: 1.3;
}
.ek-press-item-title a {
	color: inherit !important;
	text-decoration: none;
}
.ek-press-item-title a:hover,
.ek-press-item-title a:focus {
	color: var(--ek-accent) !important;
	text-decoration: underline;
}
.ek-press-item-dek {
	margin: 0 0 .6em;
	line-height: 1.6;
	color: var(--ek-muted);
}
.ek-press-item-more {
	margin: 0;
}
.ek-press .ek-more,
.ek-press-item-more .ek-more {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	color: var(--ek-accent) !important;
}
.ek-press-item-more .ek-more::after {
	content: " \2192";
}
.ek-press-item-more .ek-more:hover,
.ek-press-item-more .ek-more:focus {
	text-decoration: underline;
}
.ek-press-empty {
	color: var(--ek-muted);
}

/* ---------- A single release ---------- */
.ek-press-kicker {
	margin: 0 0 1em;
	font-size: .78em;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ek-accent);
}
.ek-press-dek {
	font-size: 1.2em;
	line-height: 1.55;
	color: var(--ek-muted);
	margin: 0 0 1.5em;
	padding-bottom: 1.4em;
	border-bottom: 1px solid var(--ek-line);
}
/* AP-style dateline that opens the first paragraph. */
.ek-press-place {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.ek-press-body p {
	line-height: 1.7;
	margin: 0 0 1.2em;
}
.ek-press h2 {
	margin: 2.2em 0 .7em;
	font-size: 1.05em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ek-accent-dark);
	scroll-margin-top: 90px;
}
.ek-press blockquote {
	margin: 1.8em 0;
	padding: 1.2em 1.5em;
	background: var(--ek-soft);
	border: 0;
	border-left: 3px solid var(--ek-accent);
	border-radius: 0 10px 10px 0;
	font-style: normal;
}
.ek-press blockquote p {
	margin: 0 0 .7em;
	line-height: 1.65;
}
.ek-press blockquote cite {
	display: block;
	font-style: normal;
	font-size: .9em;
	color: var(--ek-muted);
}
.ek-press-contact {
	margin: .6em 0 0;
	padding: 1.2em 1.5em;
	background: var(--ek-soft);
	border: 1px solid var(--ek-line);
	border-radius: 10px;
	line-height: 1.7;
}
.ek-press-contact p {
	margin: 0;
}
.ek-press-contact a {
	color: var(--ek-accent) !important;
}
.ek-press-end {
	margin: 2.4em 0 0;
	text-align: center;
	letter-spacing: .5em;
	color: var(--ek-muted);
}
.ek-press-back {
	margin-top: 2.2em;
	padding-top: 1.2em;
	border-top: 1px solid var(--ek-line);
	font-size: .95em;
}
.ek-press-back a {
	font-weight: 700;
	text-decoration: none;
	color: var(--ek-accent) !important;
}
.ek-press-back a:hover,
.ek-press-back a:focus {
	text-decoration: underline;
}

@media (max-width: 690px) {
	.ek-press-item-title {
		font-size: 1.25em;
	}
	.ek-press-dek {
		font-size: 1.08em;
	}
}
