/* Colors */
/* #622558; */
/* Sections bg colors */
/* old purple -> #e5e4ee; */
/* Hero bg colors */
/* Tag Hover colors */
/* Sections bg colors */
/* #622558; */
/* theme-color-variables */
/* gray-color-variables */
/* fonts */
/*  Grid breakpoints */
/*  Grid containers */
/* Spacing */
.share-news-toggle {
  position: relative;
}
@media (max-width: 767.98px) {
  .share-news-toggle {
    align-self: start;
  }
}
.share-news-toggle .toggle__trigger {
  border: 0;
  background-color: transparent;
  color: #a7214f;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  padding: 0.5rem 0;
}
.share-news-toggle .toggle__trigger:after {
  content: "\f1e1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.share-news-toggle .toggle__trigger:hover {
  text-decoration: none;
}
.share-news-toggle .toggle__content {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-10px);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  z-index: 5;
}
.share-news-toggle .toggle__content:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 1.875rem;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #efd9eb transparent;
}
@media (max-width: 767.98px) {
  .share-news-toggle .toggle__content {
    top: calc(100% + 8px);
    right: auto;
    left: 0;
  }
  .share-news-toggle .toggle__content:before {
    right: auto;
    left: 0.625rem;
  }
}
.share-news-toggle .toggle__content .social-sharing-buttons {
  margin: 0;
  background-color: transparent;
}
.share-news-toggle .toggle__content .social-sharing-buttons a {
  padding: 0.5625rem;
  margin: 0;
  height: 2.5rem;
  background-color: #efd9eb;
  transition: all 0.3s ease-out;
}
.share-news-toggle .toggle__content .social-sharing-buttons a.share-facebook {
  border-radius: 4px 0 0 4px;
}
.share-news-toggle .toggle__content .social-sharing-buttons a.share-facebook svg {
  width: 22px;
  height: 22px;
}
.share-news-toggle .toggle__content .social-sharing-buttons a.share-linkedin {
  padding: 0.4375rem;
}
.share-news-toggle .toggle__content .social-sharing-buttons a.share-linkedin svg {
  width: 26px;
  height: 26px;
}
.share-news-toggle .toggle__content .social-sharing-buttons a.share-copy {
  border-radius: 0 4px 4px 0;
}
.share-news-toggle .toggle__content .social-sharing-buttons a svg {
  fill: #a7214f;
}
.share-news-toggle .toggle__content .social-sharing-buttons a:hover {
  background-color: #a7214f;
}
.share-news-toggle .toggle__content .social-sharing-buttons a:hover svg {
  fill: #efd9eb;
}
.share-news-toggle .toggle__content .social-sharing-buttons__popup {
  min-width: 150px;
  text-align: center;
}
.share-news-toggle.is-active .toggle__trigger {
  text-decoration: none;
}
.share-news-toggle.is-active .toggle__content {
  height: auto;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}

.news-detail__related-news {
  margin-bottom: 2.5rem;
}
.news-detail__related-news-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .news-detail__related-news-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news-detail__related-news-wrapper .news-teaser {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 992px) {
  .news-detail__related-news-wrapper .news-teaser {
    width: calc(33.3333% - 0.875rem);
  }
}
@media (min-width: 1200px) {
  .news-detail__related-news-wrapper .news-teaser {
    width: calc(25% - 0.9375rem);
  }
}

.news-detail .breadcrumb {
  margin-bottom: 0.625rem;
}
.news-detail__badge-list {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .news-detail__badge-list {
    margin-bottom: 0;
  }
}
.news-detail__meta {
  display: flex;
  gap: 0.625rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .news-detail__meta {
    gap: 1.25rem;
    flex-direction: row-reverse;
    justify-content: end;
  }
}
.news-detail__meta p {
  margin-bottom: 0;
}
.news-detail__date {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.news-detail__banner .media {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 4px;
  overflow: hidden;
}
.news-detail__banner .media img {
  width: 100%;
}
.news-detail__banner .media .figcaption {
  display: none;
}
.news-detail__content [class*=paragraph--color--]:first-child,
.news-detail__content .paragraph--color--none:first-child {
  margin-top: 1.25rem !important;
}
