/*
 * Single Novost (single-novosti.php) — `novosti` CPT detail page.
 *
 * Loaded AFTER services.css so the layout primitives (.service-hero,
 * .service-content, .service-sidebar, .service-section, .service-form)
 * are available. This file owns:
 *   - the overlay-header rules keyed to .single-novosti (WP-default
 *     body class on every `novosti` post),
 *   - the date meta line inside .service-hero on this template.
 *
 * Typography for the post body (h1-h6, p, a) is intentionally inherited
 * from global.css so single Novost pages read the same as everywhere
 * else.
 */

/* --------------------------------------------------------------
 * Overlay header — header sits on top of the hero (y=0).
 * Body gets the `.single-novosti` class on every novosti post by WP.
 * -------------------------------------------------------------- */
.single-novosti .site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

.single-novosti .site-main {
	margin-top: 0;
	overflow-x: clip;
}

/* --------------------------------------------------------------
 * Hero date meta — small line above the title inside .service-hero.
 * -------------------------------------------------------------- */
.single-novosti-hero__meta {
	margin: 0 0 14px;
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.single-novosti-hero__meta time {
	font: inherit;
	letter-spacing: inherit;
	color: inherit;
}
