<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#brands-summary &gt; div {
  border: 1px solid #cacaca;
  padding: 1rem;
  border-bottom: none;
}
#brands-summary &gt; div:last-child {
  border-bottom: 1px solid #cacaca;  
}
  #brands-summary &gt; div &gt; h3 {
    display: inline-block;
    background: black;
    color: white;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
  }
.brand-item {
  margin-bottom: 1rem;
}
  .brand-item a {
    text-decoration: none;
  }
  .brand-item img {
    width: 100%;
    margin-bottom: 1rem;
  }

#brand-index {  
  border: none !important;
}
  #brand-index &gt; a {
    margin-right: 1rem;
    display: inline-block;    
  }</pre></body></html>