<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-insurance {
  margin-top: 15px;
  background: #E7F9EB;
}

.theme-sale-sheet .sc-insurance .sc-inner:last-child {
  padding-top: 0;
}

.theme-sale-sheet .sc-insurance .sc-headline {
  background: #D4F2DB;
  margin-bottom: 20px;
}

.theme-sale-sheet .sc-insurance .sc-headline .sc-heading {
  color: #266B6B;
}

.theme-sale-sheet .sc-insurance .sub-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.theme-sale-sheet .sc-insurance .sub-heading &gt; img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.theme-sale-sheet .sc-insurance p.notice {
  margin: 15px 0;
}

.theme-sale-sheet .sc-insurance .cards .card {
  border-radius: 10px;
  border: solid 2px #1BAD71;
  background: #1BAD71;

  overflow-x: hidden;
  overflow-y: hidden;
}

.theme-sale-sheet .sc-insurance .cards .card:not(:last-child) {
  margin-bottom: 15px;
}

.theme-sale-sheet .sc-insurance .cards .card .card-heading {
  position: relative;
  padding: 20px 20px 20px 65px;
  background: #1BAD71;
}

.theme-sale-sheet .sc-insurance .cards .card .card-heading:before {
  content: "";
  position: absolute;

  width: 30px;
  height: 30px;
  top: 17px;
  left: 20px;

  background: url(../img/insurance-qna.png);
  background-size: 30px 30px;
}

.theme-sale-sheet .sc-insurance .cards .card .card-heading p:before {
  content: "Q : ";
  font-family: notosans_thai, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
}

.theme-sale-sheet .sc-insurance .cards .card .card-content {
  position: relative;
  padding: 15px 15px 15px 65px;
  background: white;
}

.theme-sale-sheet .sc-insurance .cards .card .card-content:before {
  content: "A : ";
  position: absolute;
  left: 65px;
}

.theme-sale-sheet .sc-insurance .cards .card .card-content p {
  padding-left: 25px;
}

.theme-sale-sheet .sc-insurance .cards .card .card-content ul {
  margin-left: 25px;
}

.theme-sale-sheet .sc-insurance .cards .card .card-footer {
  padding: 10px 20px;
  background: #E6F6F0;
}

.theme-sale-sheet .sc-insurance .cards .card .card-footer &gt; p {
  color: #266B6B;
}

.theme-sale-sheet .sc-insurance .hr {
  margin: 25px 0;
}

@media screen and (max-width: 767px) {
  .theme-sale-sheet .sc-insurance .cards .card .card-heading {
    position: relative;
    padding: 10px 15px;
  }

  .theme-sale-sheet .sc-insurance .cards .card .card-heading:before {
    content: "Q :";
    font-family: notosans_thai, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: white;
    position: absolute;
    top: 10px;
    left: 15px;
    width: auto;
    height: auto;
    background: none;
  }

  .theme-sale-sheet .sc-insurance .cards .card .card-heading p {
    padding-left: 25px;
  }

  .theme-sale-sheet .sc-insurance .cards .card .card-heading p:before {
    content: "";
  }

  .theme-sale-sheet .sc-insurance .cards .card .card-content {
    padding: 10px 15px;
  }

  .theme-sale-sheet .sc-insurance .cards .card .card-content:before {
    left: 15px;
  }

  .theme-sale-sheet .sc-insurance .cards .card .card-footer {
    padding: 10px 15px;
  }
}
</pre></body></html>