/* Category help entry and matching guide */
.category-quote-entry{
  margin:0 0 8px;
  padding:8px 12px 8px 14px;
  border-left:3px solid #1f5ea8;
  background:#fbfdff;
  box-sizing:border-box;
}
.category-quote-entry__copy{
  color:#5f6f82;
  font-size:12px;
  line-height:18px;
}
.category-quote-entry__copy strong{
  display:inline;
  margin-right:6px;
  color:#203548;
  font-size:13px;
  line-height:18px;
}
.category-quote-entry__copy span{
  display:inline;
}
.category-quote-entry__button{
  display:inline;
  margin-left:10px;
  padding-left:10px;
  border-left:1px solid #d6e2ef;
  background:none;
  color:#1f5ea8;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
  text-decoration:none;
  white-space:nowrap;
}
.category-quote-entry__button:hover{
  color:#174b88;
  text-decoration:underline;
}
.category-quote-entry--lcd{
  border:1px solid #f4e3cf;
  border-left:2px solid #efa04d;
  background:#fffaf4;
}
.category-quote-entry--lcd .category-quote-entry__copy{
  color:#637180;
}
.category-quote-entry--lcd .category-quote-entry__copy strong{
  color:#26384c;
}
.category-quote-entry--lcd .category-quote-entry__button{
  border-left-color:#ead7bf;
  color:#1f5ea8;
}
.category-help-links{
  margin:0 0 8px;
  padding:7px 10px;
  border:1px solid #dfe8f3;
  background:#f8fbff;
  color:#53677c;
  font-size:12px;
  line-height:18px;
  box-sizing:border-box;
  overflow-x:auto;
  white-space:nowrap;
}
.category-help-links strong{
  margin-right:6px;
  color:#203548;
}
.category-help-links a{
  display:inline-block;
  margin:0 4px 0 0;
  padding:2px 8px;
  border:1px solid #cfdfef;
  border-radius:4px;
  background:#fff;
  color:#1f5ea8;
  text-decoration:none;
}
.category-help-links a:hover{
  border-color:#1f5ea8;
  color:#174b88;
  text-decoration:none;
}
@media only screen and (max-width: 720px){
  .category-quote-entry{
    padding:8px 10px;
  }
  .category-quote-entry__copy strong,
  .category-quote-entry__copy span{
    display:block;
  }
  .category-quote-entry__copy strong{
    margin-right:0;
  }
  .category-quote-entry__button{
    display:inline-block;
    margin:4px 0 0;
    padding-left:0;
    border-left:0;
  }
  .category-help-links{
    margin-bottom:8px;
  }
}
.category-buying-guide-section{
  clear:both;
  padding-top:32px;
}
.category-buying-guide{
  width:100%;
  margin:0;
  padding:20px;
  border:1px solid #cfdbe8;
  border-top:3px solid #1f5ea8;
  border-radius:4px;
  background:#f6f8fb;
  box-shadow:0 2px 8px rgba(32, 53, 72, 0.08);
  box-sizing:border-box;
}
.category-buying-guide__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin:0 0 14px;
  padding-bottom:12px;
  border-bottom:1px solid #dce6f0;
}
.category-buying-guide__head h2{
  margin:0 0 6px;
  color:#203548;
  font-size:18px;
  line-height:24px;
  font-weight:bold;
}
.category-buying-guide__head p{
  margin:0;
  color:#5d6f82;
  font-size:13px;
  line-height:20px;
}
.category-buying-guide__quote{
  flex:0 0 auto;
  padding:7px 13px;
  border:1px solid #1f5ea8;
  border-radius:4px;
  background:#1f5ea8;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  line-height:18px;
  text-decoration:none;
  white-space:nowrap;
}
.category-buying-guide__quote:hover{
  background:#174b88;
  color:#fff;
  text-decoration:none;
}
.category-buying-guide__grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.category-buying-guide--lcd .category-buying-guide__grid{
  grid-template-columns:repeat(2, 1fr);
}
.category-buying-guide__card{
  min-height:132px;
  padding:14px;
  border:1px solid #e1e8f0;
  border-radius:4px;
  background:#fff;
  box-sizing:border-box;
}
.category-buying-guide__card h3,
.category-buying-guide__photo-cta h3{
  margin:0 0 8px;
  color:#203548;
  font-size:14px;
  line-height:18px;
  font-weight:bold;
}
.category-buying-guide__card p,
.category-buying-guide__photo-cta p{
  margin:0;
  color:#5b6c7d;
  font-size:12px;
  line-height:18px;
}
.category-buying-guide__card--highlight{
  border-color:#d6e4f2;
}
.category-buying-guide__card--highlight a,
.category-buying-guide__photo-cta a{
  display:inline-block;
  margin-top:10px;
  color:#1f5ea8;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}
.category-buying-guide__card--highlight a:hover,
.category-buying-guide__photo-cta a:hover{
  color:#174b88;
  text-decoration:underline;
}
.category-buying-guide__photo-cta{
  margin-top:12px;
  padding:14px;
  border:1px solid #d6e4f2;
  border-radius:4px;
  background:#fff;
}
@media only screen and (max-width: 900px){
  .category-buying-guide__grid{
    grid-template-columns:repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px){
  .category-buying-guide-section{
    padding-top:24px;
  }
  .category-buying-guide{
    padding:14px 12px;
  }
  .category-buying-guide__head{
    display:block;
  }
  .category-buying-guide__quote{
    display:inline-block;
    margin-top:10px;
  }
  .category-buying-guide__grid{
    display:block;
  }
  .category-buying-guide__card{
    min-height:0;
    margin-bottom:10px;
  }
}
