.single-post .site {
  margin-top: 165px;
}
@media (max-width: 600px) {
  .single-post .site {
    margin-top: 190px;
  }
}
@media (max-width: 350px) {
  .single-post .site {
    margin-top: 210px;
  }
}

.article-category__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .article-category__tags {
    gap: 16px;
  }
}

.article-category {
  border-radius: 9999px;
  border: 1px solid #B2CCFF;
  background: #EFF4FF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 10px;
  color: #155EEF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

article header {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  article header {
    margin-bottom: 32px;
  }
}
article header h1 {
  color: #0B1031;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  article header h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
article header p {
  color: #0B1031;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  article header p {
    font-size: 16px;
    line-height: 24px;
  }
}
article span {
  color: #697586;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  article span {
    margin-bottom: 4px;
  }
}
article img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 48px;
  max-height: 540px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  article img {
    margin-bottom: 32px;
  }
}
article section {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  article section {
    margin-bottom: 32px;
  }
}
article section h2 {
  color: #0B1031;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
@media (max-width: 767px) {
  article section h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
article section p {
  color: #121926;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  article section p {
    font-size: 16px;
    line-height: 24px;
  }
}
article section figure img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}
article section figure figcaption {
  position: relative;
  color: #4B5565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 24px;
}
article section figure figcaption:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8.47301 12.243L7.5302 13.1858C6.22845 14.4876 4.1179 14.4876 2.81615 13.1858C1.51441 11.8841 1.51441 9.77354 2.81615 8.47179L3.75896 7.52898M12.2442 8.47179L13.1871 7.52898C14.4888 6.22723 14.4888 4.11668 13.1871 2.81493C11.8853 1.51319 9.77476 1.51319 8.47301 2.81493L7.5302 3.75774M5.66827 10.3337L10.3349 5.66704\" stroke='%239AA4B2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
}
article section figure figcaption a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: auto;
  text-underline-position: from-font;
}