.wcl-news-block {
  background-color: var(--color-whisper);
}
.wcl-news-block__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wcl-news-block__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.wcl-news-block__title {
  text-align: center;
}
.wcl-news-block__content {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.wcl-news-block__news {
  width: 100%;
  max-width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
.wcl-news-block__news-label, .wcl-news-block__publications-label {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color-manimo);
  margin-bottom: 16px;
}
.wcl-news-block__news-posts {
  width: 100%;
  margin-bottom: 24px;
}
.wcl-news-block__news-post {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wcl-news-block__news-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  aspect-ratio: 620/405;
  overflow: hidden;
}
.wcl-news-block__news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-news-block__news-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wcl-news-block__news-title, .wcl-news-block__publications-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 600;
  color: var(--color-dark);
}
.wcl-news-block__news-title a, .wcl-news-block__publications-title a {
  color: var(--color-dark);
  text-decoration: none;
  transition: var(--transition);
}
.wcl-news-block__news-date, .wcl-news-block__publications-date {
  color: #737373;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.5px;
}
.wcl-news-block__button.wcl-button.wcl-button--gradient, .wcl-news-block__publications-button.wcl-button.wcl-button--gradient {
  color: var(--color-dark);
  margin-top: auto;
}
.wcl-news-block__button.wcl-button.wcl-button--gradient svg path, .wcl-news-block__publications-button.wcl-button.wcl-button--gradient svg path {
  fill: var(--color-dark);
}
.wcl-news-block__publications {
  width: 100%;
  max-width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
.wcl-news-block__publications-posts {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}
.wcl-news-block__publications-post {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.wcl-news-block__publications-post:not(:last-child) {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-alto);
}
.wcl-news-block__publications-post:not(:first-child) {
  padding-top: 28px;
}
.wcl-news-block__publications-image {
  background-color: var(--color-white);
  width: 160px;
  height: auto;
  border-radius: 16px;
  aspect-ratio: 160/122;
  overflow: hidden;
  flex-shrink: 0;
}
.wcl-news-block__publications-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-news-block__publications-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wcl-news-block__publications-button.wcl-button.wcl-button--gradient {
  margin-top: auto;
}
@media (min-width: 23.4375em) and (max-width: 80em) {
  @supports (padding-top: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem )) {
    .wcl-news-block__container.wcl-section {
      padding-top: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem )) {
    .wcl-news-block__container.wcl-section {
      padding-top: calc(2.5rem + 5 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (padding-bottom: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem )) {
    .wcl-news-block__container.wcl-section {
      padding-bottom: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem )) {
    .wcl-news-block__container.wcl-section {
      padding-bottom: calc(2.5rem + 5 * (100vw - 23.4375rem) / 56.5625);
    }
  }
}
@media (min-width: 80em) {
  .wcl-news-block__container.wcl-section {
    padding-top: 7.5rem;
  }
  .wcl-news-block__container.wcl-section {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .wcl-news-block__content {
    flex-direction: column;
  }
  .wcl-news-block__news {
    max-width: 100%;
  }
  .wcl-news-block__news-post {
    flex-direction: row;
  }
  .wcl-news-block__publications {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wcl-news-block__header {
    margin-bottom: 32px;
  }
  .wcl-news-block__news-post {
    flex-direction: column;
  }
  .wcl-news-block__publications-content {
    max-width: 100%;
  }
  .wcl-news-block__publications-excerpt {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .wcl-news-block__header {
    align-items: flex-start;
  }
  .wcl-news-block__title {
    text-align: left;
  }
  .wcl-news-block__publications-image {
    display: none;
  }
}
@media (max-width: 23.4375em) {
  .wcl-news-block__container.wcl-section {
    padding-top: 2.5rem;
  }
  .wcl-news-block__container.wcl-section {
    padding-bottom: 2.5rem;
  }
}
@media (any-hover: hover) {
  .wcl-news-block__news-title:hover a, .wcl-news-block__publications-title:hover a {
    text-decoration: underline;
    color: var(--color-dark);
  }
}
