/* Quick-answer callout at the top of every blog post. */

.rp-quick-answer {
  margin: 0 0 28px;
  padding: 18px 22px;
  border-left: 4px solid #e53935;
  background: #fff8f0;
  border-radius: 6px;
}
.rp-quick-answer__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e53935;
  margin-bottom: 8px;
}
.rp-quick-answer__body {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #222;
}
.rp-quick-answer__body p { margin: 0 0 8px; }
.rp-quick-answer__body p:last-child { margin: 0; }
