/*
Theme Name: GeneratePress Child
Template: generatepress
Description: GeneratePress cocuk tema
Version: 1.0
*/

/* Genel sifirlama - GeneratePress uzerine */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  line-height: 1.5;
}

/* ============================================
   BOŞ MAIN ETİKETİNİN YARATTIĞI BOŞLUĞU SİLME
   ============================================ */
main#main-content.tl-main {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  border: none !important;
}

main#main-content.tl-main:empty {
  display: none !important;
}