/* ========================================
   Owl Carousel Custom Styles
   Custom overrides for Referenzen Slider
   ======================================== */

/* Remove white background from navigation arrows */
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 5px !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}

/* Optional: Make arrows bigger and more visible */
.owl-theme .owl-nav [class*='owl-'] {
    font-size: 24px;
    color: #fff;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: var(--green, #24D536);
}
