/* ILSB language suggestion banner */
.ilsb-lang-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99990;
	background: #111;
	color: #f7f7f7;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
	padding: 12px 16px;
}

.ilsb-lang-banner[hidden] {
	display: none !important;
}

.ilsb-lang-banner__inner {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.ilsb-lang-banner__text {
	flex: 1 1 auto;
	min-width: 200px;
}

.ilsb-lang-banner__cta {
	display: inline-block;
	background: #f7c948;
	color: #111;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 3px;
	font-weight: 600;
	transition: background 0.15s ease;
}

.ilsb-lang-banner__cta:hover,
.ilsb-lang-banner__cta:focus {
	background: #fddc76;
	color: #111;
}

.ilsb-lang-banner__close {
	background: transparent;
	border: 0;
	color: inherit;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 4px 8px;
	margin-left: auto;
	opacity: 0.7;
}

.ilsb-lang-banner__close:hover,
.ilsb-lang-banner__close:focus {
	opacity: 1;
}
