/* Shared site components. Loaded from header.php alongside nav-override.css. */

/* ── Medical reviewer byline (see /medical-reviewer.php) ── */
.cp-review {
  margin: 0 0 30px;
  padding: 14px 18px;
  background: #f3faf8;
  border-left: 3px solid #2ed3ae;
  border-radius: 0 6px 6px 0;
  text-align: left;
}
.cp-review p {
  margin: 0;
}
.cp-review__by {
  font-size: .95rem;
  line-height: 1.5;
  color: #23423d;
}
.cp-review__by a {
  color: #1f957b;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 149, 123, .35);
}
.cp-review__by a:hover,
.cp-review__by a:focus {
  color: #17705c;
  border-bottom-color: #17705c;
}
.cp-review__meta {
  margin-top: 5px !important;
  font-size: .81rem;
  line-height: 1.5;
  color: #5e706c;
}
.cp-review__meta a {
  color: #5e706c;
  text-decoration: underline;
}
.cp-review__meta a:hover,
.cp-review__meta a:focus {
  color: #1f957b;
}

@media (max-width: 575px) {
  .cp-review {
    padding: 12px 14px;
    margin-bottom: 24px;
  }
  .cp-review__by {
    font-size: .89rem;
  }
}
