.lbbe-widget {
	max-width: 560px;
	margin: 1.5em auto;
	font-family: inherit;
	text-align: center;
}

.lbbe-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5em;
	font-size: 1.05em;
}

.lbbe-title-wrap {
	display: inline-block;
	text-align: center;
	border-bottom: 2px solid #000;
	padding-bottom: 0.4em;
	margin-bottom: 1.5em;
}

.lbbe-title-line {
	display: block;
	font-weight: 700;
	color: #f45302;
	font-size: 1.15em;
	line-height: 1.4;
}

.lbbe-search-wrap {
	position: relative;
	text-align: left;
}

.lbbe-search-input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.7em 1em;
	font-size: 1em;
	border: 2px solid #d5d9dd;
	border-radius: 8px;
	outline: none;
	transition: border-color 0.15s ease;
}

.lbbe-search-input:focus {
	border-color: #2271b1;
}

.lbbe-suggestions {
	list-style: none;
	margin: 0.25em 0 0;
	padding: 0.25em 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #d5d9dd;
	border-radius: 8px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	z-index: 100;
	max-height: 280px;
	overflow-y: auto;
}

.lbbe-suggestion-item {
	padding: 0.6em 1em;
	cursor: pointer;
	font-size: 0.95em;
}

.lbbe-suggestion-item:hover {
	background: #f0f4f8;
}

.lbbe-result {
	display: flex;
	align-items: flex-start;
	gap: 0.75em;
	margin-top: 1em;
	padding: 1em 1.2em;
	border-radius: 10px;
	border: 1px solid transparent;
	text-align: left;
}

.lbbe-result-ok {
	background: #edf9f0;
	border-color: #b7e4c7;
}

.lbbe-result-warn {
	background: #fff6ea;
	border-color: #f3d9a4;
}

.lbbe-result-icon {
	font-size: 1.6em;
	line-height: 1;
}

.lbbe-result-text strong {
	display: block;
	margin-bottom: 0.3em;
	font-size: 1.05em;
}

.lbbe-result-text p {
	margin: 0;
	font-size: 0.95em;
	line-height: 1.45;
}

.lbbe-result-text p + p {
	margin-top: 0.5em;
}

.lbbe-note {
	font-size: 0.85em !important;
	color: #7a5c33;
	font-style: italic;
}

.lbbe-detail-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lbbe-detail-list li {
	font-size: 0.95em;
	line-height: 1.5;
	margin-bottom: 0.25em;
}

.lbbe-detail-list li:last-child {
	margin-bottom: 0;
}

.lbbe-disclaimer {
	margin-top: 0.8em;
	font-size: 0.8em;
	color: #666;
}
