/*
 * Task #1439917 — Pricing change policy disclaimer
 * Reusable muted-gray footnote below pricing cards.
 * Included on: all pricing, product, and B2B pages.
 */

.sr-pricing-disclaimer {
  text-align: center;
  color: #6b7280;
  font-size: 0.75rem;          /* 12px */
  line-height: 1.55;
  max-width: 640px;
  margin: 1.5rem auto 0;
  padding: 0 1rem;
}

.sr-pricing-disclaimer a {
  color: #6b7280;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sr-pricing-disclaimer a:hover {
  color: #374151;
}

/* Slightly larger on wide screens */
@media (min-width: 768px) {
  .sr-pricing-disclaimer {
    font-size: 0.8rem;         /* 12.8px */
  }
}
