.mlu-lookup-wrap {
	max-width: 480px;
	margin: 20px 0;
	font-family: inherit;
}

.mlu-lookup-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.mlu-search-row {
	display: flex;
	gap: 8px;
}

.mlu-search-row input[type="text"] {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
}

.mlu-search-row button {
	padding: 10px 20px;
	background: #2563eb;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 15px;
}

.mlu-search-row button:hover {
	background: #1d4ed8;
}

#mlu-result {
	margin-top: 18px;
}

.mlu-loading {
	color: #666;
}

.mlu-error {
	color: #b91c1c;
	background: #fef2f2;
	padding: 10px 14px;
	border-radius: 6px;
	border: 1px solid #fecaca;
}

.mlu-result-table {
	width: 100%;
	border-collapse: collapse;
	background: #f9fafb;
	border-radius: 8px;
	overflow: hidden;
}

.mlu-result-table th,
.mlu-result-table td {
	text-align: left;
	padding: 10px 14px;
	border-bottom: 1px solid #e5e7eb;
}

.mlu-result-table th {
	width: 40%;
	color: #374151;
	font-weight: 600;
	background: #f3f4f6;
}

.mlu-result-table tr:last-child th,
.mlu-result-table tr:last-child td {
	border-bottom: none;
}
