/* =========================
   SINGLE NEWS
========================= */

.news-single {
  background: #fff;
}

/* HERO GRADIENT BOX */
.news-single__hero {
  padding: 40px 0 0;
  background: linear-gradient(180deg, #4EC234 0%, #C9E8BD 100%);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.news-single .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.news-single__hero-card {
  padding-bottom: 40px;
}

.news-single__thumb {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}

.news-single__thumb img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.news-single__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 24px;
  width: 90%;
  text-align: center;

  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: 1px;

  text-shadow: 0 6px 22px rgba(0,0,0,0.35);
}

.news-single__title--noimg {
  position: static;
  transform: none;
  text-align: center;
  color: #ffffff;
  padding: 40px 0 10px;
}

.news-single__meta {
  text-align: center;
  margin-top: 18px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.news-single__date {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #033215;
  margin-bottom: 14px;
}

.news-single__excerpt {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #033215;
}

/* CONTENT */
.news-single__content-wrap {
  padding: 70px 0 90px;
  background: #ffffff;
}

.news-single__content {
  color: #033215;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
}

.news-single__content h2,
.news-single__content h3,
.news-single__content h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #033215;
  margin: 44px 0 16px;
  line-height: 1.25;
}

.news-single__content p {
  margin: 0 0 18px;
}

.news-single__content a {
  color: #006832;
  text-decoration: underline;
}

.news-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

.news-single__content figure {
  margin: 28px 0;
}

.news-single__content figcaption {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #033215;
  opacity: 0.8;
  margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .news-single__thumb img { height: 360px; }
  .news-single__title { font-size: 52px; }
  .news-single__content-wrap { padding: 55px 0 75px; }
}

@media (max-width: 600px) {
  .news-single__hero { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; }
  .news-single__thumb img { height: 280px; }
  .news-single__title { font-size: 42px; padding: 0 16px; }
}
