.blog {
  padding: 90px 0;
  background: var(--grey-100);
  position: relative;
  overflow: hidden;
}

.blog__title {
  z-index: 1;
  margin-bottom: 45px;
}

.blog__subtitle {
  font-size: var(--xl);
  max-width: 300px;
  font-weight: 700;
  line-height: 31px;
}

.blog__subtitle span {
  color: var(--secondary);
}

.blog__content {
  display: flex;
  flex-direction: column;
}

.blog__readmore {
  font-size: var(--m);
  line-height: 22px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.blog__readmore a {
  display: inline-block;
  color: var(--secondary);
  text-decoration: none;
  padding-right: 40px;
  background: no-repeat right url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.172 13L4 13V11L16.172 11L10.808 5.63598L12.222 4.22198L20 12L12.222 19.778L10.808 18.364L16.172 13Z' fill='%231F4E9E'/%3E%3C/svg%3E");
}

.blog__readmore a:hover {
  color: var(--accent);
  background: no-repeat right url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.172 13L4 13V11L16.172 11L10.808 5.63598L12.222 4.22198L20 12L12.222 19.778L10.808 18.364L16.172 13Z' fill='%23fec806'/%3E%3C/svg%3E");
}

.blog__slider {
  overflow: hidden;
}

.blog__slider .swiper-slide {
    height: auto;
}

.blog__slider_action {
    position: relative;
  /* padding-top: 25px; */
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 51%; */
  gap: 24px;
}

.blog__slider_action .blog__readmore {
  /* margin-left: auto; */
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.blog_slider_prev,
.blog_slider_next {
  position: static;
  top: auto;
  transform: none;
  margin: 0;
}

.blog .swiper-button-prev {
  background: rgba(209, 213, 219, 0.3) 50% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.49981 12L14.9998 19.5L16.0498 18.45L9.5998 12L16.0498 5.55L14.9998 4.5L7.49981 12Z' fill='%239CA3AF'/%3E%3C/svg%3E");
}

.blog .swiper-button-next {
  background: rgba(209, 213, 219, 0.3) 50% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 12L9 4.5L7.95 5.55L14.4 12L7.95 18.45L9 19.5L16.5 12Z' fill='%239CA3AF'/%3E%3C/svg%3E");
}

.blog__item {
  background: var(--white);
  padding: 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;

}

.blog__item_title {
  min-height: 34px;
  font-size: var(--m);
  color: var(--primary-800);
  font-weight: 600;
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
}

.blog__item_title a {
  color: var(--primary-800);
  text-decoration: none;
}

.blog__item_title a:hover {
  color: var(--accent);
}

.blog__item_content {
    flex: 1 1 auto;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  min-height: 64px;
}

.blog__item_content ul {
  padding-left: 20px;
  list-style: disc;
}

.blog__item_content ul li {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.blog__item_content p {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  margin: 0;
}

.blog__item .more-link {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 22px;
  background: no-repeat right url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.781 8.66645L2.66634 8.66645L2.66634 7.33312L10.781 7.33312L7.20501 3.75712L8.14767 2.81445L13.333 7.99979L8.14767 13.1851L7.20501 12.2425L10.781 8.66645Z' fill='%239CA3AF'/%3E%3C/svg%3E");
  color: var(--grey-400);
  text-decoration: none;
}

.blog__item .more-link:hover {
  color: var(--accent);
  background: no-repeat right url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.781 8.66645L2.66634 8.66645L2.66634 7.33312L10.781 7.33312L7.20501 3.75712L8.14767 2.81445L13.333 7.99979L8.14767 13.1851L7.20501 12.2425L10.781 8.66645Z' fill='%23fec806'/%3E%3C/svg%3E");
}

.blog__image {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 265/180;
  background: 50%/cover no-repeat;
}

@media (max-width: 1260px) {
  .blog__readmore {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .blog {
    padding: 30px 0;
  }

  .blog__title {
    margin-bottom: 20px;
  }

  .blog__slider {
    margin-top: 25px;
    position: relative;
    overflow: unset;
  }

  .blog__slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30vw;
    width: 30vw;
    bottom: 0;
    background: var(--grey-100);
    z-index: 10;
  }

  .blog__slider_action .blog__readmore {
    /* margin: 0 20px 0 0; */
  }

  .blog__slider_action {
    margin-left: 0;
    /* flex-direction: row-reverse; */
    justify-content: flex-start;
  }

  .blog .swiper-button-next {
    /* order: -1; */
  }

  .blog__item_title {
    height: 34px;
  }

  .blog__item_content {
    min-height: 96px;
  }
}