.article {
  padding: clamp(60px, 20 * (100vw - 375px) / 1065 + 60px, 80px) 0 clamp(22px, 40px - (18) * (100vw - 375px) / 1065, 40px);
}

.single-post > .blog-home {
  padding: clamp(0px, 40px - (40) * (100vw - 375px) / 1065, 40px) 0 80px;
}

.article-hero {
  padding-bottom: clamp(30px, 32px - (2) * (100vw - 375px) / 1065, 32px);
  border-bottom: 1px solid #dbdbdb;
  max-width: 1100px;
  margin: 0 auto;
}

.article-hero__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--secondary-dark);
  margin-bottom: 16px;
}

.article-hero__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(40px, 12 * (100vw - 375px) / 1065 + 40px, 52px);
  line-height: clamp(2.25rem, 1.528vw + 1.875rem, 3.25rem);
  max-width: 836px;
  letter-spacing: -0.03em;
  color: var(--dark-text);
}

.article-banner {
  width: 100%;
  margin: clamp(30px, 32px - (2) * (100vw - 375px) / 1065, 32px) auto 0;
  max-width: 1100px;
}
.article-banner img {
  width: 100%;
}

.article-content {
  max-width: 1070px;
  padding-top: 30px;
}
.article-content .entry-content {
  width: 100%;
  padding-top: clamp(2px, 56 * (100vw - 375px) / 1065 + 2px, 58px);
}
@media screen and (min-width: 834px) {
  .article-content .entry-content {
    max-width: clamp(33.75rem, 11.3861rem + 42.9043vw, 50rem);
  }
}
@media screen and (min-width: 834px) {
  .article-content {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    gap: clamp(2rem, -1.7847rem + 7.2607vw, 4.75rem);
  }
}
.article-content h2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  margin-bottom: 16px;
}
.article-content h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  margin-bottom: 16px;
}
.article-content h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  margin-bottom: 16px;
}
.article-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  margin-bottom: 16px;
}
.article-content .wp-block-gallery {
  padding-top: clamp(16px, 16 * (100vw - 375px) / 1065 + 16px, 32px);
  margin-bottom: clamp(32px, 16 * (100vw - 375px) / 1065 + 32px, 48px);
}
.article-content ul, .article-content ol {
  padding: 8px 0 24px;
}
.article-content li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
}
.article-content ul > li {
  padding-left: 16px;
  position: relative;
}
.article-content ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.article-content ul > li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  border: 2px solid #ce0000;
  border-radius: 6px;
  width: 8px;
  height: 8px;
}
.article-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.article-content ol > li {
  counter-increment: item;
  display: grid;
  grid-template-columns: 12px 1fr;
  -moz-column-gap: 8px;
  column-gap: 8px;
  align-items: start;
}
.article-content ol > li:not(:last-child) {
  margin-bottom: 8px;
}
.article-content ol > li::before {
  content: counter(item) ".";
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--red-main);
}

