<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#plp-buttons .platform-components-buttons__button {
  margin-inline: 0px;
}

@media (max-width: 768px) {
  #plp-buttons a {
    width: 100%;
  }
}

@media (min-width: 769px) {
  #plp-buttons .platform-components-buttons__button {
    margin-left: 0px;
    margin-right: 20px;
  }
}
</pre></body></html>