<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.theme-sale-sheet .sc-header h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;

  color: #266B6B;
}

.theme-sale-sheet .sc-header .sc-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;

  border-bottom: solid 5px #266B6B;
}

.theme-sale-sheet .sc-header .sc-content &gt; div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .theme-sale-sheet .sc-header .sc-content {
    flex-direction: column;
    padding-bottom: 15px;
  } 
}</pre></body></html>