.jsm-legal-cookie-notice {
	position: fixed;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 1.5rem;
	max-width: 640px;
	margin: 0 auto;
	background: #FFFFFF;
	color: var(--jsm-legal-text, #222222);
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	padding: 1.25rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	flex-wrap: wrap;
	z-index: 999999;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jsm-legal-cookie-notice[hidden] {
	display: none;
}

.jsm-legal-cookie-notice p {
	flex: 1 1 260px;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
	color: var(--jsm-legal-text, #222222);
}

.jsm-legal-cookie-notice a {
	color: var(--jsm-legal-accent, #2271B1);
	font-weight: 700;
	text-decoration: underline;
}

.jsm-legal-cookie-notice-btn {
	flex-shrink: 0;
	background: var(--jsm-legal-accent, #2271B1);
	color: #FFFFFF;
	border: none;
	border-radius: 6px;
	padding: 0.65rem 1.4rem;
	font-size: 0.85rem;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

.jsm-legal-cookie-notice-btn:hover {
	opacity: 0.85;
}

.jsm-legal-cookie-notice-btn:focus-visible {
	outline: 3px solid var(--jsm-legal-accent, #2271B1);
	outline-offset: 2px;
}

@media (max-width: 560px) {
	.jsm-legal-cookie-notice {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		padding: 1.1rem;
	}
}
