/**
 * Support Hours section — centered text + phone CTA
 */

.ik-hours-content {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.ik-hours-content h2 {
  color: var(--color-neutral-950);
  margin-bottom: 1.5rem;
}

.ik-hours-content p {
  color: var(--color-neutral-700);
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: none;
}

.ik-hours-cta {
  margin-top: 2rem;
  text-align: center;
}
