/*
 Theme Name: Ashna Child
 Template: twentytwentyfive
 Version: 1.0
 Description: Child theme to wrap News pages inside a .container and customize single & category templates.
*/
.container {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 16px;
  margin-bottom: 2%;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* کل ارتفاع صفحه */
}

.site-main,
main {
  flex: 1; /* محتوای اصلی فضای خالی رو پر می‌کنه */
}

/* اطمینان از اینکه فوتر خودش در پایین قرار می‌گیره */
.site-footer,
footer {
  margin-top: auto;
}
