/* CMS blok içeriği — Tailwind teması ile uyumlu temel tipografi */
.cms-content {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cms-content img:not(.hero-section__img) {
  max-width: 100%;
  height: auto;
}

.cms-content a {
  color: #dc2626;
}

.cms-content a:hover {
  text-decoration: underline;
}
