/* ==========================================================================
   Hello Elementor Child — Top language bar
   10px tall, fully transparent, flags right-aligned with a 2px gap.
   ========================================================================== */

.helloc-topbar {
	width: 100%;
	height: 20px;
	line-height: 10px;
	background: transparent;
	background-color: transparent;
	overflow: hidden;
}

.helloc-topbar__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 20px;
	margin: 0;
	padding: 0 4px 0 0;
	list-style: none;
	gap: 20px;
}

.helloc-topbar__item {
	display: flex;
	align-items: center;
	height: 20px;
	line-height: 0;
}

.helloc-topbar__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	text-decoration: none;
	outline: none;
}

/* Size the flag-icons.css sprite via font-size so it keeps its correct
   4:3 aspect ratio while fitting inside the 10px bar. */
.helloc-topbar__flag.fi {
	font-size: 20px;
	line-height: 5;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Screen-reader-only text for accessibility (label read by assistive tech). */
.helloc-topbar .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
