/* --------------------------------------------------------
 * WP overrides — učitava se POSLE custom.css
 * -------------------------------------------------------- */

/* Novi (očišćeni) anchor-i: #usluge i #tok-rada
   (custom.css pokriva samo stare #nekretnine / #zasto-mi) */
#usluge,
#tok-rada{
	scroll-margin-top: 100px;
}

/* Admin bar — sticky header offset za ulogovane */
body.admin-bar header.main-header .header-sticky.active{
	top: 32px;
}

@media screen and (max-width: 782px){
	body.admin-bar header.main-header .header-sticky.active{
		top: 46px;
	}
}

/* WP default marže na slikama unutar figure */
.wp-block-image,
figure.image-anime{
	margin: 0;
}

/* Status poruka forme */
#mp-form-status{
	font-weight: 500;
	line-height: 1.5em;
}
