/**
 * Bootstrap carousel prev/next - mobilde devasa ok sorunu
 * Bootstrap varsayılan: width 15%, top/bottom 0 → tüm yan mavi şerit
 * Burada sabit küçük yuvarlak buton + küçük ikon
 */
.carousel-control-prev,
.carousel-control-next {
  width: 2.75rem !important;
  height: 2.75rem !important;
  min-width: 2.75rem !important;
  max-width: 2.75rem !important;
  min-height: 2.75rem !important;
  max-height: 2.75rem !important;
  top: 50% !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: translateY(-50%) !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  /* Bootstrap opacity */
  opacity: 0.92;
}

.carousel-control-prev {
  left: 0.5rem !important;
}

.carousel-control-next {
  right: 0.5rem !important;
}

/* İkon span büyümesin - arka plan chevron küçük kalsın */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.15rem !important;
  height: 1.15rem !important;
  min-width: 1.15rem !important;
  min-height: 1.15rem !important;
  max-width: 1.15rem !important;
  max-height: 1.15rem !important;
  background-size: 1.15rem 1.15rem !important;
  background-position: center !important;
  display: block !important;
  flex-shrink: 0 !important;
}

/* slider.css mavi arka plan varsa yuvarlak içinde kalsın */
#requestsCarousel .carousel-control-prev,
#requestsCarousel .carousel-control-next {
  width: 2.75rem !important;
  height: 2.75rem !important;
  min-width: 2.75rem !important;
  max-width: 2.75rem !important;
  margin: 0 0.35rem !important;
}

@media (max-width: 576px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 2.25rem !important;
    height: 2.25rem !important;
    min-width: 2.25rem !important;
    max-width: 2.25rem !important;
    min-height: 2.25rem !important;
    max-height: 2.25rem !important;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 1rem !important;
    height: 1rem !important;
    background-size: 1rem 1rem !important;
  }
}
