.jg-search {
	margin: 1.5rem 0;
}
.jg-search-label {
	display: block;
	font-weight: 700;
	margin-bottom: 0.45rem;
}
.jg-search-control,
.jg-search-row {
	display: flex;
	gap: 0.75rem;
	align-items: stretch;
}
.jg-search input,
.jg-search-form input {
	flex: 1 1 auto;
	min-height: 52px;
	border: 2px solid #1f2937;
	border-radius: 6px;
	padding: 0 1rem;
	font-size: 1.05rem;
}
.jg-search button,
.jg-search-form button {
	min-height: 52px;
	border: 0;
	border-radius: 6px;
	background: #0f766e;
	color: #fff;
	font-weight: 700;
	padding: 0 1.1rem;
	cursor: pointer;
}
.jg-search input:focus,
.jg-search button:focus,
.jg-result-card:focus {
	outline: 3px solid #f59e0b;
	outline-offset: 2px;
}
.jg-autocomplete {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	margin-top: 0.5rem;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
	overflow: hidden;
}
.jg-autocomplete-item,
.jg-result-card {
	display: grid;
	gap: 0.15rem;
	padding: 0.85rem 1rem;
	color: #111827;
	text-decoration: none;
	border-bottom: 1px solid #e5e7eb;
}
.jg-autocomplete-item:hover,
.jg-result-card:hover {
	background: #f8fafc;
}
.jg-autocomplete-item span,
.jg-result-card span,
.jg-result-card small {
	color: #4b5563;
}
.jg-answer {
	border-left: 5px solid #0f766e;
	background: #ecfdf5;
	padding: 1rem 1.2rem;
	margin: 1.2rem 0;
}
.jg-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 1rem 0;
}
.jg-details div {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 0.8rem;
}
.jg-details dt {
	font-weight: 700;
	color: #374151;
}
.jg-details dd {
	margin: 0.2rem 0 0;
}
.jg-related {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem 1rem;
	padding-left: 1.2rem;
}
.jg-breadcrumbs {
	display: flex;
	gap: 0.45rem;
	align-items: center;
	font-size: 0.92rem;
	margin-bottom: 1rem;
}
.jg-faq details {
	border-top: 1px solid #e5e7eb;
	padding: 0.8rem 0;
}
.jg-ad-slot {
	margin: 1.5rem 0;
	padding: 0.8rem;
	border: 1px solid #d1d5db;
	text-align: center;
}
.jg-ad-slot > span {
	display: block;
	font-size: 0.75rem;
	color: #6b7280;
	margin-bottom: 0.4rem;
}
.jg-footer-branding {
	max-width: 1120px;
	margin: 2rem auto 1rem;
	padding: 1rem;
	border-top: 1px solid #e5e7eb;
	color: #4b5563;
	font-size: 0.92rem;
}
.jg-editor-placeholder {
	border: 1px dashed #94a3b8;
	padding: 1rem;
	border-radius: 6px;
	background: #f8fafc;
}
@media (max-width: 700px) {
	.jg-search-control,
	.jg-search-row,
	.jg-details,
	.jg-related {
		display: grid;
		grid-template-columns: 1fr;
	}
}
