<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-formula {
  background: #FAFAFA;
}

.theme-sale-sheet .sc-formula .sc-inner {
  padding-top: 0;
}

.theme-sale-sheet .sc-formula .custom-table {
  display: flex;
  flex-direction: row;

  margin-bottom: 20px;
}

.theme-sale-sheet .sc-formula .custom-table &gt; div:first-child {
  width: 25%;
  border-radius: 10px 0 0 10px;
  border-right: solid 3px #FAFAFA;
}

.theme-sale-sheet .sc-formula .custom-table &gt; div:last-child {
  width: 75%;
  border-radius: 0 10px 10px 0;
}

.theme-sale-sheet .sc-formula .custom-table &gt; div {
  padding: 15px 10px;
  background: #266B6B;
}

.theme-sale-sheet .sc-formula .custom-table &gt; div p {
  color: white;
}

.theme-sale-sheet .sc-formula .overflow-x {
  margin: 20px 0;
}

.theme-sale-sheet .sc-formula .overflow-x-content &gt; img {
  width: 900px;
  min-width: 900px;
  max-width: 900px;
}

.theme-sale-sheet .sc-formula .remark {
  display: flex;
  flex-direction: row;
  align-items: flex-start;

  margin-top: 20px;
}

.theme-sale-sheet .sc-formula .remark &gt; img {
  width: 55px;
  height: 55px;
  border-radius: 50%;

  margin-right: 10px;
}

.theme-sale-sheet .sc-formula .remark p,
.theme-sale-sheet .sc-formula .remark ul li {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .theme-sale-sheet .sc-formula .custom-table {
    flex-direction: column;
  }

  .theme-sale-sheet .sc-formula .custom-table &gt; div:first-child {
    width: 100%;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 3px #FAFAFA;
    border-right: none;
  }

  .theme-sale-sheet .sc-formula .custom-table &gt; div:last-child {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}</pre></body></html>