.peka-rq-wrap {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.peka-rq-map-view {
	position: relative;
}

.peka-rq-map-bg {
	display: block;
	width: 100%;
	height: auto;
}

.peka-rq-map {
	width: 100%;
	height: auto;
	display: block;
}

.peka-rq-map.has-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.peka-rq-region {
	fill: #cfe3d9;
	stroke: #ffffff;
	stroke-width: 2;
	cursor: pointer;
	transition: fill 0.15s ease, fill-opacity 0.15s ease;
}

.has-bg .peka-rq-region {
	fill: #2f6e4d;
	fill-opacity: 0.18;
	stroke: #2f6e4d;
	stroke-width: 1.5;
}

.peka-rq-region:hover,
.peka-rq-region:focus {
	fill: #4f9d76;
	outline: none;
}

.has-bg .peka-rq-region:hover,
.has-bg .peka-rq-region:focus {
	fill-opacity: 0.45;
}

.peka-rq-region.is-answered {
	fill: #2f6e4d;
}

.has-bg .peka-rq-region.is-answered {
	fill-opacity: 0.6;
}

.peka-rq-label {
	font-size: 11px;
	fill: #1c1c1c;
	pointer-events: none;
}

.has-bg .peka-rq-label {
	display: none;
}

.peka-rq-quiz-view,
.peka-rq-thanks-view {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 20px 24px;
}

.peka-rq-quiz-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.peka-rq-back {
	background: none;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	color: #333;
}

.peka-rq-back[hidden] {
	display: none;
}

.peka-rq-progress {
	font-size: 12px;
	color: #888;
}

.peka-rq-region-title {
	margin: 0 0 16px;
	font-size: 18px;
}

.peka-rq-prompt {
	font-size: 14px;
	color: #333;
	margin: 0 0 12px;
}

.peka-rq-checkbox-option {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	padding: 8px 10px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	margin-bottom: 6px;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.peka-rq-checkbox-option.is-correct {
	background: #e6f5eb;
	border-color: #2f6e4d;
}

.peka-rq-checkbox-option.is-incorrect {
	background: #fbeaea;
	border-color: #b3261e;
}

.peka-rq-checkbox-option input {
	flex-shrink: 0;
}

.peka-rq-rank-list {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

.peka-rq-rank-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	padding: 8px 10px;
	background: #f5f5f4;
	border-radius: 6px;
	margin-bottom: 6px;
	cursor: grab;
	user-select: none;
}

.peka-rq-rank-item.is-dragging {
	opacity: 0.4;
}

.peka-rq-rank-handle {
	color: #999;
	font-size: 14px;
}

.peka-rq-rank-index {
	width: 18px;
	color: #999;
	flex-shrink: 0;
}

.peka-rq-next {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 6px;
	background: #2f6e4d;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-top: 8px;
}

.peka-rq-next:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.peka-rq-error {
	color: #b3261e;
	font-size: 12px;
	margin-top: 4px;
}

.peka-rq-thanks-view {
	text-align: center;
}

.peka-rq-thanks-text {
	font-size: 15px;
	margin: 0 0 16px;
}

.peka-rq-back-final {
	padding: 10px 20px;
	border: none;
	border-radius: 6px;
	background: #2f6e4d;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
