/* Generated by vite-plugin-svg-spritemap */
.post-page__container > *:not(:last-child) {
  margin-bottom: 1.875rem;
}
.post-page__image {
  padding-bottom: 33%;
  border-radius: 0.25rem;
}
.post-page__content h2, .post-page__content h3, .post-page__content h4 {
  font-weight: 600;
  line-height: 130%;
}
.post-page__content h2 {
  font-size: 2rem;
}
.post-page__content h3 {
  font-size: 1.5rem;
}
.post-page__content h4 {
  font-size: 1.25rem;
}
.post-page__content h2:not(:first-child) {
  margin-top: 1.25rem;
}
.post-page__content h3:not(:first-child) {
  margin-top: 0.9375rem;
}
.post-page__content h4:not(:first-child) {
  margin-top: 0.625rem;
}
.post-page__content p:not(:first-child) {
  margin-top: 0.625rem;
}
.post-page__content p {
  line-height: 140%;
}
.post-page__content li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 0.6em; /* вирівнювання під baseline тексту */
  flex-shrink: 0; /* щоб не стискалась */
}
.post-page__content li {
    display: flex;
  align-items: flex-start; /* або center */
  gap: 8px; /* відстань між крапкою і текстом */
}

@media (max-width: 47.99875em) {
  .post-page__container > *:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .post-page__image {
    padding-bottom: 50%;
  }
}
@media (width <= 20em) {
  .post-page {
    padding-top: 1.25rem;
  }
  .post-page {
    padding-bottom: 1.25rem;
  }
}
@media (width > 20em) and (width <= 76.875em) {
  .post-page {
    padding-top: clamp( 1.25rem , 0.59065934065625rem  +  3.2967032967vw , 3.125rem );
  }
  .post-page {
    padding-bottom: clamp( 1.25rem , -0.50824175824375rem  +  8.7912087912vw , 6.25rem );
  }
}
@media (width > 76.875em) {
  .post-page {
    padding-top: 3.125rem;
  }
  .post-page {
    padding-bottom: 6.25rem;
  }
}