<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .coupon-wrapper {
  display: table; 
  width: 100%;
}
.coupon-wrapper &gt; .coupon-table-row {
  display: table-row; 
}
.coupon-wrapper &gt; .coupon-table-row &gt; .coupon-table-cell {
  display: table-cell; 
  vertical-align: top; 
}
.coupon-wrapper &gt; .coupon-table-row &gt; .coupon-table-cell {
}
.coupon-wrapper &gt; .coupon-table-row &gt; .coupon-table-cell.coupon-table-cell__info &gt; h3,
.coupon-wrapper &gt; .coupon-table-row &gt; .coupon-table-cell.coupon-table-cell__info &gt; .title {
  color: #FF0000;
  font-size: 27px;
}
.coupon-wrapper &gt; .coupon-table-row &gt; .coupon-table-cell.coupon-table-cell__info &gt; .description &gt; p {
  color: #666666;
}
.coupon-wrapper &gt; .coupon-table-row &gt; .coupon-table-cell.coupon-table-cell__info &gt; .expire {
  color: #000000;
  font-size: 80%;
}
.coupon-wrapper &gt; .coupon-table-row &gt; .coupon-table-cell.coupon-table-cell__info p {
} */

.coupon-details-description p {
  color: #000000;
}</pre></body></html>