/*
Theme Name: Bilotex Child (GeneratePress)
Theme URI: https://solar.bilotex.com/
Description: Child theme for GeneratePress to run the Solar Calculator pages without Elementor.
Author: Bilotex Smart Technologies
Template: generatepress
Version: 1.0.0
Text Domain: bilotex-child
*/

/* ============ Calculator page base spacing ============ */
.calculator-page{
  max-width:1100px;
  margin:0 auto;
  padding:24px 16px;
}

/* ============ Mobile improvements (global) ============ */
@media (max-width:768px){
  .calculator-page{padding:16px 12px;}
  .calculator-page button,
  .calculator-page .sga-btn,
  .calculator-page .sga-button{
    width:100%;
  }
}
/* ===== Header CALCULATOR button size ===== */
.bilotex-calculator-btn{
  padding: 1px 14px !important;   /* высота кнопки */
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.1;
  }
}

/* Mobile */
@media (max-width: 900px){
  .bilotex-calculator-btn{
    padding: 7px 12px !important;
    font-size: 14px;
  }
}
.main-navigation .main-nav ul li a,
.main-navigation .menu-bar-item a{
  font-weight: 500 !important;
	    font-size: 16px;
}