/**
 * Latest News - Main SCSS Entry
 *
 * Compiles all SCSS files for the Latest News feature.
 *
 * Note: Using @import for compatibility with PHP SCSS compiler
 */
/**
 * Latest News - Layout Styles
 *
 * Layout-specific styles for the Latest News feature.
 */
.latest-news-banner {
  padding: 30px 0;
}
.latest-news-banner.has-background {
  margin-bottom: 50px;
}
.latest-news-banner-title {
  margin: 0;
}
.post {
  margin-bottom: 60px;
}
.post .banner {
  margin-bottom: 30px;
}
.post .banner.extended-padding {
  padding: 50px 0;
}
.post .heading-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.post .heading-container h1, .post .heading-container h2 {
  margin: 50px 0;
}
.post .sidebar {
  margin-top: 60px;
}
.post .sidebar h1, .post .sidebar h2, .post .sidebar h3, .post .sidebar h4, .post .sidebar h5, .post .sidebar h6 {
  color: var(--theme-body-font-color);
}
.post .sidebar h1, .post .sidebar h2, .post .sidebar h3, .post .sidebar h4 {
  font-weight: 600;
}
.latest-news-more-from {
  background-color: var(--interface-color-1, #eaeaea);
}
.latest-news-more-from .latest-news-item {
  margin: 30px 0;
}
.latest-news-more-from .popular-categories {
  border: 1px solid var(--theme-interface-color-3, #505054);
  border-radius: 5px;
}
@media (min-width: 768px) {
  .post .sidebar {
    margin-top: 0;
  }
}
/**
 * Latest News - Component Styles
 *
 * Component-specific styles for the Latest News feature.
 */
/**
 *	latest news listing styles 
 */
.latest-news hr {
  border-color: var(--theme-interface-color-3, #505054);
  margin: 20px 0;
}
.compact-article-container, .popular-categories {
  background-color: var(--theme-interface-color-1, #eaeaea);
  padding: 1.5rem;
  height: 100%;
}
.compact-article-container .latest-news-item-title a {
  color: var(--theme-body-font-color);
}
.compact-article-container .latest-news-item-categories a {
  color: var(--theme-body-font-color);
}
.compact-article-container .latest-news-item-link {
  color: var(--theme-body-font-color);
}
.latest-news-filter-container {
  margin: 2rem 0;
  position: relative;
}
.latest-news-filter-container.s-expanded .latest-news-filter-toggle {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.latest-news-filter-container.s-expanded .latest-news-filter-form {
  display: block;
}
.latest-news-filter-toggle {
  padding: 10px;
  background-color: white;
  position: relative;
  z-index: 20;
}
.latest-news-filter-toggle:hover, .latest-news-filter-toggle:active {
  background-color: #fff !important;
  color: var(--theme-primary-color) !important;
  box-shadow: none !important;
}
.latest-news-filter-toggle:focus, .latest-news-filter-toggle:active {
  outline: none;
  box-shadow: none;
}
.latest-news-filter-form {
  display: none;
  border: 1px solid var(--theme-primary-color);
  background-color: white;
  z-index: 10;
  margin-top: -1px;
  position: relative;
  padding: 15px 0;
}
.latest-news-filter-form h4 {
  color: var(--theme-secondary-color);
  border-bottom: 1px solid var(--theme-interface-color-3, #505054);
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 600;
}
.latest-news-filter-form .form-group {
  display: flex;
  flex-wrap: wrap;
}
.latest-news-filter-form .custom-control {
  flex-basis: 50%;
  margin: 10px 0 0;
}
.latest-news-filter__clear {
  color: var(--theme-secondary-color);
  text-decoration: underline;
  font-weight: 300;
  font-size: 0.75rem;
}
.popular-categories__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-body-font-color);
}
.popular-categories__list {
  margin: -5px;
}
.popular-categories__list .popular-categories__link {
  background-color: var(--theme-primary-color);
  display: inline-block;
  padding: 0.375rem 0.75rem;
  margin: 5px;
  border-radius: 0.25rem;
  color: #fff;
}
.popular-categories__list .popular-categories__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--theme-primary-color-hover);
}
.latest-news-pagination {
  margin: 1rem 0;
}
.latest-news-pagination .pagination {
  justify-content: center;
}
@media (min-width: 768px) {
  .latest-news-filter-toggle {
    display: block;
    width: 100%;
  }
  .latest-news-filter-form {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 730px;
    padding: 30px;
  }
}
/**
 *	latest news item styles 
 */
.latest-news-item {
  margin-bottom: 1rem;
}
.latest-news-item-meta {
  font-size: 0.75rem;
}
.latest-news-item-meta p {
  margin-bottom: 0;
}
.latest-news-item-meta p:first-child {
  margin-top: 0;
}
.latest-news-item-meta p + p {
  margin-top: 0.5rem;
}
.latest-news-item-image {
  overflow: hidden;
}
.latest-news-item-image img {
  width: 100%;
  height: auto;
}
.latest-news-item-title {
  font-weight: 600;
  margin: 25px 0 10px;
  font-size: 1rem;
}
.latest-news-item-title a {
  text-decoration: none;
  color: var(--theme-body-font-color);
}
.latest-news-item-title a:focus-visible {
  outline: 2px solid var(--theme-primary-color, #f26e23);
  outline-offset: 1px;
  text-decoration: underline;
}
@media (prefers-contrast: high) {
  .latest-news-item-title a:focus-visible {
    outline: 3px solid ButtonText;
  }
}
.latest-news-item--compact {
  font-size: 0.75rem;
}
.latest-news-item--compact .latest-news-item-title, .latest-news-item--compact a {
  color: var(--theme-body-font-color);
}
.latest-news-item--compact .podcast-links {
  font-weight: 300;
}
.fact-checked-badge {
  font-size: 0.75rem;
  line-height: 1.25;
  color: var(--theme-primary-color);
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.fact-checked-badge i {
  margin-right: 0.5rem;
  font-size: 1.8rem;
}
.podcast-links {
  font-size: 0.75rem;
  font-weight: 600;
}
.podcast-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.podcast-links ul li {
  margin-top: 0.5rem;
}
.podcast-links a {
  text-decoration: none;
}
.podcast-links a:focus-visible {
  outline: 2px solid var(--theme-primary-color, #f26e23);
  outline-offset: 1px;
  text-decoration: underline;
}
@media (prefers-contrast: high) {
  .podcast-links a:focus-visible {
    outline: 3px solid;
    outline-color: ButtonText;
    background-color: Highlight;
  }
}
.podcast-embedded-content .iframe-container {
  position: relative;
  padding-bottom: 52.6%;
}
.podcast-embedded-content .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * End Latest News listing styles 
 */
.related-content-container {
  position: sticky;
  top: 30px;
  font-size: 1rem;
}
.related-content-container h3 {
  font-size: 21px;
}
.related-content-container h4 {
  font-size: 16px;
}
article.related-content-item {
  margin: 30px 0;
}
article.related-content-item .related-content-details {
  margin-bottom: 15px;
}
article.related-content-item .related-content-details h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
article.related-content-item .related-content-details p {
  font-size: 1rem;
}
article.related-content-item .related-content-image {
  margin-bottom: 25px;
}
article.related-content-item .related-content-image img {
  width: 100%;
  height: auto;
}
#post-sharer {
  position: relative;
}
#post-sharer i {
  font-size: 1.8rem;
  color: var(--interface-color-3, #505054);
}
#post-sharer .fb i {
  color: #1877ee;
}
#post-sharer .tw i {
  color: #1da1f2;
}
#post-sharer button {
  all: unset;
  font-weight: 600;
  font-size: 0.6rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  #post-sharer {
    margin-top: 2rem;
  }
}
.post-sharer-popup {
  display: none;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
  min-width: 280px;
  z-index: 1050;
  transform: translateY(10px);
}
.post-sharer-popup.active {
  display: block;
}
.post-sharer-popup .post-sharer-top-content {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  background-color: #f8f9fa;
  border-radius: 8px 8px 0 0;
}
.post-sharer-popup .post-sharer-top-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.post-sharer-popup .post-sharer-bottom-content {
  padding: 12px 16px;
}
.post-sharer-popup .post-sharer-bottom-content .social-link {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  text-decoration: none;
  font-size: 14px;
}
.post-sharer-popup .post-sharer-bottom-content .social-link i {
  margin-right: 8px;
  font-size: 18px;
}
.post-sharer-popup .post-sharer-bottom-content .social-link.pt i {
  color: #bd081c;
}
.post-sharer-popup .post-sharer-bottom-content .social-link.cp i {
  color: #6c757d;
}
.post-sharer-popup .post-sharer-bottom-content .social-link.rd i {
  color: #ff4500;
}
.post-sharer-popup .post-sharer-bottom-content .social-link.em i {
  color: #6c757d;
}
.post-sharer-popup .caret {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(50%) rotate(180deg);
}
.post-sharer-popup .caret:before {
  left: -2px;
  border: 9px solid rgba(0, 0, 0, 0);
  border-top-color: #d1d1d1;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.post-sharer-popup .caret:after {
  border-width: 7px;
  border-top-color: #fff;
  border: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border-width: 7px;
  border-top-color: #fff;
}
.podcast-subscribe-box {
  background-color: var(--theme-interface-color-4, #333333);
}
.podcast-subscribe-box h3, .podcast-subscribe-box a {
  color: #fff !important;
}
.podcast-subscribe-box .social-follow {
  opacity: 0.9;
  font-size: 0.9rem;
}
.podcast-subscribe-box .social-follow.spotify {
  background-color: #1ED760;
}
.podcast-subscribe-box .social-follow.apple-podcasts {
  background-color: #000000;
}
.podcast-subscribe-box .social-follow.google-podcasts {
  background-color: #4285F4;
}
.podcast-subscribe-box .social-follow:hover {
  text-decoration: none;
  opacity: 1;
}
/**
 * Accessibility styles - font size control
 */
.change-font-size {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.25rem;
}
.change-font-size p {
  display: flex;
  align-items: center;
  margin: 0;
}
.change-font-size p span {
  margin-right: 0.5rem;
}
.change-font-size p button {
  appearance: none;
  border: none;
  font-size: 2rem;
  background-color: var(--theme-primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin: 5px;
  border-radius: 0.25rem;
  color: #fff !important;
  text-decoration: none;
  width: 36px;
  height: 36px;
}
.change-font-size p button:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--theme-primary-color-hover);
}
.has-image-overlay .has-image-overlay__image-container {
  position: relative;
  filter: grayscale(10%);
  transition: filter 0.325s ease;
}
.has-image-overlay .has-image-overlay__image-container:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.1;
  background-color: #0000;
  background-image: radial-gradient(circle farthest-side, #000, #fff);
  transition: opacity 0.325s;
  pointer-events: none;
}
.has-image-overlay:hover .has-image-overlay__image-container {
  filter: grayscale(0%);
}
.has-image-overlay:hover .has-image-overlay__image-container:after {
  opacity: 0;
}
