<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Loupe */

.loupe-button {

  -moz-border-radius: 0px 4px 4px 0px !important; /* Firefox */

  -webkit-border-radius: 0px 4px 4px 0px !important; /* Safari, Chrome */

  border-radius: 0px 4px 4px 0px !important; /* CSS3 */

  border-left: 0px;

}
</pre></body></html>