.rrbr-cookie-banner[hidden],
.rrbr-consent-dialog[hidden] { display: none !important; }

.rrbr-cookie-banner {
	position: fixed;
	z-index: 500;
	right: 16px;
	bottom: 20px;
	left: 16px;
	width: min(calc(100% - 32px), var(--container-wide, 1332px));
	max-height: calc(100dvh - 40px);
	overflow-y: auto;
	margin-inline: auto;
	padding: 22px 24px;
	border: 1px solid #b7d1e8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(9, 53, 99, .28);
	color: #272727;
}
.rrbr-cookie-banner-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 24px;
}
.rrbr-cookie-banner h2 { margin: 0 0 6px; color: #195594; font-size: 22px; }
.rrbr-cookie-banner p { max-width: none; margin: 0; color: inherit; font-size: 15px; line-height: 1.45; }
.rrbr-cookie-banner a { color: #195594; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.rrbr-cookie-banner .rrbr-cookie-actions { justify-content: center; }
.rrbr-cookie-banner .rrbr-cookie-actions button { background: #195594; border-color: #195594; color: #fff; }
.rrbr-cookie-banner .rrbr-cookie-actions .is-secondary { background: #fff; border-color: #195594; color: #195594; }
.rrbr-cookie-banner .rrbr-cookie-actions button:hover { background: #093563; border-color: #093563; color: #fff; }
.rrbr-cookie-banner .rrbr-cookie-actions .is-secondary:hover { background: #e6f3ff; border-color: #195594; color: #195594; }
.rrbr-cookie-banner .rrbr-cookie-actions button:active { background: #01172e; border-color: #01172e; color: #fff; }
.rrbr-cookie-banner .rrbr-cookie-actions .is-secondary:active { background: #195594; border-color: #195594; color: #fff; }
.rrbr-cookie-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.rrbr-cookie-actions button {
	min-height: 44px;
	padding: 10px 16px;
	border: 2px solid #b3d676;
	border-radius: 999px;
	background: #b3d676;
	color: #093563;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	cursor: pointer;
}
.rrbr-cookie-actions button:hover { border-color: #fff; background: #fff; }
.rrbr-cookie-actions .is-secondary { background: transparent; color: #fff; }
.rrbr-cookie-actions button:focus-visible,
.cookie-settings-link:focus-visible,
.rrbr-consent-dialog button:focus-visible,
.rrbr-consent-option input:focus-visible + span {
	outline: 3px solid #ed9d36;
	outline-offset: 3px;
}

.rrbr-consent-dialog {
	width: min(calc(100% - 32px), 820px);
	max-height: min(760px, calc(100vh - 32px));
	overflow-y: auto;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(9, 53, 99, .35);
	color: #272727;
}
.rrbr-consent-dialog::backdrop { background: rgba(9, 53, 99, .68); }
.rrbr-consent-dialog form { padding: 32px; }
.rrbr-consent-dialog h2 { margin: 0 42px 8px 0; color: #195594; font-size: 32px; }
.rrbr-consent-dialog > form > p { margin: 0 0 24px; }
.rrbr-consent-dialog .rrbr-cookie-actions .is-secondary { border-color: #195594; color: #195594; }
.rrbr-consent-dialog .rrbr-cookie-actions .is-secondary:hover { border-color: #093563; background: #e6f3ff; color: #093563; }
.rrbr-consent-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #195594;
	font-size: 28px;
	cursor: pointer;
}
.rrbr-consent-options { display: grid; gap: 12px; margin-bottom: 24px; }
.rrbr-consent-option {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 16px;
	border: 1px solid #9bc4e8;
	border-radius: 12px;
	background: #f6fbff;
	cursor: pointer;
}
.rrbr-consent-option input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: #195594; }
.rrbr-consent-option strong { display: block; color: #195594; }
.rrbr-consent-option small { display: block; margin-top: 4px; font-size: 14px; line-height: 1.4; }
.rrbr-consent-option.is-necessary { cursor: default; }
.rrbr-consent-links { margin-top: 18px !important; font-size: 14px; }
.rrbr-consent-links a { color: #195594; }
.cookie-settings-link {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}
body.rrbr-consent-banner-open .back-top.visible {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

@media (max-width: 760px) {
	.rrbr-cookie-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); padding: 18px; }
	.rrbr-cookie-banner-inner { grid-template-columns: 1fr; gap: 16px; }
	.rrbr-cookie-actions { justify-content: center; }
	.rrbr-cookie-actions button { flex: 1 1 145px; }
	.rrbr-consent-dialog form { padding: 26px 20px 22px; }
	.rrbr-consent-dialog h2 { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
	.rrbr-cookie-banner *,
	.rrbr-consent-dialog * { scroll-behavior: auto !important; transition: none !important; }
}
