.breadcrumbs {
  padding-top: clamp(16px, 4 * (100vw - 393px) / 887 + 16px, 20px);
}

.article {
  padding-top: clamp(45px, 25 * (100vw - 393px) / 887 + 45px, 70px);
  padding-bottom: clamp(50px, 50 * (100vw - 393px) / 887 + 50px, 100px);
}

.article-container {
  padding-right: clamp(20px, 230 * (100vw - 393px) / 887 + 20px, 250px);
  padding-left: clamp(20px, 230 * (100vw - 393px) / 887 + 20px, 250px);
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: clamp(4px, 8 * (100vw - 393px) / 887 + 4px, 12px);
  flex-wrap: wrap;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-icon {
  width: clamp(14px, 10 * (100vw - 393px) / 887 + 14px, 24px);
  height: clamp(14px, 10 * (100vw - 393px) / 887 + 14px, 24px);
}

.breadcrumb-item-previos-link {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: clamp(10px, 6 * (100vw - 393px) / 887 + 10px, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  transition: color var(--time-function);
}
.breadcrumb-item-previos-link:hover, .breadcrumb-item-previos-link:focus {
  color: var(--text-dark);
}

.breadcrumb-item.active {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: clamp(10px, 6 * (100vw - 393px) / 887 + 10px, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
@media screen and (min-width: 1000px) {
  .breadcrumb-item.active {
    font-weight: 800;
  }
}

.article-title {
  color: var(--text-dark);
  font-family: var(--font-family);
  font-size: clamp(16px, 26 * (100vw - 393px) / 887 + 16px, 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 54.6px */
}

.article-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.social-links-main-wrapper {
  position: relative;
}

.article-date-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(32px, 18 * (100vw - 393px) / 887 + 32px, 50px);
}

.article-date-icon {
  width: clamp(14px, 10 * (100vw - 393px) / 887 + 14px, 24px);
  height: clamp(14px, 10 * (100vw - 393px) / 887 + 14px, 24px);
}

.article-date {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: clamp(10px, 6 * (100vw - 393px) / 887 + 10px, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}

.article-content .wp-block-image {
  width: 100% !important;
}

.article-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article-content img {
  border-radius: 24px;
  width: 100%;
  height: auto;
  margin-bottom: clamp(32px, 18 * (100vw - 393px) / 887 + 32px, 50px);
}
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: clamp(22px, 4 * (100vw - 393px) / 887 + 22px, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 16px;
  margin-top: 32px;
}
.article-content p, .article-content li {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
.article-content a {
  color: var(--text-secondary-dark);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.article-content ul, .article-content ol {
  padding-left: 20px;
  list-style: disc;
  display: flex;
  flex-direction: column;
}
/*# sourceMappingURL=article.css.map */
