.stw-deactivate-modal {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	box-sizing: border-box;
	overflow-y: auto;
	padding: 20px;
}
.stw-deactivate-modal * {
	box-sizing: border-box;
}
.stw-deactivate-modal.modal-active {
	display: flex;
	align-items: center;
	justify-content: center;
}
.stw-modal-wrap {
	max-width: 550px;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
.stw-modal-header {
	padding: 20px 25px;
	border-bottom: 1px solid #dcdcde;
	display: flex;
	align-items: center;
	background: #f6f7f7;
}
.stw-modal-header h2 {
	margin: 0;
	padding: 0;
	flex: 1;
	line-height: 1.4;
	font-size: 18px;
	color: #1d2327;
	font-weight: 600;
}
.stw-modal-header .stw-modal-cancel {
	padding: 0;
	border-radius: 50%;
	border: none;
	background: transparent;
	color: #50575e;
	cursor: pointer;
	transition: all 0.2s ease;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stw-modal-header .stw-modal-cancel:hover,
.stw-modal-header .stw-modal-cancel:focus {
	color: #d63638;
	background: #f0f0f1;
	outline: none;
}
.stw-modal-header .stw-modal-cancel .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.stw-modal-body {
	padding: 25px;
}
/* Feedback intro text */
.stw-feedback-intro {
	margin: 0 0 20px;
	font-size: 14px;
	color: #2c3338;
	line-height: 1.6;
}
/* Feedback form styles */
.stw-feedback-form {
	margin-bottom: 20px;
}
.stw-reason-option {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	margin-bottom: 8px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.stw-reason-option:hover {
	background: #f0f0f1;
	border-color: #c3c4c7;
}
.stw-reason-option:last-of-type {
	margin-bottom: 0;
}
.stw-reason-option input[type="radio"] {
	margin: 0 12px 0 0;
	cursor: pointer;
}
.stw-reason-text {
	font-size: 14px;
	color: #2c3338;
	line-height: 1.4;
}
.stw-other-textarea {
	width: 100%;
	min-height: 80px;
	padding: 12px;
	margin-top: 12px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	resize: vertical;
	font-family: inherit;
}
.stw-other-textarea:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
}
.stw-feedback-error {
	margin: 12px 0 0;
	padding: 10px 12px;
	background: #fcf0f1;
	border: 1px solid #d63638;
	border-radius: 4px;
	color: #d63638;
	font-size: 13px;
}
/* Subscription note */
.stw-subscription-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	padding: 12px 15px;
	background: #f0f6fc;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	font-size: 13px;
	color: #2c3338;
	line-height: 1.5;
}
.stw-subscription-note .dashicons {
	color: #2271b1;
	font-size: 18px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 1px;
}
/* Legacy notice styles */
.stw-important-notice {
	background: #fff;
	border: none;
	padding: 0;
	display: flex;
	gap: 15px;
}
.stw-notice-icon {
	flex-shrink: 0;
}
.stw-notice-icon .dashicons {
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: #2271b1;
}
.stw-notice-content {
	flex: 1;
}
.stw-notice-content h3 {
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 600;
	color: #1d2327;
	line-height: 1.4;
}
.stw-notice-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.stw-notice-list li {
	padding: 8px 0;
	font-size: 14px;
	color: #2c3338;
	line-height: 1.6;
}
.stw-notice-list li strong {
	color: #1d2327;
}
.stw-platform-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 18px;
	background: #2271b1;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.2s ease;
}
.stw-platform-btn:hover,
.stw-platform-btn:focus {
	background: #135e96;
	color: #fff;
}
.stw-platform-btn .dashicons {
	font-size: 18px;
	width: 18px;
	height: 18px;
}
/* Footer styles */
.stw-modal-footer {
	padding: 20px 25px;
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 1px solid #dcdcde;
	background: #f6f7f7;
}
.stw-modal-footer .stw-modal-deactivate {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
	border: none;
	cursor: pointer;
}
.stw-modal-footer .stw-modal-deactivate:hover,
.stw-modal-footer .stw-modal-deactivate:focus {
	background: #135e96;
	color: #fff;
}
.stw-modal-footer .stw-modal-deactivate:disabled {
	background: #c3c4c7;
	color: #fff;
	cursor: not-allowed;
}
.stw-modal-footer .stw-modal-skip {
	color: #50575e;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.2s ease;
}
.stw-modal-footer .stw-modal-skip:hover,
.stw-modal-footer .stw-modal-skip:focus {
	color: #1d2327;
}
.stw-modal-footer .stw-modal-cancel-link {
	color: #50575e;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.2s ease;
	margin-left: auto;
}
.stw-modal-footer .stw-modal-cancel-link:hover,
.stw-modal-footer .stw-modal-cancel-link:focus {
	color: #1d2327;
}
