/* TABLE OF CONTENTS
---------------------------------------------- */
#toc {
    padding: 0;
    margin:23px 0 0 0;
    font-size: 1.15em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:500;
}
#toc ul {
    list-style-type: none;
    padding: 0;
    margin:0;
}
#toc li {
    margin:0 0 9px 0;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #eee;
}
.affiliate-disclosure {
  margin-top: 30px;
  color: #aaa;
  font-size: 13px;
  line-height: 1.5em;
}

/* IN BRIEF BOX
---------------------------------------------- */
.in-brief {
  background-color: #e6f0f5;
  padding: 12px;
}
.in-brief h4 {
  margin:0 !important;
  padding: 4px 6px 2px 6px !important;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color:#a1c6d9;
  display: inline-block;
}
.in-brief p {
  padding:0 !important;
  margin:16px 0 12px 0 !important;
}

/* CALLOUT PARAGRAPH
---------------------------------------------- */
#postPage .guides-callout-text {
  background-color: #e6f0f5;
  padding: 12px;
  font-family: 'PT Serif', serif;
}
#postPage .guides-callout-text::before {
  content: "Quick recap:";
  padding: 4px 6px 2px 6px !important;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color:#a1c6d9;
  margin-right: 6px;
  font-family: 'Roboto Condensed', sans-serif;
}

#postPage .in-brief-text {
  background-color: #e6f0f5;
  padding: 12px;
  font-family: 'PT Serif', serif;
}
#postPage .in-brief-text::before {
  content: "In brief:";
  padding: 4px 6px 2px 6px !important;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color:#a1c6d9;
  margin-right: 6px;
  font-family: 'Roboto Condensed', sans-serif;
}

/* PRODUCT OVERVIEW BOX
---------------------------------------------- */
.product-overview-box {
  background-color: #e6f0f5;
  padding: 12px;
  max-width: 645px;
  margin: 24px auto;
}
.product-overview-box h4 {
  margin:0 !important;
  padding: 4px 6px 2px 6px !important;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color:#a1c6d9;
  display: inline-block;
}
.product-overview-content {
  display: flex;
  flex-direction: row;
  margin:24px 0;
  }

/* TEXT COLUMN */

.product-overview-text-col {
  flex: 1;
  padding-right: 20px;
}
.product-overview-text-col h5 {
  margin:0 0 9px 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
}
.product-overview-text-col ul {
  padding:0 !important;
  margin:0 0 24px 0 !important;
}
.product-overview-text-col li {
  padding:0 0 4px 25px !important;
  margin:0 !important;
  list-style: none;
  position: relative;
  font-size: 16px !important;
}
.product-overview-text-col ul.pros li::before {
  content: '\2022';
  color: green;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.product-overview-text-col ul.cons li::before {
  content: '\2022'; /* Unicode for the checkmark */
  color: #ce412e;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.product-overview-text-col p {
  padding:0 !important;
  margin:0 !important;
}

/* IMAGE COLUMN */

.product-overview-image-col {
  width: 260px;
}

.affiliate-card {
  background-color: white;
  border: 1px solid #a1c6d9;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  width: 180px;
}

.affiliate-logo img {
  width: 124px;
  margin:0 0 48px 0;
  padding:0;
}
.affiliate-logo a {
  border:none !important;
}

.affiliate-details p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  margin:0 0 30px 0 !important;
  text-align: center;
  line-height: 1.6em !important;
}

.affiliate-card a:link,
.affiliate-card a:focus,
.affiliate-card a:visited {
  color: #ce412e !important;
  text-decoration-line: underline !important;
  text-decoration-color: #ce412e !important;
  text-underline-offset: 0.3em !important;
  text-decoration-thickness: 1px !important;
}
.affiliate-card a:hover {
  text-decoration-thickness: 2px !important;
}
.old-price {
  text-decoration: line-through;
  color: #888;
}
.highlight {
  font-weight: bold;
  color: #ce412e;
}
.affiliate-button {
  display: inline-block;
  background-color: #ce412e;
  color: white !important;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}


