<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collection-list{
  display: block;
  color: var(--base-color);
  text-decoration: none;
}
@media (max-width: 576px){
  .collection-list .text-left-mobile{
    text-align: left;
  }
  .collection-list .text-center-mobile{
    text-align: center;
  }
}</pre></body></html>