.hcli-wrap {
	max-width: 460px;
	margin: 1.5em 0;
	font-family: inherit;
}

.hcli-card {
	background: #fff;
	border-radius: 16px;
	padding: 32px 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.hcli-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	font-weight: 700;
	color: #1f2d24;
}

.hcli-last-updated {
	margin: 0 0 22px;
	font-size: 12.5px;
	color: #6b7a72;
}

.hcli-title-icon {
	display: inline-flex;
	color: #2f7a52;
	flex: 0 0 auto;
}

.hcli-field {
	margin-bottom: 20px;
}

.hcli-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #204d34;
	margin-bottom: 8px;
}

.hcli-select,
.hcli-input {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	font-size: 15px;
	border: 1px solid #dbe3de;
	border-radius: 8px;
	background: #fff;
	color: #1f2d24;
	outline: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hcli-input {
	background: #f4f7f5;
}

.hcli-input::placeholder {
	color: #9aa7a0;
}

.hcli-select:focus,
.hcli-input:focus {
	border-color: #2f7a52;
	box-shadow: 0 0 0 3px rgba(47, 122, 82, 0.15);
}

.hcli-select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23204d34' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
	cursor: pointer;
}

.hcli-search-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 16px;
	margin-top: 4px;
	background: #204d34;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease;
}

.hcli-search-btn:hover {
	background: #2a6644;
}

.hcli-search-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.hcli-divider {
	border-top: 1px solid #e9eeeb;
	margin: 26px 0 18px;
}

.hcli-quick-links-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #204d34;
	margin-bottom: 10px;
}

.hcli-quick-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #1f2d24;
	text-decoration: none;
	font-size: 14px;
}

.hcli-quick-link:hover {
	text-decoration: underline;
}

.hcli-quick-arrow {
	color: #c9971f;
	font-weight: 700;
}

/* ---------- Results ---------- */

.hcli-results {
	margin-top: 18px;
}

.hcli-results:empty {
	margin-top: 0;
}

.hcli-status {
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	background: #f4f7f5;
	border: 1px solid #dbe3de;
	color: #204d34;
}

.hcli-status.hcli-error {
	background: #fdf1ee;
	border-color: #f3c9bd;
	color: #9a3b1f;
	line-height: 1.5;
}

.hcli-updated-note {
	margin: 8px 2px 0;
	font-size: 12.5px;
	color: #6b7a72;
}

.hcli-status.hcli-loading {
	background: #f4f7f5;
	color: #4a5b52;
}

.hcli-result-summary {
	font-size: 13px;
	color: #4a5b52;
	margin: 0 0 10px 2px;
}

.hcli-result-card {
	background: #fff;
	border: 1px solid #e2e8e5;
	border-radius: 14px;
	padding: 20px 22px;
	margin-bottom: 14px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.hcli-result-card:last-child {
	margin-bottom: 0;
}

.hcli-result-name {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 19px;
	font-weight: 700;
	color: #1f2d24;
	margin: 0 0 4px;
}

.hcli-result-cover {
	display: inline-block;
	background: #eaf3ee;
	color: #204d34;
	font-weight: 700;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 6px;
	margin-bottom: 14px;
}

.hcli-result-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 20px;
}

.hcli-result-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hcli-result-item-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #8a978f;
}

.hcli-result-item-value {
	font-size: 14px;
	color: #1f2d24;
	font-weight: 600;
	word-break: break-word;
}

.hcli-badge-yes {
	color: #9a6b0f;
}

.hcli-badge-no {
	color: #204d34;
}

@media (max-width: 480px) {
	.hcli-card {
		padding: 26px 20px;
		border-radius: 14px;
	}

	.hcli-title {
		font-size: 22px;
	}

	.hcli-result-grid {
		grid-template-columns: 1fr;
	}
}
