.main-content {
  max-width: 680px;
  padding: 0px 0px;
}
@media screen and (max-width: 960px) {
  .main-content {
    padding: 50px 0;
  }
}

.post {
  margin-bottom: 40px;
  font-family: "Satoshi-Variable", "Helvetica Neue", Helvetica, Verdana, Tahoma, sans-serif;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  max-width: 680px;
  width: 100%;
  padding: 20px;
}
.post__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  text-transform: none;
  color: #000;
  margin-bottom: 20px;
}
.post__title a {
  color: #000;
}
@media screen and (max-width: 960px) {
  .post__title {
    font-size: 35px;
    line-height: 45px;
  }
}
.post__meta {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.post__hero {
  margin-bottom: 20px;
}
.post.full-article__content {
  padding: 20px 20px 40px;
}
.post__content {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}
.post__content p,
.post__content ol,
.post__content ul,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content figure {
  margin-bottom: 30px;
}
.post__content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
.post__content h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}
.post__content ol,
.post__content ul {
  margin-left: 25px;
}
.post__content ol li {
  list-style: decimal;
}
.post__content ul li {
  list-style: disc;
}
.post__content ul li:not(:first-child),
.post__content ol li:not(:first-child) {
  margin-top: 5px;
}
.post__footer {
  text-align: center;
}

.worth-attention .header--h2 {
  font-size: 20px;
  font-family: Chakra Petch, sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.worth-attention__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  margin-left: -210px;
  margin-right: -210px;
}
@media screen and (max-width: 960px) {
  .worth-attention__list {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
.worth-attention-list-item__header {
  padding: 20px;
}
.worth-attention-list-item__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}
.worth-attention-list-item__tag {
  color: rgba(26, 26, 26, 0.75);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.worth-attention-list-item__thumbnail-wrapper img {
  height: auto;
}

.tags-list .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.tags-list .tags a {
  height: 30px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(26, 26, 26, 0.1);
  color: #1a1a1a;
  text-align: center;
  font-family: "Chakra Petch";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}