.regulation-container {
	padding: 2rem;
	box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.25), inset -2px -2px 6px
		rgba(0, 0, 0, 0.1);
	font-weight: 600;
	line-height: 2;
	text-emphasis-position: under;
	text-emphasis-style: dot open;
	border-radius: 5px;
}

.regulation-container p {
	margin: 0;	
}

.regulation-container ol {
	margin: 0;
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	clip-path: inset(50%); 
	clip: rect(0, 0, 0, 0); 
}

.confirm-actions {
	background: #ffffff;
	border-radius: 5px;
	padding: 1rem 1.25rem;
	box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.25), inset -2px -2px 6px
		rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e5e5;
}

.check-row {
	display: flex;
	align-items: center;
	gap: .5rem;
	justify-content: center;
}

.chk {
	width: 1.1rem;
	height: 1.1rem;
}

.chk:focus {
	outline: 2px solid #005fcc;
	outline-offset: 2px;
}

.chk:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.chk-label {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	cursor: pointer;
	color: #1a1a1a;
	line-height: 1.6;
}

.action-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	margin-top: .75rem;
	flex-wrap: wrap;
}

.cfm-btn {
	appearance: none;
	border: 1px solid #0b53c1;
	background: #004EA3;
	color: #ffffff;
	font-weight: 600;
	padding: .55rem 1rem;
	border-radius: 8px;
	cursor: pointer;
}

.cfm-btn:hover {
	filter: brightness(1.05);
}

.cfm-btn:focus {
	outline: 2px solid #005fcc;
	outline-offset: 2px;
}

.cfm-btn:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.cfm-btn[disabled], .cfm-btn[aria-disabled="true"] {
	background: #b8c6e3;
	border-color: #9fb2db;
	color: #2b2b2b;
	cursor: not-allowed;
}

.hint {
	font-size: .95rem; 
	line-height: 1.6;
	color: #333; 
}

.noscript-msg {
	font-size: .95rem; 
	line-height: 1.6;
	color: #333; 
	background: #f5f5f5; 
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	padding: .5rem .75rem;
	margin: .25rem 0 0; 
	text-align: center;
}

.link-fallback {
	color: #0b53c1;
	text-decoration: underline;
	font-weight: 600;
}

.link-fallback:focus {
	outline: 2px solid #005fcc;
	outline-offset: 2px;
}

.link-fallback:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}