/* ================================
   Vetési naptár (months.php)
   Csak month-specifikus finomságok.
   ================================ */

/* Wrap padding finomhangolás */
body.page-template-months-php {
  --kk-wrap-pad: 16px;
}

/* Clearfix működjön */
body.page-template-months-php .clearfix {
  clear: both;
}


/* ================================
   Hónap növénye – tipó finomhangolás
   (legacy layout marad, csak betűméret nő)
   ================================ */

body.page-template-months-php .month .plant-of-month h3 {
  font-size: 18px;
  line-height: 1.2;
}

body.page-template-months-php .month .plant-of-month h4 {
  font-size: 16px;
  line-height: 1.2;
}

body.page-template-months-php .month .plant-of-month p {
  font-size: 14px;
  line-height: 1.5;
}