.article--has-banner {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.wp-block-gallery {
  padding-top: 0;
}
.wp-block-gallery img {
  border-radius: 16px;
}

.swiper-slide {
  height: 100%;
}
.swiper-slide img {
  height: 100%;
}

.article-gallery__swiper {
  width: 100%;
}

.article-gallery__swiper .swiper-wrapper {
  align-items: stretch;
}

.article-gallery__swiper .swiper-slide {
  height: auto;
  display: flex;
}

.article-gallery__slide {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article-gallery__slide figure,
.article-gallery__slide .wp-block-image,
.article-gallery__slide .blocks-gallery-item {
  width: 100%;
  margin: 0;
}

.article-gallery__slide figure {
  aspect-ratio: 2/1;
  overflow: hidden;
  border-radius: 16px;
}

.article-gallery__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-gallery-wrap--swiper {
  padding-top: 16px;
  margin-bottom: 32px;
}

.article-gallery__controls {
  padding-top: 16px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.article-gallery__pagination {
  position: static !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.article-gallery__pagination .swiper-pagination-bullet {
  border: 2px solid #dbdbdb;
  border-radius: 6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  opacity: 1;
}
.article-gallery__pagination .swiper-pagination-bullet-active {
  border: 2px solid #ce0000;
  border-radius: 6px;
  width: 8px;
  height: 8px;
  background: #ce0000;
}

.article-gallery__nav.swiper-button-disabled .a-nav__ico {
  transition: none;
}

.article-gallery__nav.swiper-button-disabled .a-nav__ico--out {
  opacity: 1;
  transform: translateX(0);
  fill: #2f2525;
}

.article-gallery__nav.swiper-button-disabled .a-nav__ico--in {
  opacity: 0;
  fill: #2f2525;
}

.article-gallery__nav {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  background: var(--red-main);
  z-index: 5;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
}

.article-gallery__nav .a-nav__ico {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: all var(--time-function);
  will-change: transform, opacity;
}

.article-gallery__nav .a-nav__ico svg {
  display: block;
}

.article-gallery__nav .a-nav__ico--out {
  opacity: 1;
  transform: translateX(0);
}

.article-gallery__nav .a-nav__ico--in {
  opacity: 0;
}

.article-gallery__nav--prev .a-nav__ico--in {
  transform: translateX(140%);
}

.article-gallery__nav--next .a-nav__ico--in {
  transform: translateX(-140%);
}

@media (prefers-reduced-motion: reduce) {
  .article-gallery__nav .a-nav__ico {
    transition: none;
  }
}
.article-gallery__nav {
  position: relative;
}

.article-gallery__nav svg {
  fill: white !important;
}

.article-gallery__nav svg path {
  fill: currentColor;
}

.article-gallery__nav.swiper-button-disabled {
  background: #f6f6f6;
  cursor: not-allowed;
  pointer-events: none;
  color: #2f2525;
}
.article-gallery__nav.swiper-button-disabled .a-nav__ico--out {
  fill: #2f2525 !important;
  opacity: 1;
}

.article__sidebar {
  margin-top: 32px;
  width: -webkit-fill-available;
  max-width: 192px;
}

@media screen and (min-width: 834px) {
  .a-sidebar__share {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 834px) {
  .a-sidebar {
    position: sticky;
    top: 88px;
  }
}

.a-sidebar__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  margin-bottom: 12px;
}

.a-sidebar__actions {
  display: flex;
  gap: 8px;
}

.a-sidebar__btn {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}

.a-sidebar__btn .socials-list__icon {
  opacity: 0;
}

.a-sidebar__btn::before,
.a-sidebar__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ico);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transition: 0.5s;
  will-change: transform;
  pointer-events: none;
}

.a-sidebar__btn::before {
  transform: translateX(0);
}

.a-sidebar__btn::after {
  transform: translateX(-100%);
}

.a-sidebar__btn:focus-visible::before {
  transform: translateX(100%);
}

.a-sidebar__btn:focus-visible::after {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .a-sidebar__btn::before,
  .a-sidebar__btn::after {
    transition: none;
  }
}
.a-sidebar__meta {
  display: none;
  border-radius: 8px;
  position: relative;
  padding: 12px;
  width: 100%;
  background: #f6f6f6;
  overflow: hidden;
}
@media screen and (min-width: 834px) {
  .a-sidebar__meta {
    display: block;
  }
}

.a-sidebar__progress {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  height: 2px;
  border-radius: 20px;
  background: #dbdbdb;
}

.a-sidebar__progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress);
  border-radius: 20px;
  background: #ce0000;
}

.a-sidebar__readtime {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
}

.a-sidebar__clock {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: #2f2525;
}

.entry-content img,
.entry-content figure,
.entry-content video,
.entry-content iframe {
  max-width: 100%;
  height: auto;
}

.article-gallery-wrap,
.article-gallery__swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--dark-text);
  color: var(--white-text);
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9999;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(-6px);
}

@media screen and (min-width: 1024px) {
  .article-gallery__nav--prev:hover .a-nav__ico--out {
    opacity: 0;
    transform: translateX(-140%);
  }
  .article-gallery__nav--prev:hover .a-nav__ico--in {
    opacity: 1;
    transform: translateX(0);
  }
  .article-gallery__nav--next:hover .a-nav__ico--out {
    opacity: 0;
    transform: translateX(140%);
    fill: white;
  }
  .article-gallery__nav--next:hover .a-nav__ico--in {
    opacity: 1;
    transform: translateX(0);
    fill: white;
  }
  .article-gallery__nav:hover {
    color: white;
  }
  .a-sidebar__btn:hover::before {
    transform: translateX(100%);
  }
  .a-sidebar__btn:hover::after {
    transform: translateX(0);
  }
}
/*# sourceMappingURL=article.css.map */
