.nis2cc-widget {
	--nis2cc-border: #e2e2e0;
	--nis2cc-border-strong: #c9c9c6;
	--nis2cc-text: #1f1f1d;
	--nis2cc-text-secondary: #5f5e5a;
	--nis2cc-text-muted: #888780;
	--nis2cc-radius: 8px;
	--nis2cc-gray-bg: #f1efe8;
	--nis2cc-gray-text: #444441;
	--nis2cc-coral-bg: #faece7;
	--nis2cc-coral-text: #712b13;
	--nis2cc-amber-bg: #faeeda;
	--nis2cc-amber-text: #633806;

	max-width: 560px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	color: var(--nis2cc-text);
	box-sizing: border-box;
}

.nis2cc-widget *,
.nis2cc-widget *::before,
.nis2cc-widget *::after {
	box-sizing: inherit;
}

.nis2cc-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nis2cc-field-group {
	margin-bottom: 1.25rem;
}

.nis2cc-label {
	display: block;
	font-size: 13px;
	color: var(--nis2cc-text-secondary);
	margin-bottom: 8px;
}

.nis2cc-widget select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid var(--nis2cc-border-strong);
	border-radius: var(--nis2cc-radius);
	background: #fff;
	font-size: 14px;
	color: var(--nis2cc-text);
}

.nis2cc-radio,
.nis2cc-checkbox {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 14px;
	margin-bottom: 8px;
	cursor: pointer;
}

.nis2cc-radio input,
.nis2cc-checkbox input {
	margin-top: 3px;
	flex-shrink: 0;
}

.nis2cc-button {
	display: inline-block;
	width: 100%;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #1f1f1d;
	border: 1px solid #1f1f1d;
	border-radius: var(--nis2cc-radius);
	cursor: pointer;
}

.nis2cc-button:hover {
	background: #3a3a37;
}

.nis2cc-button:focus-visible {
	outline: 2px solid #378add;
	outline-offset: 2px;
}

.nis2cc-result {
	margin-top: 1.5rem;
}

.nis2cc-status {
	border-radius: 12px;
	padding: 1rem 1.25rem;
	margin-bottom: 1rem;
}

.nis2cc-status--gray {
	background: var(--nis2cc-gray-bg);
	color: var(--nis2cc-gray-text);
}

.nis2cc-status--coral {
	background: var(--nis2cc-coral-bg);
	color: var(--nis2cc-coral-text);
}

.nis2cc-status--amber {
	background: var(--nis2cc-amber-bg);
	color: var(--nis2cc-amber-text);
}

.nis2cc-status-title {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 4px;
}

.nis2cc-status-body {
	font-size: 13px;
	margin: 0;
	line-height: 1.5;
}

.nis2cc-measures-heading {
	font-size: 13px;
	color: var(--nis2cc-text-secondary);
	margin: 0 0 8px;
}

.nis2cc-measures-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.nis2cc-measure {
	border: 1px solid var(--nis2cc-border);
	border-radius: var(--nis2cc-radius);
	padding: 10px 12px;
}

.nis2cc-measure-title {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 2px;
}

.nis2cc-measure-body {
	font-size: 13px;
	color: var(--nis2cc-text-secondary);
	margin: 0;
}

.nis2cc-legal-note {
	font-size: 12px;
	color: var(--nis2cc-text-muted);
	margin: 1rem 0 0;
	line-height: 1.5;
}

.nis2cc-disclaimer {
	font-size: 12px;
	color: var(--nis2cc-text-muted);
	margin-top: 1.5rem;
	line-height: 1.5;
}
