/*
Theme Name: iSEARK Child
Theme URI: https://iseark.com
Description: OceanWP child for iSEARK — SE Arkansas NEWS + lifestyle + store & digital services.
Author: Keith BBF
Author URI: https://iseark.com
Template: oceanwp
Version: 1.6.0
Text Domain: iseark-child
*/

/* -------------------------------------------------------------------------
   Mobile-first NEWS readability
   ------------------------------------------------------------------------- */
body.iseark-news {
	font-size: 18px;
	line-height: 1.7;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
}

body.iseark-news .entry-content,
body.iseark-news .elementor-widget-theme-post-content,
body.iseark-news .iseark-story-body {
	max-width: 38rem;
	margin-inline: auto;
}

body.iseark-news h1,
body.iseark-news h2,
body.iseark-news .entry-title {
	line-height: 1.2;
	letter-spacing: -0.015em;
	font-weight: 700;
}

/* Homepage masthead */
.iseark-news-home-header {
	margin: 1rem 0 1rem;
	padding: 0 0.15rem;
}
.iseark-news-home-header .entry-title {
	font-size: clamp(1.85rem, 6vw, 2.6rem);
	margin: 0 0 0.25rem;
}
.iseark-tagline {
	margin: 0;
	color: #444;
	font-size: 1.05rem;
	line-height: 1.4;
}

/* Town section cards — clearer headers, tighter mobile spacing */
.iseark-town-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 1fr;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.iseark-town-grid {
		gap: 1.15rem;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.iseark-town-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.iseark-town-block {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 0.85rem 0.95rem 0.7rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.iseark-town-block h2 {
	font-size: clamp(1.2rem, 3.5vw, 1.35rem);
	margin: 0 0 0.55rem;
	border-bottom: 3px solid #0b3d2e;
	padding-bottom: 0.4rem;
	letter-spacing: -0.01em;
}

.iseark-town-block h2 a {
	text-decoration: none;
	color: #0b3d2e;
}

.iseark-town-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.iseark-town-block li {
	padding: 0.55rem 0;
	border-bottom: 1px solid #f0f0f0;
}

.iseark-town-block li:last-child {
	border-bottom: 0;
	padding-bottom: 0.15rem;
}

.iseark-town-block .iseark-story-link {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.35;
}

.iseark-town-block .iseark-story-link:hover {
	color: #0b3d2e;
	text-decoration: underline;
}

.iseark-date {
	display: block;
	font-size: 0.78rem;
	color: #777;
	font-weight: 400;
	margin-top: 0.15rem;
}

.iseark-empty {
	margin: 0;
	color: #888;
	font-size: 0.9rem;
}

/* SAMPLE vs real story distinction */
.iseark-badge--sample {
	background: #f5e6c8;
	color: #6b4e16;
	border: 1px solid #e0c889;
}
.iseark-town-block li.is-sample .iseark-story-link {
	font-weight: 500;
	color: #555;
}
.iseark-town-block li.is-sample .iseark-story-link::after {
	content: none;
}
.iseark-sample-note {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b4e16;
	margin-left: 0.35rem;
}

/* Single / archive titles — larger for readability */
body.iseark-news.single .entry-title,
body.iseark-news.single-post .entry-title {
	font-size: clamp(1.75rem, 5.5vw, 2.35rem);
	max-width: 38rem;
	margin-inline: auto;
}

/* -------------------------------------------------------------------------
   Sticky compact header on mobile (optional polish)
   ------------------------------------------------------------------------- */
@media (max-width: 959px) {
	body.iseark-news #site-header {
		position: sticky;
		top: 0;
		z-index: 100;
		background: #fff;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
	}
	body.iseark-news #site-header .header-top,
	body.iseark-news #site-header .header-bottom {
		/* keep OceanWP structure; slightly tighter */
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
	}
}

/* -------------------------------------------------------------------------
   Desktop ad rails (left + right). Hidden on mobile/tablet.
   ------------------------------------------------------------------------- */
.iseark-ad-rails {
	display: none;
}

