/* WanderFare — supplemental styles on top of Tailwind. */

.article-body h2 { margin-top: 2rem; }
.article-body .cta-block {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.5rem;
}
.article-body .cta-button {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.4rem 0.9rem;
  background: #2563eb;
  color: white;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
}
.article-body .cta-button:hover { background: #1d4ed8; }

/* Travelpayouts widgets need a min height so layout doesn't jump */
.tp-widget { min-height: 140px; }
