.stm-cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: #1a1a1a;
	color: #fff;
	padding: 1rem 1.25rem;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.stm-cookie-banner__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.stm-cookie-banner__text {
	margin: 0;
	flex: 1 1 280px;
	font-size: 0.95rem;
	line-height: 1.45;
}

.stm-cookie-banner__text a {
	color: #f5a623;
}

.stm-cookie-banner__actions {
	display: flex;
	gap: 0.5rem;
	flex-shrink: 0;
}

.stm-cookie-banner__btn {
	border: none;
	border-radius: 4px;
	padding: 0.55rem 1.1rem;
	font-size: 0.9rem;
	cursor: pointer;
	font-weight: 600;
}

.stm-cookie-banner__btn--reject {
	background: transparent;
	color: #ccc;
	border: 1px solid #666;
}

.stm-cookie-banner__btn--accept {
	background: #f5a623;
	color: #1a1a1a;
}
