.claim {
  background-color: #f0f7ff;
  border-left: 4px solid #2c5aa0;
  padding: 1em 1.2em;
  margin: 1em 0;
  border-radius: 4px;
}

.claim::before {
  content: "Takeaway";
  display: block;
  font-weight: 600;
  font-size: 0.95em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2c5aa0;
  margin-bottom: 0.5em;
}

.claim > :first-child { margin-top: 0; }
.claim > :last-child { margin-bottom: 0; }


.author-bio {
  margin-top: 4em;
  padding-top: 1.5em;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  color: #666;
  line-height: 1.5;
}

.author-bio a {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #bbb;
}

.author-bio a:hover {
  color: #333;
  text-decoration-color: #333;
}
