.ilaydis-slider-temujin {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: min(80dvw, 720px);
  max-height: 80dvw;
  background: #f6f6f4;
  border-top: 1px solid #ecece8;
  border-bottom: 1px solid #ecece8;
}

.ilaydis-slider-temujin__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.ilaydis-slider-temujin__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ilaydis-slider-temujin__image {
  display: block;
  width: 100%;
  height: min(80dvw, 720px);
  max-height: 80dvw;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}

.ilaydis-slider-temujin__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ilaydis-slider-temujin__arrow:hover {
  background: #c8ea2b;
  color: #1f1f1f;
  border-color: #c8ea2b;
}

.ilaydis-slider-temujin__arrow--prev {
  left: 16px;
}

.ilaydis-slider-temujin__arrow--next {
  right: 16px;
}

@media (max-width: 768px) {
  .ilaydis-slider-temujin {
    height: 80dvw;
  }

  .ilaydis-slider-temujin__image {
    height: 80dvw;
  }

  .ilaydis-slider-temujin__arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
