/*!
 * Owl Carousel Default Theme v2.3.4 (Minimal Stub)
 * This is a minimal stylesheet to avoid 500 errors.
 */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}



.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  font-size: 0.8em; /* Further reduced size */
  color: black;
  cursor: pointer;
  padding: 2px; /* Reduce padding */
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 8px; /* Reduce spacing */
}

.owl-carousel .owl-dot {
  display: inline-block;
  width: 6px; /* Reduce dot size */
  height: 6px;
  background: #ccc;
  margin: 2px; /* Reduce margin */
  border-radius: 50%;
  cursor: pointer;
}

.owl-carousel .owl-dot.active {
  background: #333;
}

