.lh-wrap .lh-card {
	background: #fff;
	border: 1px solid #dcdcde;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.lh-result-box {
	margin-top: 15px;
	padding: 15px;
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
}

.lh-draft-box {
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #dcdcde;
	line-height: 1.8;
}

.lh-spinner {
	margin-left: 10px;
	color: #646970;
}

.lh-badge {
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
}

.lh-badge.lh-ok {
	background: #d4edda;
	color: #155724;
}

.lh-badge.lh-warn {
	background: #fff3cd;
	color: #856404;
}

#lh-verified-checklist ul {
	list-style: none;
	padding-left: 0;
}

#lh-verified-checklist li {
	padding: 6px 0;
	border-bottom: 1px solid #f0f0f1;
}

.lh-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lh-modal-content {
	background: #fff;
	width: 80%;
	max-width: 900px;
	max-height: 85vh;
	overflow-y: auto;
	padding: 30px;
	border-radius: 4px;
	position: relative;
}

.lh-modal-close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 28px;
	cursor: pointer;
	color: #646970;
}

.lh-modal-close:hover {
	color: #1d2327;
}

.lh-json-block {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	padding: 12px;
	overflow-x: auto;
	white-space: pre-wrap;
	word-break: break-word;
	font-size: 12px;
}
