/**
 * Base and general things ---------------------------------------------------
 */



/**
 * News adverts --------------------------------------------------------------
 */

.single-news  .ad-container {
  background-color: #f6f6f6;
}

.single-news #page .ad-slot {
  margin-bottom: 0;
  margin-top: 0;
}


/**
 * Single news page ----------------------------------------------------------
 */

.single-news #page .site-main {
  padding: 0 1.5rem 2rem;
}

.single-news #page .site-main .inner {
  margin-top: 1.5rem;
  max-width: 37.25rem;
}

.single-news .news-single-header {
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0 0 1.25rem
}

.single-news .news-single-header *:last-child {
  margin-bottom: 0;
}

.single-news .news-single-heading {
  color: #000;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375;
  margin: 0 0 20px;
}

.single-news .news-single-subheading {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px;
}

.single-news .news-single-publish-date {
  color: #000;
  font-family: 'Libre Franklin', sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.single-news .news-content {
  color: #000;
  font-family: 'Literata', serif;
  font-optical-sizing: auto;
}

.single-news .news-content h2 {
  color: #000;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16px;
  line-height: 1.5;
  margin: 0 0 0.25rem;
  padding: 0.5rem 0 0;
  text-transform: uppercase;
}

.single-news .news-content p,
.single-news .news-content ul,
.single-news .news-content ol {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.single-news .news-content ul,
.single-news .news-content ol {
  padding-left: 1rem;
}

.single-news .news-quotes {
  margin-bottom: 1.5rem;
}

.single-news .news-quote {
  border-bottom: 1px solid #e2e2e3;
  margin: 0;
  padding: 1.5rem 0;
}

.single-news .news-quote:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.single-news .news-quote .news-quote-quote {
  margin-bottom: 10px;
}

.single-news .news-quote .news-quote-cite {
  font-style: italic;
  margin-bottom: 0;
}

.single-news .news-callout-box {
  background-color: #f5f7fa;
  border: 1px solid #f0f0f0;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.25rem;
}

.single-news .news-callout-box h2 {
  margin-bottom: 1rem;
}

.single-news .news-callout-box .news-callout-item {
  margin: 0 0 0.75rem;
}

.single-news .news-callout-box .submission-link {
  margin-top: 1.5rem;
}

.single-news .news-callout-box h3 {
  color: #f33e33;
  font-family: 'Zilla Slab', serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.single-news .news-callout-box p {
  margin: 0;
}

.single-news .news-highlight-box {
  background-color: #dd3025;
  border-radius: 0.25rem;
  margin: 0 0 1.5rem;
  padding: 1.5rem;
}

.single-news .news-highlight-box:last-child {
  margin-bottom: 0;
}

.single-news .news-highlight-box *:last-child {
  margin-bottom: 0;
}

.single-news .news-highlight-box h2 {
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 0;
}

.single-news .news-highlight-box p {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 48rem) {
  .single-news #page .site-main {
    padding-bottom: 3.5rem;
  }

  .single-news #page .site-main .inner {
    margin-top: 2rem;
  }

  .single-news .news-single-heading {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media (min-width: 80rem) {
  .single-news #page .site-main .inner {
    max-width: 45rem;
  }

  .single-news .news-single-heading {
    font-size: 3rem;
    line-height: 1.41667;
  }
}


/**
 * More news story componens and widgets -------------------------------------
 */

.news-single-more-container {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}

.news-single-more-container .inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.news-single-more-content-container {
  order: 2;
}

.news-single-more-stories-component {
  order: 1;
}

.news-more-with-image-component,
.news-single-more-stories-component {
  border-top: 1px solid #434349;
  padding-top: 0.5rem;
}

.news-more-with-image-component {
  margin-bottom: 1.5rem;
}

.news-more-with-image-component .news-more-with-image-heading,
.news-single-more-stories-component .component-title {
  color: #000;
  font-family: 'Libre Franklin', sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  margin: 0 0 1.5rem;
  padding: 0 0 0.25rem;
  text-transform: uppercase;
}

.news-more-with-image-item {
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #e2e2e3;
  display: flex;
  gap: 18px;
  margin: 0 0 12px;
  padding: 0 0 12px;
}

.news-more-with-image-item:last-child {
  border-width: 0 !important;
  margin: 0;
  padding:0;
}

.news-more-with-image-image-container {
  aspect-ratio: 1;
  order: 2;
  overflow: hidden;
  width: calc(50% - 9px);
}

.news-more-with-image-image-container img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news-more-with-image-content {
  color: #000;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1.25;
  order: 1;
  width: calc(50% - 9px);
}

.news-more-with-image-content .news-more-with-image-date {
  color: #99999e;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
}

.news-more-with-image-content a:link,
.news-more-with-image-content a:visited,
.news-more-with-image-content a:hover,
.news-more-with-image-content a:active {
  color: inherit;
  font-size: 1rem;
}

.news-more-with-image-content a:hover,
.news-more-with-image-content a:active {
  text-decoration: underline;
}

.news-single-more-stories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.news-single-more-stories li {
  border-bottom: 1px solid #e2e2e3;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.75rem;
  padding: 0 0 1rem;
}

.news-single-more-stories li:last-child {
  border-bottom-style: none;
  margin: 0;
  padding-bottom: 0;
}

.news-single-more-stories li a:link,
.news-single-more-stories li a:visited,
.news-single-more-stories li a:hover,
.news-single-more-stories li a:active {
  color: inherit;
}

@media (min-width: 48rem) {
  .news-single-more-container {
    margin-bottom: 3.5rem;
  }

  .news-single-more-stories,
  .news-more-with-image-container {
    display: flex;
  }

  .news-single-more-stories {
    flex-wrap: wrap;
  }

  .news-single-more-stories li,
  .news-more-with-image-container .news-more-with-image-item {
    border-width: 0;
    width: 33.333333%;
  }

  .news-more-with-image-container .news-more-with-image-item {
    border-bottom: 0;
  }

  .news-single-more-stories li:nth-child(-n + 3),
  .news-more-with-image-container .news-more-with-image-item:nth-child(-n + 3) {
    border-width: 1px;
  }

  .news-single-more-stories li:nth-child(n + 4) {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .news-single-more-stories li a,
  .news-more-with-image-container .news-more-with-image-item {
    border-right: 1px solid #e2e2e3;
    padding: 0 1.25rem;
  }

  .news-single-more-stories li a {
    display: block;
    height: 100%;
  }

  .news-single-more-stories li:nth-child(3n + 1) a,
  .news-more-with-image-container .news-more-with-image-item:nth-child(3n + 1) {
    padding-left: 0;
  }

  .news-single-more-stories li:nth-child(3n) a,
  .news-more-with-image-container .news-more-with-image-item:nth-child(3n) {
    border-right-width: 0;
    padding-right: 0;
  }

  .news-more-with-image-container .news-more-with-image-item:nth-child(1) {
    width: calc(33.333333% - 10px)
  }

  .news-more-with-image-container .news-more-with-image-item:nth-child(2) {
    width: calc(33.333333% + 10px)
  }

  .news-more-with-image-container .news-more-with-image-item:nth-child(3) {
    width: calc(33.333333% - 10px)
  }

  .news-more-with-image-item {
    flex-direction: column;
    gap: 12px;
  }

  .news-more-with-image-image-container {
    order: 1;
    width: 100%;
  }

  .news-more-with-image-content {
    order: 2;
    width: 100%;
  }

  .news-more-with-image-content a:link,
  .news-more-with-image-content a:visited,
  .news-more-with-image-content a:hover,
  .news-more-with-image-content a:active {
    font-size: 1.25rem;
  }
}

@media (min-width: 80rem) {
  .news-single-more-container .inner {
    border-top: 1px solid #000;
    flex-direction: row;
    gap: 0;
    padding: 1rem 0;
  }

  .news-single-more-content-container {
    border-right: 1px solid #b0b0b4;
    order: 1;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    width: 76.5625%;
  }

  .news-single-more-stories-component {
    max-width: 300px;
    order: 2;
    width: 23.4375%
  }

  .news-single-more-stories-component,
  .news-single-more-content-container .news-more-with-image-component:first-child {
    border-top: 0;
  }

  .news-single-more-stories {
    display: block;
  }

  .news-single-more-stories li {
    border-bottom: 1px solid #e2e2e3;
    margin: 0 0 0.75rem !important;
    padding: 0 0 1rem !important;
    width: 100%;
  }

  .news-single-more-stories li a {
    border-right-width: 0;
    padding: 0;
  }
}
