#dw-wpmcs-survey-form-wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.6);
}

#dw-wpmcs-survey-form {
	box-sizing: border-box;
	margin-top: 15px;
	position: fixed;
	text-align: left;
	width: calc(100% - 30px);
	max-width: 600px;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 24px;
}

#dw-wpmcs-survey-form h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333333;
}

#dw-wpmcs-survey-form p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

#dw-wpmcs-survey-form .dw-wpmcs-reason label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	cursor: pointer;
}

#dw-wpmcs-survey-form .dw-wpmcs-reason input {
	margin-right: 10px;
}

#dw-wpmcs-survey-form .dw-wpmcs-comments {
	margin-top: 15px;
}

#dw-wpmcs-survey-form .dw-wpmcs-comments textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	resize: none;
}

#dw-wpmcs-survey-form .dw-wpmcs-actions {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
}

.dw-button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.dw-primary {
	background-color: #007bff;
	color: #ffffff;
}

.dw-secondary {
	background-color: #f8f9fa;
	color: #6c757d;
}

.dw-skip {
	background: none;
	color: #6c757d;
	font-weight: normal;
}

#dw-wpmcs-error {
	color: #dc3545;
	font-size: 12px;
}
