/* Article styles. Enqueued only for this page type in functions.php. */
.site-footer--news .news-footer-top {
	padding: 80px 0 0;
}

.site-footer--news .news-footer-bottom {
	padding: 72px 0;
}

.news-footer-top__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.news-footer-author {
	display: flex;
	align-items: center;
	gap: 20px;
}

.news-footer-author__avatar {
	width: 96px;
	height: 96px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.15);
	flex-shrink: 0;
}

.news-footer-author__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: inherit;
}

.news-footer-author__name {
	margin: 0 0 6px;
}

.news-footer-author__title {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.7);
}

.news-footer-author__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.news-footer-author__link:hover,
.news-footer-author__link:focus {
	color: #f88650;
}

.news-footer-cta {
	display: grid;
	gap: 16px;
	max-width: 520px;
	justify-items: start;
}

.news-footer-cta__title {
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	line-height: 1.15;
	margin: 0 0 1rem;
}

@media (max-width: 900px) {.news-footer-top__inner {
		flex-direction: column;
		align-items: flex-start;
	}

}

.single-news .c-news-featured img {
  max-height: 75vh;
}

.single-news .c-news-single .entry-content {
  max-width: 1050px;
  margin-inline: 0;
}

.single-news .entry-content .news-suggested {
  float: left;
  clear: none;
  width: clamp(180px, 30%, 260px);
  max-width: none;
  margin: 0.25rem 1.5rem 1rem 0;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 0.75rem;
}

.single-news .entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.single-news .entry-content .news-suggested__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
  margin-bottom: 0.75rem;
}

.single-news .entry-content .news-suggested__media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.04);
}

.single-news .entry-content .news-suggested__media,
.single-news .entry-content .c-news-suggested__media {
  display: none;
}

.single-news .entry-content .news-suggested__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.single-news .entry-content .news-suggested__title {
  margin: 0 0 0.9rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.single-news .entry-content .news-suggested__title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-news .entry-content .news-suggested__title a:hover,
.single-news .entry-content .news-suggested__title a:focus {
  color: #f88650;
}

.single-news .entry-content .news-suggested__author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(15, 23, 42, 0.8);
  font-size: 0.95rem;
  margin: 0 0 0.9rem;
}

.single-news .entry-content .news-suggested__author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-news .entry-content .news-suggested__author-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.single-news .entry-content .news-suggested__button {
  justify-self: start;
  padding: 0.6rem 0.9rem;
  font-size: 0.95rem;
  text-decoration: none;
  background: #ffffff;
  color: color-mix(in srgb, var(--footer-accent, #0f172a), #ffffff 18%);
  border-color: color-mix(in srgb, var(--footer-accent, #0f172a), #ffffff 18%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--footer-accent, #0f172a), #ffffff 18%);
}

.single-news .entry-content .news-suggested__button:hover,
.single-news .entry-content .news-suggested__button:focus,
.single-news .entry-content .news-suggested__button:focus-visible {
  background: var(--footer-accent, #0f172a);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  text-decoration: none;
}

.single-news .entry-content .news-suggested + * {
  clear: none !important;
}

.single-news .entry-content .news-suggested + :is(h2,h3,h4),
.single-news .entry-content .news-suggested + .wp-block-heading {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  clear: none !important;
}

.single-news .entry-content :is(h2,h3,h4,ul,ol) {
  clear: none !important;
}

.single-news .entry-content .news-suggested ~ :is(ul,ol,ul.wp-block-list,ol.wp-block-list) {
  display: flow-root;
}

@media (max-width: 700px) {.single-news .entry-content .news-suggested {
    padding: 0.9rem;
  }

.single-news .entry-content .news-suggested__eyebrow {
    font-size: 0.68rem;
    margin-bottom: 0.5rem;
  }

.single-news .entry-content .news-suggested__title {
    font-size: 1.05rem;
    line-height: 1.15;
    margin-bottom: 0.65rem;
  }

.single-news .entry-content .news-suggested__author {
    gap: 0.5rem;
    margin-bottom: 0.65rem;
  }

.single-news .entry-content .news-suggested__author-img {
    width: 34px;
    height: 34px;
  }

.single-news .entry-content .news-suggested__button {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
  }

.single-news .entry-content .news-suggested + :is(h2,h3,h4),
  .single-news .entry-content .news-suggested + .wp-block-heading {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
    clear: none !important;
  }

}

@media (max-width: 420px) {.single-news .entry-content .news-suggested {
    padding: 0.75rem;
  }

.single-news .entry-content .news-suggested__title {
    font-size: 0.98rem;
    margin-bottom: 0.55rem;
  }

.single-news .entry-content .news-suggested__author-img {
    width: 30px;
    height: 30px;
  }

}

@media (min-width: 640px) {.single-news .entry-content .news-suggested + .wp-block-heading,
  .single-news .entry-content .news-suggested + h2 {
    margin-top: 0;
  }

}

.single-news .c-news-single .c-news-divider {
  width: min(100%, 934px);
  margin: 3rem 0;
}

.single-news .c-news-meta {
  border-bottom: 0;
  padding-bottom: 0;
}

.single-news .c-news-share {
  border-top: 0;
  padding-top: 0;
}

.single-news .c-news-header {
  padding-top: 2rem;
}

.single-news #primary.site-main {
  display: block;
  padding-bottom: 2rem !important;
}

.single-news .c-news-single {
  padding-bottom: 3rem;
}

