/*
 * En Baba Organizasyon - Legacy SEO servis sayfaları ortak destek CSS.
 * Eski Tailwind ağırlıklı sayfalarda 404 CSS çağrılarını kapatır ve mobil okunabilirliği iyileştirir.
 */
.enb-legacy-service,
.enb-service-seo,
main {{
  scroll-behavior: smooth;
}}

.enb-legacy-service img,
.enb-service-seo img,
main img {{
  max-width: 100%;
  height: auto;
}}

.enb-legacy-service [id],
.enb-service-seo [id],
main [id] {{
  scroll-margin-top: 112px;
}}

.enb-legacy-service h1,
.enb-legacy-service h2,
.enb-service-seo h1,
.enb-service-seo h2 {{
  text-wrap: balance;
}}

@media (max-width: 768px) {{
  .enb-legacy-service [id],
  .enb-service-seo [id],
  main [id] {{
    scroll-margin-top: 92px;
  }}
}}
