<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.com-content-article img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.navbar-brand img {
  width: 200px;
  height: auto;
}

.mod-menu &gt; li {
  position: relative;
}

.mod-menu li:hover &gt; ul {
  background-color: #fff;
  border: 1px solid #dfe3e7;  
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 16px;
}

.mod-menu li:hover &gt; ul li {
  display: block;
}</pre></body></html>