#smg-deactivation-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
}

#smg-deactivation-modal .smg-deact-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

#smg-deactivation-modal .smg-deact-dialog {
	position: relative;
	width: 560px;
	max-width: calc(100% - 40px);
	margin: 7vh auto 0;
	background: #fff;
	border-radius: 10px;
	padding: 18px 18px 14px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

#smg-deactivation-modal h2 {
	margin: 0 0 8px;
	font-size: 18px;
}

#smg-deactivation-modal p {
	margin: 0 0 12px;
	color: #50575e;
}

#smg-deactivation-modal .smg-deact-reasons label {
	display: block;
	margin: 8px 0;
}

#smg-deactivation-modal textarea {
	width: 100%;
	min-height: 90px;
	margin-top: 10px;
}

#smg-deactivation-modal .smg-deact-error {
	margin-top: 10px;
	color: #b32d2e;
	font-weight: 600;
}

#smg-deactivation-modal .smg-deact-footer {
	margin-top: 14px;
}

#smg-deactivation-modal .smg-deact-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

#smg-deactivation-modal .smg-deact-skip {
	color: #50575e;
	text-decoration: none;
	padding: 6px 2px;
}

#smg-deactivation-modal .smg-deact-skip:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	#smg-deactivation-modal .smg-deact-dialog {
		margin-top: 4vh;
	}
	#smg-deactivation-modal .smg-deact-actions {
		width: 100%;
		justify-content: space-between;
	}
}
