.stellarwp-telemetry {
	font-family: 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #4E4E4E;
}

.stellarwp-telemetry__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #000;
	margin: 1rem 0;
}

.stellarwp-telemetry__intro {
	font-size: 12px;
	letter-spacing: -0.01em;
	text-align: center;
}

.stellarwp-telemetry-uninstall-reasons {
	text-align: left;
	width: 85%;
	margin: 1rem auto;
}

.stellarwp-telemetry-uninstall-reasons__item {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.01em;
	text-align: left;
	margin-bottom: 0.85rem;
	display: flex;
	padding: 0 1rem;
	border-radius: 4px;
}

.stellarwp-telemetry-uninstall-reasons__item:last-child {
	margin-bottom: 0;
}

.stellarwp-telemetry-uninstall-reasons__item input[type="radio"] {
	margin-top: 1px;
	margin-right: 1rem;
}

.stellarwp-telemetry-uninstall-reasons__item label {
	width: 100%;
}

.stellarwp-telemetry-uninstall-reasons__item textarea {
	width: 100%;
	height: 55px;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	padding: 0.5rem;
	margin-top: 0.5rem;
	display: none;
}

.stellarwp-telemetry-uninstall-reasons__item--active {
	background: rgb(238 238 238 / 45%);
	padding: 1rem;
}

.stellarwp-telemetry-uninstall-reasons__item--active textarea {
	display: block;
}

.stellarwp-telemetry-btn-primary,
.stellarwp-telemetry-btn-grey,
.stellarwp-telemetry-btn-text {
	padding: 8px 12px;
	background: #0047FF;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	border: 0;
	outline: none;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.stellarwp-telemetry-btn-primary:hover {
	background: #0032b7;
}

.stellarwp-telemetry-btn-primary:disabled,
.stellarwp-telemetry-btn-primary.disabled {
	background:rgba(0, 71, 255, 0.5);
	pointer-events: none;
}

.stellarwp-telemetry-btn-grey {
	background: #eee;
	color: #000;
}

.stellarwp-telemetry-btn-grey:hover {
	background: #ddd;
}

.stellarwp-telemetry-btn-text {
	background: #fff;
	color: #4E4E4E;
	padding: 0;
}

.stellarwp-telemetry-btn-text--skip {
	margin-left: 1rem;
	color: #a7aaad;
}

.stellarwp-telemetry-btn-text:hover {
	text-decoration: underline;
}

.stellarwp-telemetry-modal {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}

.stellarwp-telemetry-modal--exit-interview {
	align-items: center;
}

.stellarwp-telemetry-modal--active {
	visibility: visible;
	pointer-events: all;
	opacity: 1;
}

.stellarwp-telemetry-modal__inner {
	display: flex;
	flex-direction: column;
	padding: 32px;
	width: 90%;
	margin-top: 47px;
	background: #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.stellarwp-telemetry-modal--exit-interview .stellarwp-telemetry-modal__inner {
	max-width: 585px;
	text-align: center;
	margin-top: 0;
}

.stellarwp-telemetry-plugin-logo {
	margin: auto;
}

.stellarwp-telemetry-links {
	display: flex;
	gap: 16px;
	font-size: 12px;
	line-height: 16px;
}

.stellarwp-telemetry-links__link {
	color: #0047FF;
	text-decoration: none;
}

.stellarwp-telemetry-links__link:hover {
	text-decoration: underline;
}

.stellarwp-telemetry-error-message {
	display: none;
	margin-bottom: 1rem;
}

.stellarwp-telemetry-other-plugins {
	margin-bottom: 22px;
	font-size: 12px;
}

.stellarwp-telemetry-other-plugins .stellarwp-telemetry-btn-text:after {
	content: "\f347";
	font-family: "dashicons";
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	margin-left: 0.5rem;
}

.stellarwp-telemetry-other-plugins__list {
	display: none;
}

.stellarwp-telemetry-other-plugins__list ul {
	list-style: disc inside;
	flex-direction: column;
	margin: 0.5rem 0 0;
	display: flex;
	padding: 0;
}
