<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compare__informer_content {
    display: flex;
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 500;
}
.compare__informer_content a {
    transition: opacity 0.25s;
}
.compare__informer_content a:hover {
    opacity: 0.8;
}
.compare__informer_wrapper._active:before {
    content: '';
    position: absolute;
    height: 0.5rem;
    background: rgb(0 0 0 / 10%);
    bottom: -1px;
    left: -1px;
    right: -1px;
    animation: progressBar 5s linear;
    animation-fill-mode: both;
}
.compare__informer-product-link {
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
}

.compare__informer-text {
    text-transform: lowercase;
}</pre></body></html>