.wrs-book-review-content{
  max-width:860px;
  margin:0 auto;
  color:#282828;
  font-family:"DM Sans",Arial,sans-serif;
  font-size:17px;
  line-height:1.7;
}
.wrs-book-review-content::after{
  content:"";
  display:block;
  clear:both;
}
.wrs-book-review-cover{
  float:left;
  width:min(220px,34%);
  margin:0 34px 24px 0;
}
.wrs-book-review-cover img{
  display:block;
  width:100%;
  height:auto;
  border-radius:10px;
}
.wrs-book-review-author{
  margin:0 0 14px;
  color:#666168;
  font-size:15px;
}
.wrs-read-this-if{
  margin:0 0 18px;
  padding:16px 18px;
  border-left:4px solid #DE0F3F;
  background:#FCF2F5;
  color:#3f3a3d;
}
.wrs-read-this-if strong{color:#8D5573;}
.wrs-book-review-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin:0 0 14px;
  color:#514A75;
  font-weight:700;
}
.wrs-book-review-section{
  clear:both;
  margin-top:34px;
}
.wrs-book-review-section h2{
  margin:0 0 14px;
  color:#282828;
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  font-weight:400;
  line-height:1.15;
}
.wrs-book-review-buy a{
  display:inline-block;
  margin-top:14px;
  padding:10px 16px;
  border:1px solid #D8D2EE;
  border-radius:10px;
  color:#3144D8;
  font-weight:800;
  text-decoration:none;
}
@media(max-width:700px){
  .wrs-book-review-cover{
    float:none;
    width:min(220px,65%);
    margin:0 auto 24px;
  }
  .wrs-book-review-content{font-size:16px;}
  .wrs-book-review-section h2{font-size:28px;}
}

/* v0.10.24 — safe review formatting + affiliate disclosure. */
.wrs-book-review-section h3{
  margin:26px 0 10px;
  color:#282828;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  font-weight:400;
  line-height:1.2;
}
.wrs-book-review-section p{
  margin:0 0 18px;
}
.wrs-book-review-section a{
  color:#3144D8;
  text-decoration:underline;
  text-underline-offset:3px;
}
.wrs-book-review-disclosure{
  margin:10px 0 0;
  color:#77717A;
  font-size:13px;
  line-height:1.45;
}
