<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.simple-list.row {margin-left:0; margin-right:0;}
.simple-list h2 {
    margin-bottom: 3.8rem;
    font-size: 3.8rem;
    line-height: 3.8rem; 
}
.simple-list h3 {
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 25px;
  font-weight: 600;
}
.simple-list h3.light {
  font-weight: 300;
  padding-bottom: 10px;
}
#structured-product-details .simple-list h3:not(.light) {
    padding-bottom: 0;
    padding-left: 25px;
}
.simple-list ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.simple-list li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
}
.simple-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #85003c; 
}
.simple-list li p {
    font-size: 15px;
    margin-bottom:0;
}
#structured-product-list .advanced-list { padding-bottom: 60px; }
.advanced-list li {
    padding-left: 0;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    display: table;
    width: 100%;
}
.advanced-list li &gt; span { display: table-cell; vertical-align: middle; }
.advanced-list li:before { display: none; }
.advanced-list-header {
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.advanced-list li .content { padding-right: 20px; }

.advanced-list li .link a {
    font-weight: 300;
    color: #7A0035;
}

/* ----------- MEDIA QUERIES ---------- */
@media only screen and (max-width: 40em) {
.simple-list h2 {font-size:1.25rem;margin:0;padding:32px 0 20px;}
.simple-list h3 {font-size:0.85rem;}
.simple-list li p {font-size:0.85rem;}
.simple-text p {margin-bottom:0;}
}
</pre></body></html>