.prh-lq-shell {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999999;
	width: min(420px, calc(100vw - 28px));
	font-family: Arial, sans-serif;
	color: #1f2340;
}

.prh-lq-card {
	background: #ffffff;
	border: 2px solid #4169e1;
	border-radius: 8px;
	color: #1f2340 !important;
	box-shadow: 0 18px 42px rgba(31, 35, 64, 0.22);
	overflow: hidden;
}

.prh-lq-head {
	align-items: center;
	background: #f1ecff;
	border-bottom: 1px solid rgba(65, 105, 225, 0.26);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 12px 14px;
}

.prh-lq-title {
	color: #1f2340 !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin: 0;
	text-transform: uppercase;
}

.prh-lq-close {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(65, 105, 225, 0.44);
	border-radius: 999px;
	color: #5d6488;
	cursor: pointer;
	display: inline-flex;
	font-size: 20px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 32px;
}

.prh-lq-close:hover {
	background: #7b3ff2;
	border-color: #7b3ff2;
	color: #ffffff;
}

.prh-lq-body {
	padding: 16px;
}

.prh-lq-show {
	color: #5d6488 !important;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
}

.prh-lq-question {
	color: #1f2340 !important;
	display: block !important;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 14px;
	white-space: pre-wrap;
}

.prh-lq-field {
	margin-bottom: 10px;
}

.prh-lq-field label {
	color: #1f2340 !important;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
}

.prh-lq-input,
.prh-lq-textarea {
	background: #ffffff;
	border: 1px solid rgba(65, 105, 225, 0.55);
	border-radius: 8px;
	color: #1f2340;
	font: inherit;
	padding: 10px;
	width: 100%;
}

.prh-lq-textarea {
	min-height: 92px;
	resize: vertical;
}

.prh-lq-input:focus,
.prh-lq-textarea:focus,
.prh-lq-option:focus {
	border-color: #7b3ff2;
	box-shadow: 0 0 0 3px rgba(123, 63, 242, 0.18);
	outline: none;
}

.prh-lq-options {
	display: grid;
	gap: 8px;
	margin-bottom: 12px;
}

.prh-lq-option {
	background: #ffffff;
	border: 1px solid rgba(65, 105, 225, 0.5);
	border-radius: 8px;
	color: #1f2340;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 10px 12px;
	text-align: left;
}

.prh-lq-option.is-selected {
	background: #f1ecff;
	border-color: #7b3ff2;
	color: #4d2f9f;
}

.prh-lq-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 12px;
}

.prh-lq-submit {
	background: #ff8c1a;
	border: 1px solid #ff8c1a;
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 10px 16px;
}

.prh-lq-submit:hover,
.prh-lq-submit:focus {
	background: #e67d00;
	border-color: #e67d00;
}

.prh-lq-submit:disabled {
	cursor: wait;
	opacity: 0.7;
}

.prh-lq-note {
	color: #5d6488 !important;
	font-size: 12px;
	line-height: 1.35;
}

.prh-lq-alert {
	border-radius: 8px;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 12px;
}

.prh-lq-alert.is-ok {
	background: #e9f8ef;
	border: 1px solid #8dd5af;
	color: #11663c;
}

.prh-lq-alert.is-error {
	background: #ffe9ec;
	border: 1px solid #f3a8b4;
	color: #8d1f30;
}

@media (max-width: 640px) {
	.prh-lq-shell {
		bottom: 10px;
		left: 10px;
		right: 10px;
		width: auto;
	}

	.prh-lq-question {
		font-size: 18px;
	}
}
