.highlight {
  background: linear-gradient(180deg, #ffd32414, #ff9f0014 50%);
  border-left: 4px solid var(--Premium, #ffd324);
  border-radius: 4px;
  padding: 32px 40px;
}

.custom-swiper {
  padding-bottom: 24px !important;
}

.custom-swiper .swiper-pagination {
  bottom: -5px !important;
}

.new-slider .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px !important;
}

.custom-tablet-swiper .swiper-pagination {
  bottom: 0px !important;
}

.post-large {
  box-shadow:
    5px -5px 0px lch(17 2.73 296.21),
    12px -12px 0px lch(100 0 0/0.2);
  border-radius: 8px;
  max-height: 508px;
}

.swiper-button-disabled {
  cursor: pointer !important;
  pointer-events: all !important;
}

.swiper-button-disabled:after {
  color: #9ca3af !important;
}

.swiper-button-disabled:hover {
  background: #fff !important;
  border-color: #ddd !important;
}

.swiper-button-prev {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  padding: 26px;
}

.swiper-button-prev:hover {
  background: #e1effe;
  border-color: #0071f9;
}

.swiper-button-prev:hover:after {
  color: #0071f9;
}

.swiper-button-prev:after {
  color: #9ca3af;
  font-size: 18px !important;
  font-weight: 700;
}

.swiper-button-next {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  padding: 26px;
}

.swiper-button-next:hover {
  background: #e1effe;
  border-color: #0071f9;
}

.swiper-button-next:hover:after {
  color: #0071f9;
}

.swiper-button-next:after {
  color: #9ca3af;
  font-size: 18px !important;
  font-weight: 700;
}

.related__prev {
  left: -24px !important;
  top: 45% !important;
}

.related__next {
  right: -24px !important;
  top: 45% !important;
}

.swiper-button-prev.latest {
  left: -24px !important;
}

.swiper-button-prev.premium {
  left: 5px !important;
  top: 45% !important;
}

.swiper-button-prev.latest {
  top: 35% !important;
}

.swiper-button-next {
  right: -24px !important;
  top: 35% !important;
}

.swiper-button-next.premium {
  right: 5px !important;
  top: 45% !important;
}

.swiper-button-next.latest {
  top: 35% !important;
}

.swiper-pagination.latest {
  bottom: -10% !important;
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

.student-new__prev,
.student-gold__prev {
  top: 40% !important;
  left: -24px !important;
}

.student-new__next,
.student-gold__next {
  top: 40% !important;
  right: -24px !important;
}

@media screen and (max-width: 835px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

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

.banner .banner__prev {
  left: 0px;
  right: 0px;
}

.banner .banner__next {
  left: 0;
}

.banner .banner__prev,
.banner .banner__next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #ddd;
  color: #fff;
  position: relative !important;
  background: transparent !important;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #57a3ff;
}

.banner-mobile .swiper-pagination-bullet {
  background: white;
  opacity: 0.2;
}

.banner-mobile .swiper-pagination-bullet-active {
  background: #57a3ff;
  opacity: 1;
}

.banner-tablet .swiper-pagination {
  display: flex;
  margin-left: auto;
}

.linear-post {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 38.94%,
    #000 100%
  );
}

.student-gold {
  background: radial-gradient(
      58.61% 58.61% at 50% 91.8%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #292a2d;
}

.gradient-text {
  background: linear-gradient(90deg, #ffd324 0.06%, #ff9f00 15.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-selected {
  background: rgba(0, 113, 249, 0.1);
}

.item-selected:hover {
  background: rgba(0, 113, 249, 0.1);
}

.description-banner-news > p {
  font-size: 16px !important;
  letter-spacing: 0.08px !important;
  line-height: 24px !important;
}

.bg-selected-dark {
  background: rgba(2, 62, 195, 0.3);
}

.fix-text-blue-500 {
  color: #0071f9 !important;
}
