<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-nav button {
    position: absolute;
    height: 100%;
    top: 0;
    background-color: #fff;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: -30px;
    display: none;
}

.owl-nav button.owl-next {
    right: -30px;
    display: none;
}

.owl-dots {
    display: none;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button:focus {
    outline: none;
}

.owl-nav span {
    font-size: 45px;
}

.owl-nav-block {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}</pre></body></html>