<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#custom-related-design-2 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: var(--neosection-width);
    padding: var(--neosection-padding);
    padding-bottom: 16px;
    margin: 0 auto;
    margin-bottom: var(--space-between-sections);
}
#custom-related-design-2.no-margin {
    margin-bottom: 0;
}

#custom-related-design-2 .owl-nav {
    margin-top: 0;
}

.related-design-2__item:has(.trigger-redirect) {
    cursor: pointer;
}

.related-design-2__item__title {
    font-size: 28px;
    text-wrap: balance;
}

.related-design-2__item__img * {
    width: 100%;
    height: 100%;
}

.related-design-2__item__img img {
    object-fit: cover;
}

.select-categories__item__description a {
    color: white;
}


@media (max-width: 420px) {
    #custom-related-design-2 .owl-nav {
        position: static;
        margin-top: 42px;
    }

    .owl-theme .owl-nav [class*=owl-]{
        position: static;
    }

    .owl-theme .owl-nav {
        position: static;
        margin-top: 42px;
    }
}</pre></body></html>