.schema-ai-deactivation-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba( 0, 0, 0, 0.55 );
}

.schema-ai-deactivation-modal {
	width: 100%;
	max-width: 420px;
	margin: 20px;
	padding: 24px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 40px rgba( 0, 0, 0, 0.25 );
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.schema-ai-deactivation-modal__header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e2e8f0;
}

.schema-ai-deactivation-modal__icon {
	font-size: 18px;
}

.schema-ai-deactivation-modal__title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #1e293b;
}

.schema-ai-deactivation-modal__question {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #1e293b;
}

.schema-ai-deactivation-modal__options {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 12px;
}

.schema-ai-deactivation-modal__option {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #334155;
	cursor: pointer;
}

.schema-ai-deactivation-modal__option input[type="radio"] {
	accent-color: #009689;
	width: 16px;
	height: 16px;
	margin: 0;
}

.schema-ai-deactivation-modal__other {
	width: 100%;
	min-height: 60px;
	margin-bottom: 16px;
	padding: 8px 10px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	font-size: 13px;
	font-family: inherit;
	resize: vertical;
	box-sizing: border-box;
}

.schema-ai-deactivation-modal__other:focus {
	outline: none;
	border-color: #009689;
	box-shadow: 0 0 0 2px rgba( 0, 150, 137, 0.15 );
}

.schema-ai-deactivation-modal__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.schema-ai-deactivation-modal__submit {
	padding: 9px 18px;
	border: none;
	border-radius: 6px;
	background: #009689;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}

.schema-ai-deactivation-modal__submit:hover {
	background: #00332e;
}

.schema-ai-deactivation-modal__skip {
	font-size: 13px;
	color: #94a3b8;
	text-decoration: underline;
}

.schema-ai-deactivation-modal__skip:hover {
	color: #64748b;
}
