<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 960px) {
  header .container .voice,
  header .right .user-role {
    display: none;
  }
  .wl .search {
    width: 100%;
    position: static;
  }
  .wl .product_list {
    width: 100%;
    margin-top: 20px;
  }
  ul#agenzia_wl_content li {
    width: 100%;
    margin-right: 0;
  }
  footer .box {
    width: 100%;
  }
  footer .box img {
    display: block;
    float: left;
  }
  #wrapper {
    margin-top: 80px;
  }
  /* Seller description */
  .wl-seller-description img.logo {
    width: 150px;
    height: 150px;
    top: 75px;
    left: calc(50% - 75px);
  }
  /* End of max-width 960px rules */
}
</pre></body></html>