<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.select2-selection {
    border-color: #6c757d !important;
}

.cluster div {
    color: white !important;
}

#blog-content iframe {
    min-width: 100%;
    min-height: 400px;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu &gt; a:hover + .dropdown-submenu,
.dropdown-menu &gt; li:hover &gt; .dropdown-submenu,
.dropdown-submenu:hover {
    display: block;
}
</pre></body></html>