@charset "UTF-8";
.article__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.entry-content {
  width: 100%;
  max-width: 864px;
  padding-bottom: 0;
}
.entry-content:last-of-type {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .entry-content {
    max-width: none;
  }
  .entry-content:last-of-type {
    padding-bottom: 32px;
  }
}
.entry-content__lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .entry-content__lead {
    font-size: 16px;
    line-height: 24px;
  }
}
.entry-content__lead {
  margin-bottom: 16px;
}
.entry-content__figure {
  width: 100%;
  max-width: 1344px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 768px) and (max-width: 1343px) {
  .entry-content__figure {
    padding-inline: 40px;
  }
}
@media (min-width: 1344px) {
  .entry-content__figure {
    padding-inline: 0;
  }
}
.entry-content__figure {
  max-width: 1088px;
  margin: 16px 0 28px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .entry-content__figure {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }
}
.entry-content__image {
  width: 100%;
  aspect-ratio: 1088/692;
  border-radius: 16px;
  background-color: #d9d9d9;
  object-fit: cover;
}
.entry-content--article {
  max-width: 752px;
  width: 100%;
}
.entry-content__caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 8px;
}
.entry-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.entry-content h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1.14px;
}
@media (max-width: 767px) {
  .entry-content h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.84px;
  }
}
.entry-content h2 {
  margin: 8px 0;
  padding-block: 8px;
}
.entry-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.84px;
}
@media (max-width: 767px) {
  .entry-content h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
.entry-content h3 {
  margin: 8px 0;
  padding-block: 8px;
}
.entry-content ol {
  list-style: none;
  counter-reset: entry-ol;
  margin-bottom: 12px;
}
.entry-content ol li {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.entry-content ol li::before {
  counter-increment: entry-ol;
  content: counter(entry-ol) ".";
  width: 24px;
  flex-shrink: 0;
  text-align: right;
  color: #000;
}
.entry-content ul {
  list-style: none;
  margin-bottom: 12px;
}
.entry-content ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.entry-content ul li::before {
  content: "—";
  width: 24px;
  flex-shrink: 0;
  text-align: right;
}

/*# sourceMappingURL=article.css.map */
