/*  ============================================================
    Path: 12/css/header.css
============================================================
   HEADER – LAYOUT & CONTENT
============================================================ */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: var(--bg-filter);
	z-index: 1000;
	display: flex;
	align-items: center;
	gap: var(--gap-md);
}

/* Header-tekst */
#current-text {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
}

/* Audio-området som DEL av header */
#audio-container-pagetop {
	flex-shrink: 0;
}

#current-text {
	font-size: clamp(14px, 4vw, 36px);
	line-height: 1.2;
}
