
/* --- Mobile header fix: egységes title és menü betűméret minden oldalon --- */
@media (max-width: 1024px) {
  /* --- Title --- */
  .mobile-header .site-title {
    font-size: 2rem; /* nagyobb, egyezik a GYIK és Contact oldalakkal */
    letter-spacing: 0.06em;
  }

  /* --- Menü gomb (hamburger + X) --- */
  .menu-toggle {
    font-size: 2.6rem;
  }

  /* --- Menüelemek (lenyíló navigáció) --- */
  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
	
  }

  .mobile-nav ul li {
    margin: 3rem 0;
	line-height: 1 ;height:14px;
  }

  .mobile-nav ul li a {
    font-size: 2rem; /* nagyobb betűk a menüben */
    /*font-family: "Montserrat", sans-serif;*/
    font-weight: 400;
   /* text-transform: uppercase;*/
    letter-spacing: 0.05em;
   /* color: #ffffff;*/
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
	
  }

  .mobile-nav ul li a:hover {
    opacity: 0.8;
  }
  
          
          header.mobile-header {
            height: 100px !important;
            }
			
	    .plus-icon {
        height: 24px ;
		width:24px;
    }
	
	        .mobile-header .menu-toggle {
            font-size: 4.5rem !important;
			left: 30px !important;
        }
		

		
		
		
}
/* Egységes alap a két oszlopnak */
.section-gray .two-column-sections section { font-size: 1rem; }

/* Listaelemek mérete – mostantól gyökérhez kötötten */
.section-gray .two-column-sections section ul li {
  font-size: 1.1rem;   /* válassz ízlés szerint 1.0–1.2 körül */
  line-height: 1.7;
  margin-bottom: .5rem;
}

/* Linkek ne változtassanak méretet */
.section-gray .two-column-sections section ul li a { font: inherit; }
.section-gray .two-column-sections section ul li { font-size: 1.6rem; }
