<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main.main {
  padding-top: 0;
}

.icw .theme-sale-sheet h1,
.icw .theme-sale-sheet h2,
.icw .theme-sale-sheet .h2,
.icw .theme-sale-sheet p,
.icw .theme-sale-sheet ul li,
.icw .theme-sale-sheet a.link {
  font-family: notosans_thai, sans-serif;
}

.icw .theme-sale-sheet {
  font-size: 16px;
}

.icw .theme-sale-sheet p,
.icw .theme-sale-sheet ul li {
  color: #666666;
}

.icw .theme-sale-sheet h2,
.icw .theme-sale-sheet .h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.icw .theme-sale-sheet p {
  font-size: 16px;
  font-weight: normal;
}

.icw .theme-sale-sheet p.display-1 {
  font-size: 18px;
}

.icw .theme-sale-sheet p.display-2 {
  font-size: 14px;
}

.icw .theme-sale-sheet ul li {
  list-style: disc;
  margin-left: 18px;
}

.icw .theme-sale-sheet .c-white {
  color: white;
}

.icw .theme-sale-sheet .c-red {
  color: #E33232;
}

.icw .theme-sale-sheet .c-gray {
  color: #999999;
}

.icw .theme-sale-sheet .sc-inner {
  padding: 30px 0;
}

.icw .theme-sale-sheet .sc-headline {
  width: 100%;
  padding: 10px;
  margin: 0 auto 30px auto;

  min-height: 75px;

  background: #E0E9E9;
  border-radius: 10px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

  margin: 0 15px 0 0;
}

.icw .theme-sale-sheet .sc-headline &gt; .sc-heading {
  margin: 0;
}

.icw .theme-sale-sheet div.hr {
  position: relative;
  width: 100%;
  height: 1px;
  background: #BEBEBE;
}

.icw .theme-sale-sheet .overflow-x .overflow-x-content {
  width: 100%;
  overflow-x: auto;

  scrollbar-width: none;
}

.icw .theme-sale-sheet .overflow-x .overflow-x-content::-webkit-scrollbar {
  display: none;
}

.icw .theme-sale-sheet .overflow-x .overflow-x-scrollbar {
  position: relative;

  width: 100%;
  height: 6px;
  padding: 0;
  margin-bottom: 10px;

  border-radius: 3px;
  background: #F1F1F1;
}

.icw .theme-sale-sheet .overflow-x .overflow-x-scrollbar .scrollbar {
  position: absolute;

  max-width: 100%;
  height: 6px;
  top: 0;
  left: 0;

  border-radius: 3px;
  background: #1BAD71;
}

.icw .theme-sale-sheet a.link {
  font-weight: bold;
  color: #1BAD71;
}

.icw .theme-sale-sheet a.link.previous:before {
  content: "\e90b";
  font-family: icongarage;
  font-size: 0.8em;
  color: #1BAD71;

  margin-right: 10px;
}
</pre></body></html>