<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mblDomButtonWhiteSearch {
  position: relative;
  width: 29px;
  height: 29px;
}
.mblDomButtonWhiteSearch &gt; div {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 10px;
  height: 10px;
  margin: 0px;
  font-size: 1px;
  border: 2px solid white;
  border-radius: 6px;
}
.mblDomButtonWhiteSearch &gt; div &gt; div {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 8px;
  height: 3px;
  margin: 0px;
  font-size: 1px;
  background-color: white;
  border: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0px;
}
</pre></body></html>