/* ETR mobil başlık düzeltmesi — 2026-09-18. Yalnız .etr-site-header. */
@media (max-width:760px){
	/* 1) Düğme her zaman üst satırda, menü panelinden önce */
	html body .etr-site-header .gv-menu-btn{order:2!important;margin-left:auto!important}
	html body .etr-site-header .gv-nav{order:3!important}
	/* 2) Üst satır tek sırada kalsın */
	html body .etr-site-header .gv-site-header-in{gap:8px!important;padding-left:14px!important;padding-right:14px!important;row-gap:0!important}
	html body .etr-site-header .gv-brand{min-width:0!important;font-size:1rem!important;gap:8px!important}
	html body .etr-site-header .gv-brand-name{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
	html body .etr-site-header .gv-brand-icon{width:30px!important;height:30px!important}
	html body .etr-site-header .etl-ust{padding:8px 12px!important;font-size:.8rem!important;white-space:nowrap!important}
}
@media (max-width:400px){
	/* 360px'te marka+CTA+düğme satıra sığmıyordu (366 > 360): marka kısaltılıyor. */
	html body .etr-site-header .gv-brand-name{max-width:38vw!important}
	html body .etr-site-header .gv-brand{font-size:.95rem!important}
	html body .etr-site-header .etl-ust{padding:7px 10px!important;font-size:.76rem!important}
	html body .etr-site-header .gv-menu-btn{min-width:38px!important;min-height:38px!important}
	html body .etr-site-header .gv-site-header-in{padding-left:10px!important;padding-right:10px!important;gap:6px!important;min-height:58px!important}
}
