.sdr-card{
  box-sizing:border-box;
  width:100%;
  margin:28px 0;
  padding:30px 34px 28px;
  background:#f7f1e7;
  border:1px solid rgba(93,67,42,.12);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(57,43,28,.06);
  color:inherit;
}
.sdr-eyebrow{
  margin:0 0 12px;
  color:#9f111b;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.02em;
}
.sdr-title{margin:0 0 14px;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.35;font-weight:700;}
.sdr-title a{color:inherit;text-decoration:none;}
.sdr-title a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;}
.sdr-excerpt{
  margin:0;
  font-size:1.04rem;
  line-height:1.85;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:8;
  overflow:hidden;
}
.sdr-more{display:inline-block;margin-top:18px;color:#9f111b;font-weight:700;text-decoration:none;}
.sdr-more:hover{text-decoration:underline;text-underline-offset:4px;}
@media (max-width:700px){
  .sdr-card{margin:22px 0;padding:24px 21px 22px;border-radius:12px;}
  .sdr-eyebrow{font-size:.78rem;margin-bottom:10px;}
  .sdr-title{font-size:1.38rem;margin-bottom:12px;}
  .sdr-excerpt{font-size:1rem;line-height:1.8;-webkit-line-clamp:8;}
  .sdr-more{margin-top:16px;}
}
