<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#card-errors {
  position: relative;
}

#card-errors .arrow-up.postal {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-bottom: 15px solid black;
  position: absolute;
  top: -15px;
  right: 50px;
}
</pre></body></html>