/* Partners Carousel Styles */
footer .partners {
  overflow: visible !important;
}

footer .partners .wrapper {
  padding-left: 60px !important;
  padding-right: 60px !important;
  position: relative !important;
}

footer .partners .items.owl-carousel {
  display: block;
  margin: 60px 0 30px;
}

footer .partners .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

footer .partners .items .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

footer .partners .items .item img {
  max-height: 60px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

footer .partners .owl-dots {
  display: none !important;
}

/* Navigační šipky po stranách */
footer .partners .owl-carousel .owl-nav {
  margin: 0 !important;
  position: static !important;
}

footer .partners .owl-carousel .owl-nav .owl-prev,
footer .partners .owl-carousel .owl-nav .owl-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #c8102e !important;
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.3s !important;
  z-index: 100 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

footer .partners .owl-carousel .owl-nav .owl-prev {
  left: -45px !important;
  right: auto !important;
}

footer .partners .owl-carousel .owl-nav .owl-next {
  right: -45px !important;
  left: auto !important;
}

footer .partners .owl-carousel .owl-nav .owl-prev:hover,
footer .partners .owl-carousel .owl-nav .owl-next:hover {
  background: #a00d24 !important;
}
