<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-footer {
  background: #266B6B;
  border-radius: 0 0 10px 10px;
}

.theme-sale-sheet .sc-footer .sc-content &gt; p {
  margin-bottom: 15px;
}

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

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

.theme-sale-sheet .sc-footer ul li,
.theme-sale-sheet .sc-footer p {
  color: white;
}

@media screen and (max-width: 1023px) {
  .theme-sale-sheet .sc-footer .sc-content &gt; div {
    flex-direction: column;
    align-items: flex-start;
  }

  .theme-sale-sheet .sc-footer .sc-content &gt; div p {
    margin-top: 15px;
  }
}</pre></body></html>