#wpo-edd-customer-feedback-modal {
	display: none;
}

.wpo-edd-customer-feedback-modal__overlay {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba( 0, 0, 0, 0.45 );
}

.wpo-edd-customer-feedback-modal__content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 720px;
	padding: 1.5rem 2rem;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1.5rem 4rem rgba( 0, 0, 0, 0.25 );
	color: #696969;
	font-family: inherit;
	font-size: 1.1rem;
	line-height: 1.5;
}

.wpo-edd-customer-feedback-modal__close {
	position: absolute;
	top: 1.75rem;
	right: 2rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #222;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.wpo-edd-customer-feedback-modal__close:hover,
.wpo-edd-customer-feedback-modal__close:focus,
.wpo-edd-customer-feedback-modal__close:active {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #222;
	outline: none;
}

.wpo-edd-customer-feedback-modal__close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.wpo-edd-customer-feedback-modal h2 {
	margin: 0 0 1rem;
	padding: 0;
	color: #222;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.wpo-edd-customer-feedback-modal__question {
	margin: 0 0 0.5rem;
	color: #222;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.wpo-edd-customer-feedback-modal__options {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0 0 1rem;
}

.wpo-edd-customer-feedback-modal__options label {
	display: grid;
	grid-template-columns: 1rem 1fr;
	column-gap: 1rem;
	align-items: center;
	margin: 0;
	color: #696969;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
}

.wpo-edd-customer-feedback-modal__options input[type="radio"],
.wpo-edd-customer-feedback-modal__options input[type="checkbox"] {
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	margin: 0;
}

.wpo-edd-customer-feedback-modal__field {
	margin-bottom: 1rem;
}

.wpo-edd-customer-feedback-modal__field textarea,
.wpo-edd-customer-feedback-modal__field input[type="text"],
.wpo-edd-customer-feedback-modal__field select {
	width: 100%;
	margin-top: 0.5rem;
}

.wpo-edd-customer-feedback-modal__field textarea {
	height: 6rem;
	margin-top: 0;
	padding: 0.5rem;
	font-size: 1rem;
}

.wpo-edd-customer-feedback-modal__actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
	margin-top: 1rem;
}

.wpo-edd-customer-feedback-modal__actions .button,
.wpo-edd-customer-feedback-modal__actions button {
	box-sizing: border-box;
	min-width: 190px;
	margin: 0;
	padding: 0.5rem 1.5rem;
	border-radius: 4px;
	box-shadow: none;
	text-shadow: none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.wpo-edd-customer-feedback-modal__actions .wpo-edd-customer-feedback-modal__keep,
.wpo-edd-customer-feedback-modal__actions .wpo-edd-customer-feedback-modal__keep:hover,
.wpo-edd-customer-feedback-modal__actions .wpo-edd-customer-feedback-modal__keep:focus {
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	color: #222;
}

.wpo-edd-customer-feedback-modal__actions .wpo-edd-customer-feedback-modal__continue,
.wpo-edd-customer-feedback-modal__actions .wpo-edd-customer-feedback-modal__continue:hover,
.wpo-edd-customer-feedback-modal__actions .wpo-edd-customer-feedback-modal__continue:focus {
	background: #c9232c;
	border: 1px solid #c9232c;
	color: #fff;
}

@media screen and ( max-width: 767px ) {
	.wpo-edd-customer-feedback-modal__overlay {
		padding: 1rem;
	}

	.wpo-edd-customer-feedback-modal__content {
		max-width: 100%;
		padding: 1.5rem;
	}

	.wpo-edd-customer-feedback-modal__close {
		top: 1rem;
		right: 1.25rem;
	}

	.wpo-edd-customer-feedback-modal h2 {
		padding-right: 2rem;
		font-size: 1.5rem;
	}

	.wpo-edd-customer-feedback-modal__question {
		font-size: 1rem;
	}

	.wpo-edd-customer-feedback-modal__actions {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.wpo-edd-customer-feedback-modal__actions .button,
	.wpo-edd-customer-feedback-modal__actions button {
		width: 100%;
		min-width: 0;
	}
}
