.otherPosts {
  border-top: 1px solid #e9e8e5;
  box-sizing: border-box;
  padding: 16px 0;
}

.mostViewed {
  border-bottom: 1px solid #e9e8e5;
}

.otherPosts .container {
  box-sizing: border-box;
  max-width: 1080px;
  position: relative;
}

.otherItem__title {
  color: #000;
  font-size: var(--fontMax16Min14);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0 38px;
}

.otherItem__thumbnail img {
  aspect-ratio: 200 /135;
  object-fit: cover;
}

.otherItemsSwiper {
  margin-top: 8px;
}

.reccomendedSwiper__container {
  padding-inline: 38px;
  position: relative;
}

.otherItem__item a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.mostViewedCounter {
  left: 6px;
  max-width: 32px;
  position: absolute;
  top: 6px;
}

.otherItem__textArea {
  box-sizing: border-box;
  padding: 18px 0;
}

.otherItem__textArea .columnDate {
  font-size: var(--fontMax12Min10);
}

.postTaxTerms .columnTag {
  font-size: var(--fontMax12Min10);
  line-height: 1.4;
  min-width: auto;
}

.otherItem__textArea .columnTitle {
  color: #424242;
  font-size: var(--fontMax14Min12);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 8px;
}

.otherPosts .swiper-button-next,
.otherPosts .swiper-button-prev {
  height: 24px;
  width: 24px;
}

.otherPosts .swiper-button-next {
  right: 0;
}

.otherPosts .swiper-button-prev {
  left: 0;
}

.otherPosts .swiper-button-next::after,
.otherPosts .swiper-button-prev::after {
  border-bottom: 1px solid #424242;
  border-right: 1px solid #424242;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 6px;
}

.otherPosts .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .otherPosts .container {
    padding-inline: 0;
  }

  .reccomendedSwiper {
    padding-inline: 0;
  }
  .reccomendedSwiper__container {
    padding-inline: 1.25rem;
  }
  .otherItem__title {
    padding: 0 1.25rem;
  }
}