@media (min-width: 1200px) {
	body.iseark-news.has-ad-rails #content-wrap,
	body.iseark-news.has-ad-rails .content-area {
		position: relative;
	}

	.iseark-ad-rails {
		display: block;
		position: absolute;
		top: 0;
		width: 160px;
		z-index: 5;
	}

	.iseark-ad-rail--left {
		left: -180px;
	}

	.iseark-ad-rail--right {
		right: -180px;
	}

	.iseark-ad-slot {
		position: sticky;
		top: 90px;
		min-height: 250px;
		background: #f7f7f7;
		border: 1px dashed #ccc;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		color: #888;
		text-align: center;
		padding: 0.5rem;
	}

	body.iseark-news.has-ad-rails #main {
		max-width: 1100px;
		margin-inline: auto;
	}
}

@media (min-width: 1400px) {
	.iseark-ad-rails {
		width: 300px;
	}
	.iseark-ad-rail--left {
		left: -320px;
	}
	.iseark-ad-rail--right {
		right: -320px;
	}
}

/* Explicit: never show side ad panels on small screens */
@media (max-width: 1199px) {
	.iseark-ad-rails,
	.iseark-ad-rail--left,
	.iseark-ad-rail--right {
		display: none !important;
	}
}

/* Source-type badges (PD / FD / school / gov / civic) */
.iseark-badge {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.15rem 0.45rem;
	border-radius: 3px;
	margin-right: 0.35rem;
	vertical-align: middle;
}
.iseark-badge--pd { background: #1e3a5f; color: #fff; }
.iseark-badge--fd { background: #8b1e1e; color: #fff; }
.iseark-badge--school { background: #5b4a1e; color: #fff; }
.iseark-badge--gov { background: #0b3d2e; color: #fff; }
.iseark-badge--civic { background: #4a3560; color: #fff; }


/* -------------------------------------------------------------------------
   Brand masthead — news leader, not agency demo
   ------------------------------------------------------------------------- */
.iseark-kicker {
	margin: 0 0 0.2rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0b3d2e;
}
.iseark-section-label {
	font-size: clamp(1.15rem, 3vw, 1.35rem);
	margin: 1.25rem 0 0.65rem;
	color: #0b3d2e;
	border-bottom: 2px solid #0b3d2e;
	padding-bottom: 0.35rem;
}
.iseark-home-modules {
	display: grid;
	gap: 0.85rem;
	margin: 0.5rem 0 1rem;
}
@media (min-width: 900px) {
	.iseark-home-modules {
		grid-template-columns: 1.4fr 1fr;
		grid-template-areas:
			"weather weather"
			"roads desks";
		gap: 1rem;
	}
	.iseark-weather-pane--home { grid-area: weather; }
	.iseark-traffic-pane { grid-area: roads; }
	.iseark-desks-strip { grid-area: desks; }
}

/* -------------------------------------------------------------------------
   Weather week pane (interactive)
   ------------------------------------------------------------------------- */
.iseark-weather-pane {
	border: 1px solid #d5e5de;
	border-radius: 10px;
	background: linear-gradient(180deg, #f4faf7 0%, #fff 55%);
	padding: 0.85rem 0.95rem 0.9rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.iseark-weather-pane__header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem 1rem;
	margin-bottom: 0.55rem;
}
.iseark-weather-pane__title {
	margin: 0;
	font-size: clamp(1.1rem, 3vw, 1.3rem);
	color: #0b3d2e;
}
.iseark-weather-pane__meta {
	margin: 0;
	font-size: 0.8rem;
	color: #555;
}
.iseark-weather-pane__source {
	display: inline-block;
	margin-left: 0.4rem;
	color: #888;
	font-size: 0.72rem;
}
.iseark-weather-week {
	display: flex;
	gap: 0.4rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0.25rem;
	scroll-snap-type: x proximity;
}
.iseark-weather-day {
	flex: 0 0 auto;
	min-width: 4.6rem;
	max-width: 6.5rem;
	scroll-snap-align: start;
	border: 1px solid #cfe0d8;
	border-radius: 8px;
	background: #fff;
	padding: 0.45rem 0.4rem 0.5rem;
	text-align: center;
	cursor: pointer;
	font: inherit;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
}
.iseark-weather-day:hover,
.iseark-weather-day:focus-visible {
	border-color: #0b3d2e;
	outline: 2px solid rgba(11, 61, 46, 0.25);
	outline-offset: 1px;
}
.iseark-weather-day.is-active {
	border-color: #0b3d2e;
	background: #e8f3ee;
	box-shadow: inset 0 0 0 1px #0b3d2e;
}
.iseark-weather-day__label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #0b3d2e;
	margin-bottom: 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.iseark-weather-day__temps {
	display: block;
	font-size: 0.95rem;
	line-height: 1.2;
}
.iseark-weather-day__temps .hi { color: #1a1a1a; }
.iseark-weather-day__temps .lo { color: #666; font-weight: 500; margin-left: 0.15rem; }
.iseark-weather-day__precip {
	display: block;
	font-size: 0.72rem;
	color: #1e5a8a;
	margin-top: 0.15rem;
	font-weight: 600;
}
.iseark-weather-day__short {
	display: block;
	font-size: 0.65rem;
	color: #666;
	margin-top: 0.2rem;
	line-height: 1.25;
	max-height: 2.5em;
	overflow: hidden;
}
.iseark-weather-detail {
	margin-top: 0.65rem;
	padding: 0.55rem 0.65rem;
	background: #fff;
	border: 1px solid #e2ebe6;
	border-radius: 6px;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #333;
	white-space: pre-wrap;
}
.iseark-weather-pane--sidebar {
	margin-bottom: 1rem;
}
.iseark-weather-pane--sidebar .iseark-weather-day {
	min-width: 3.8rem;
}

/* -------------------------------------------------------------------------
   Roads & Closings
   ------------------------------------------------------------------------- */
.iseark-traffic-pane {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fff;
	padding: 0.85rem 0.95rem 0.75rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.iseark-traffic-pane__header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem;
	margin-bottom: 0.45rem;
}
.iseark-traffic-pane h2 {
	margin: 0;
	font-size: clamp(1.1rem, 3vw, 1.25rem);
	color: #1e3a5f;
	border-bottom: 3px solid #1e3a5f;
	padding-bottom: 0.35rem;
	flex: 1 1 auto;
}
.iseark-traffic-pane__meta {
	margin: 0;
	font-size: 0.8rem;
}
.iseark-traffic-pane__meta a {
	color: #1e3a5f;
	font-weight: 600;
}
.iseark-traffic-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.iseark-traffic-list li {
	padding: 0.45rem 0;
	border-bottom: 1px solid #f0f0f0;
}
.iseark-traffic-list li:last-child { border-bottom: 0; }
.iseark-more {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	font-weight: 600;
}

/* -------------------------------------------------------------------------
   Desks strip
   ------------------------------------------------------------------------- */
.iseark-desks-strip {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fff;
	padding: 0.85rem 0.95rem 0.75rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.iseark-desks-strip__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.1rem, 3vw, 1.25rem);
	color: #0b3d2e;
	border-bottom: 3px solid #0b3d2e;
	padding-bottom: 0.35rem;
}
.iseark-desks-strip__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}
.iseark-desks-strip__list a {
	display: inline-block;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	background: #f0f5f2;
	color: #0b3d2e;
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 600;
	border: 1px solid #d5e5de;
}
.iseark-desks-strip__list a:hover,
.iseark-desks-strip__list a:focus-visible {
	background: #0b3d2e;
	color: #fff;
	border-color: #0b3d2e;
}


/* -------------------------------------------------------------------------
   Calendar (monthly grid)
   ------------------------------------------------------------------------- */
.iseark-page-header { margin: 1rem 0 1.25rem; }
.iseark-page-header .iseark-lede { color:#444; max-width:42rem; }
.iseark-btn {
  display:inline-block; background:#0b3d2e; color:#fff; padding:0.55rem 1rem;
  border-radius:6px; text-decoration:none; font-weight:600; border:0; cursor:pointer;
}
.iseark-btn:hover { color:#fff; filter:brightness(0.95); }
.iseark-btn--ghost { background:transparent; color:#0b3d2e; border:1px solid #0b3d2e; }
.iseark-calendar { margin: 1rem 0 2rem; }
.iseark-cal-toolbar {
  display:flex; flex-wrap:wrap; align-items:center; gap:0.5rem 0.75rem; margin-bottom:0.75rem;
}
.iseark-cal-month { margin:0; font-size:1.35rem; flex:1; text-align:center; }
.iseark-cal-nav {
  width:2.25rem; height:2.25rem; border-radius:6px; border:1px solid #ccc; background:#fff;
  font-size:1.4rem; line-height:1; cursor:pointer;
}
.iseark-cal-filters {
  display:flex; flex-wrap:wrap; gap:0.4rem 0.85rem; margin-bottom:0.85rem; font-size:0.92rem;
}
.iseark-cal-filter { display:inline-flex; align-items:center; gap:0.25rem; }
.iseark-cal-grid {
  display:grid; grid-template-columns:repeat(7, minmax(0,1fr)); gap:2px;
  background:#ddd; border:1px solid #ddd; border-radius:8px; overflow:hidden;
  margin-bottom:1.5rem;
}
.iseark-cal-dow {
  background:#f3f3f3; font-size:0.75rem; font-weight:700; text-align:center; padding:0.35rem 0.15rem;
}
.iseark-cal-day {
  background:#fff; min-height:5.5rem; padding:0.25rem; font-size:0.72rem; vertical-align:top;
}
.iseark-cal-day.is-pad { background:#fafafa; }
.iseark-cal-day.is-today { outline:2px solid #0b3d2e; outline-offset:-2px; }
.iseark-cal-daynum { font-weight:700; font-size:0.85rem; margin-bottom:0.15rem; }
.iseark-cal-day-events { list-style:none; margin:0; padding:0; }
.iseark-cal-day-events li {
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  border-left:3px solid #888; padding-left:0.25rem; margin-bottom:0.15rem;
}
.iseark-cal-day-events li.kind-festival { border-color:#c62828; }
.iseark-cal-day-events li.kind-produce { border-color:#2e7d32; }
.iseark-cal-day-events li.kind-hunt { border-color:#6d4c41; }
.iseark-cal-day-events li.kind-fish { border-color:#1565c0; }
.iseark-cal-day-events li.kind-4h { border-color:#00897b; }
.iseark-cal-day-events li.kind-sales { border-color:#ef6c00; }
.iseark-cal-more { color:#666; font-size:0.68rem; }
.iseark-cal-list { display:grid; gap:0.75rem; }
.iseark-cal-card {
  border:1px solid #e2e2e2; border-radius:8px; padding:0.85rem 1rem; background:#fff;
}
.iseark-cal-card h3 { margin:0.25rem 0; font-size:1.1rem; }
.iseark-cal-kind { font-size:0.75rem; text-transform:uppercase; letter-spacing:0.04em; color:#555; }
.iseark-cal-when { margin:0.2rem 0; color:#333; font-weight:600; }
.iseark-cal-notes { margin:0.35rem 0; color:#444; }
.iseark-cal-source { margin:0; font-size:0.85rem; color:#666; }
.iseark-badge--guide { background:#fff3e0; color:#e65100; }
.iseark-badge--agfc { background:#e8f5e9; color:#1b5e20; }
.iseark-cal-footnotes { font-size:0.9rem; color:#555; margin:1.5rem 0; max-width:42rem; }
@media (max-width:700px) {
  .iseark-cal-day { min-height:3.2rem; }
  .iseark-cal-day-events { display:none; }
  .iseark-cal-more { display:none; }
}

/* Tip form */
.iseark-tip-form label { display:block; font-weight:600; margin:0.75rem 0 0.25rem; }
.iseark-tip-form input, .iseark-tip-form select, .iseark-tip-form textarea {
  width:100%; max-width:32rem; padding:0.5rem 0.65rem; font-size:1rem; border:1px solid #ccc; border-radius:6px;
}
.iseark-tip-form textarea { min-height:8rem; }
.iseark-tip-form button { margin-top:1rem; }
.iseark-tip-thanks { background:#e8f5e9; border:1px solid #a5d6a7; padding:0.75rem 1rem; border-radius:8px; }

/* Footer utilities */
.iseark-footer-util {
  background:#111; color:#eee; padding:1.5rem 0; margin-top:1rem; font-size:0.95rem;
}
.iseark-footer-util a { color:#9fefc0; }
.iseark-footer-util__inner {
  display:grid; gap:1.25rem; grid-template-columns:1fr;
}
@media (min-width:800px) {
  .iseark-footer-util__inner { grid-template-columns:repeat(3,1fr); }
}
.iseark-footer-util ul { list-style:none; margin:0.4rem 0 0; padding:0; }
.iseark-footer-util li { margin:0.25rem 0; }
.iseark-newsletter-stub { display:flex; gap:0.35rem; margin-top:0.5rem; flex-wrap:wrap; }
.iseark-newsletter-stub input { flex:1; min-width:10rem; padding:0.45rem 0.6rem; border-radius:4px; border:0; }
.iseark-newsletter-stub button { background:#0b3d2e; color:#fff; border:0; border-radius:4px; padding:0.45rem 0.75rem; font-weight:600; cursor:pointer; }

/* Desk / outdoors content cards */
.iseark-content-card {
  border:1px solid #e2e2e2; border-radius:10px; padding:1rem 1.1rem; margin:0.85rem 0; background:#fff;
}
.iseark-content-card h2 { margin-top:0; font-size:1.25rem; }
.iseark-quicklinks { display:flex; flex-wrap:wrap; gap:0.5rem; margin:1rem 0; }
.iseark-quicklinks a {
  display:inline-block; padding:0.35rem 0.7rem; border:1px solid #ccc; border-radius:999px;
  text-decoration:none; color:#222; font-size:0.9rem;
}


/* -------------------------------------------------------------------------
   Homepage teasers — Store + Digital Services (news-first, compact)
   ------------------------------------------------------------------------- */
.iseark-home-teasers {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 1fr;
	margin: 0.5rem 0 1.35rem;
}
@media (min-width: 768px) {
	.iseark-home-teasers {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
}
.iseark-teaser {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 0.9rem 1rem;
	background: #fafafa;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.iseark-teaser--store {
	border-left: 4px solid #2a7a48;
}
.iseark-teaser--services {
	border-left: 4px solid #1a4f8b;
}
.iseark-teaser__title {
	margin: 0 0 0.35rem;
	font-size: 1.15rem;
	line-height: 1.25;
}
.iseark-teaser p {
	margin: 0 0 0.55rem;
	font-size: 0.98rem;
	color: #333;
}
.iseark-teaser__actions {
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	align-items: center;
}
.iseark-teaser__btn {
	display: inline-block;
	background: #2a7a48;
	color: #fff !important;
	padding: 0.4rem 0.85rem;
	border-radius: 6px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.95rem;
}
.iseark-teaser--services .iseark-teaser__btn {
	background: #1a4f8b;
}
.iseark-teaser__link {
	font-size: 0.92rem;
}

/* Store / digital services pages */
.iseark-ship-note {
	background: #f3f7f4;
	border: 1px solid #d5e6da;
	border-radius: 8px;
	padding: 0.85rem 1rem;
	margin: 1rem 0 1.25rem;
}
.iseark-ship-note h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
}
.iseark-intake-form {
	max-width: 32rem;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 1rem;
	background: #fff;
	margin: 0.75rem 0 1.25rem;
}
.iseark-intake-form input,
.iseark-intake-form select,
.iseark-intake-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.4rem 0.5rem;
	margin-top: 0.2rem;
}
.iseark-intake-form button {
	background: #1a4f8b;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 0.45rem 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

/* Separate cart feel: digital-services archive accent */
.tax-product_cat-digital-services .woocommerce-products-header__title,
.tax-product_cat-web-development .woocommerce-products-header__title {
	border-left: 4px solid #1a4f8b;
	padding-left: 0.5rem;
}
.tax-product_cat-se-arkansas-stuff .woocommerce-products-header__title {
	border-left: 4px solid #2a7a48;
	padding-left: 0.5rem;
}

/* House ads in desktop rails (v1.5) */
.iseark-house-ad {
  display:flex; flex-direction:column; gap:0.35rem; align-items:flex-start;
  text-decoration:none; color:#102a18; background:linear-gradient(160deg,#e8f7ee,#f7fbf8);
  border:1px solid #b7dfc4; border-radius:8px; padding:0.85rem 0.75rem; min-height:220px;
  box-sizing:border-box; width:100%;
}
.iseark-house-ad:hover { border-color:#0b3d2e; color:#062a1f; }
.iseark-house-ad__kicker { font-size:0.7rem; font-weight:800; text-transform:uppercase; letter-spacing:0.06em; color:#0b3d2e; }
.iseark-house-ad__title { font-size:1rem; font-weight:700; line-height:1.25; }
.iseark-house-ad__cta { font-size:0.8rem; color:#456; }
.iseark-house-ad__buy { margin:0.4rem 0 0; font-size:0.75rem; text-align:center; }
.iseark-house-ad__buy a { color:#0b3d2e; }
@media (min-width: 1200px) {
  .iseark-ad-slot { background:transparent; border:0; padding:0; display:block; color:inherit; align-items:stretch; justify-content:flex-start; }
}
.iseark-nl-alt { margin:0.45rem 0 0; font-size:0.8rem; opacity:0.9; }
.iseark-nl-thanks { background:#e8f5e9; border:1px solid #a5d6a7; padding:0.75rem 1rem; border-radius:8px; }
.iseark-nl-page { max-width:36rem; }


/* -------------------------------------------------------------------------
   v1.6.0 — design polish (trustworthy local paper)
   ------------------------------------------------------------------------- */
:root {
	--iseark-ink: #1a1a1a;
	--iseark-muted: #5a5a5a;
	--iseark-forest: #0b3d2e;
	--iseark-forest-soft: #e8f3ee;
	--iseark-rule: #e4e4e4;
	--iseark-paper: #fff;
	--iseark-measure: 38rem;
}

body.iseark-news {
	font-size: 18px;
	line-height: 1.7;
	color: var(--iseark-ink);
}

body.iseark-news a {
	color: var(--iseark-forest);
	text-underline-offset: 0.12em;
}
body.iseark-news a:hover,
body.iseark-news a:focus-visible {
	color: #062a1f;
}

/* Masthead hierarchy */
.iseark-news-home-header {
	margin: 0.35rem 0 1.15rem;
	padding: 0.85rem 0 0.95rem;
	border-bottom: 3px solid var(--iseark-forest);
}
.iseark-news-home-header .entry-title {
	font-size: clamp(1.95rem, 6.2vw, 2.75rem);
	margin: 0 0 0.3rem;
	letter-spacing: -0.02em;
}
.iseark-tagline {
	max-width: 40rem;
	color: var(--iseark-muted);
	font-size: 1.02rem;
	line-height: 1.45;
}
.iseark-kicker {
	color: var(--iseark-forest);
}

/* Town cards — calmer rhythm */
.iseark-town-block {
	border-color: var(--iseark-rule);
	border-radius: 8px;
	padding: 0.9rem 1rem 0.75rem;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.iseark-town-block:hover {
	border-color: #c9d9d1;
	box-shadow: 0 2px 8px rgba(11, 61, 46, 0.06);
}
.iseark-town-block h2 {
	border-bottom-width: 2px;
	border-bottom-color: var(--iseark-forest);
}
.iseark-town-block .iseark-story-link {
	font-size: 1.02rem;
	font-weight: 650;
	transition: color 0.12s ease;
}
.iseark-town-block li.is-sample {
	opacity: 0.72;
}
.iseark-badge--sample {
	font-size: 0.62rem;
	padding: 0.1rem 0.35rem;
	background: #f7efdc;
	border-color: #e2d2a8;
}

/* Weather chips — less clutter */
.iseark-weather-pane {
	border-color: #cfe0d8;
	background: linear-gradient(180deg, #f6fbf8 0%, #fff 60%);
}
.iseark-weather-day {
	min-width: 4.4rem;
	border-radius: 999px;
	padding: 0.5rem 0.55rem 0.55rem;
	border-color: #d5e5de;
}
.iseark-weather-day.is-active {
	background: var(--iseark-forest-soft);
}
.iseark-weather-day__short {
	display: none;
}
@media (min-width: 700px) {
	.iseark-weather-day {
		border-radius: 8px;
		min-width: 5rem;
	}
	.iseark-weather-day__short {
		display: block;
	}
}
.iseark-weather-detail {
	font-size: 0.9rem;
	color: #333;
	border-color: #e2ebe6;
}

/* Roads list polish */
.iseark-traffic-list .iseark-story-link {
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}
.iseark-traffic-list .iseark-story-link:hover {
	color: #1e3a5f;
	text-decoration: underline;
}
.iseark-traffic-list li.is-sample .iseark-story-link {
	color: #666;
	font-weight: 500;
}

/* Desks chips (markup now matches) */
.iseark-desks-strip__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}
.iseark-desks-strip__list li {
	margin: 0;
	padding: 0;
	border: 0;
}
.iseark-desks-strip__list a {
	display: inline-block;
	padding: 0.32rem 0.65rem;
	border-radius: 999px;
	background: var(--iseark-forest-soft);
	color: var(--iseark-forest);
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 650;
	border: 1px solid #d5e5de;
}
.iseark-desks-strip__list a:hover,
.iseark-desks-strip__list a:focus-visible {
	background: var(--iseark-forest);
	color: #fff;
	border-color: var(--iseark-forest);
}

/* Calendar — today + event dots + mobile scroll */
.iseark-calendar {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0.25rem;
}
.iseark-cal-grid {
	min-width: 34rem;
	gap: 1px;
	background: #d8d8d8;
	border-color: #d0d0d0;
}
.iseark-cal-day {
	min-height: 5.75rem;
	position: relative;
}
.iseark-cal-day.is-today {
	outline: 2px solid var(--iseark-forest);
	outline-offset: -2px;
	background: #f3faf6;
}
.iseark-cal-day.is-today .iseark-cal-daynum {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5rem;
	height: 1.5rem;
	border-radius: 999px;
	background: var(--iseark-forest);
	color: #fff;
	font-size: 0.78rem;
}
.iseark-cal-dots {
	display: none;
	gap: 3px;
	flex-wrap: wrap;
	margin-top: 0.2rem;
}
.iseark-cal-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #888;
}
.iseark-cal-dot.kind-festival { background: #c62828; }
.iseark-cal-dot.kind-produce { background: #2e7d32; }
.iseark-cal-dot.kind-hunt { background: #6d4c41; }
.iseark-cal-dot.kind-fish { background: #1565c0; }
.iseark-cal-dot.kind-4h { background: #00897b; }
.iseark-cal-dot.kind-sales { background: #ef6c00; }
.iseark-cal-dot.kind-community,
.iseark-cal-dot.kind-outdoors { background: #0b3d2e; }

@media (max-width: 700px) {
	.iseark-cal-day { min-height: 3.4rem; }
	.iseark-cal-day-events,
	.iseark-cal-more { display: none; }
	.iseark-cal-dots { display: flex; }
	.iseark-cal-grid { min-width: 28rem; }
}

.iseark-btn {
	background: var(--iseark-forest);
	border-radius: 6px;
}
.iseark-btn--ghost {
	background: transparent;
	color: var(--iseark-forest);
	border: 1px solid var(--iseark-forest);
}

/* Editorial teasers (less raw Woo) */
.iseark-teaser {
	background: #fff;
	border-radius: 8px;
}
.iseark-teaser__eyebrow {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--iseark-muted);
}
.iseark-teaser__btn:hover {
	filter: brightness(0.94);
}
.iseark-teaser__link {
	color: var(--iseark-forest);
	font-weight: 600;
	text-decoration: none;
}
.iseark-teaser__link:hover {
	text-decoration: underline;
}

/* Woo product grids — newspaper-adjacent cards */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid var(--iseark-rule);
	border-radius: 8px;
	padding: 0.75rem !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.03);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem !important;
	line-height: 1.3;
	padding-top: 0.35rem !important;
}
.woocommerce ul.products li.product .price {
	color: var(--iseark-forest) !important;
	font-weight: 650;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--iseark-forest) !important;
	color: #fff !important;
	border-radius: 6px !important;
	font-weight: 650 !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	filter: brightness(0.95);
}

/* House ad rails — refined, not tacky */
.iseark-house-ad {
	background: linear-gradient(165deg, #f4faf7 0%, #ffffff 70%);
	border: 1px solid #c9ddd2;
	border-radius: 8px;
	min-height: 240px;
	color: #102a18;
}
.iseark-house-ad:hover {
	border-color: var(--iseark-forest);
	box-shadow: 0 2px 10px rgba(11, 61, 46, 0.08);
}
.iseark-house-ad__kicker {
	color: var(--iseark-forest);
}
.iseark-house-ad__buy a {
	color: var(--iseark-forest);
	font-weight: 650;
	text-decoration: none;
}
.iseark-house-ad__buy a:hover {
	text-decoration: underline;
}
@media (min-width: 1200px) {
	.iseark-ad-slot {
		background: transparent;
		border: 0;
		padding: 0;
	}
}

/* Soften OceanWP/Elementor leftovers on news pages */
body.iseark-news .elementor-widget:not(:last-child) {
	margin-bottom: 0.75rem;
}
body.iseark-news .oceanwp-row,
body.iseark-news #content-wrap {
	max-width: 1140px;
}
body.iseark-news .entry-content > *:first-child {
	margin-top: 0;
}
body.iseark-news .page-header,
body.iseark-news .blog-entry.grid-entry .blog-entry-inner {
	border-radius: 8px;
}

/* Footer util — keep dark, tighten CTAs */
.iseark-newsletter-stub button {
	background: var(--iseark-forest);
}
.iseark-footer-util a:hover {
	color: #c8f5d8;
}

/* Comfortable reading measure on singles already set; reinforce */
body.iseark-news .entry-content p,
body.iseark-news .entry-content li {
	max-width: var(--iseark-measure);
}
