/* Battery Selection Guides — Quick Selection Tool (Atomic Form) */
.jhy-selection-tool form[data-element_type="e-form"] {
	width: 100%;
}

.jhy-selection-tool .jhy-tool-results {
	display: none;
	margin-top: 0.5rem;
	width: 100%;
}

.jhy-selection-tool .jhy-tool-results.is-visible {
	display: block;
}

.jhy-selection-tool .jhy-tool-results-inner {
	padding: 1rem 1.25rem;
	border-radius: var(--radius-lg, 0.5rem);
	background: #fff;
	border: 1px solid var(--color-blue-200, #bfdbfe);
}

.jhy-selection-tool .jhy-tool-results h3 {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--color-slate-900, #0f172a);
}

.jhy-selection-tool .jhy-tool-results p {
	margin: 0 0 0.75rem;
	font-size: 0.875rem;
	color: var(--color-slate-600, #475569);
	line-height: 1.5;
}

.jhy-selection-tool .jhy-tool-results ul {
	margin: 0 0 0.75rem;
	padding: 0;
	list-style: none;
}

.jhy-selection-tool .jhy-tool-results li {
	font-size: 0.875rem;
	color: var(--color-slate-700, #334155);
	padding: 0.25rem 0;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.jhy-selection-tool .jhy-tool-results li::before {
	content: "✓";
	color: var(--color-green-600, #16a34a);
	font-weight: 700;
	flex-shrink: 0;
}

.jhy-selection-tool .jhy-tool-results-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.jhy-selection-tool .jhy-tool-results-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: var(--radius-md, 0.375rem);
}

.jhy-selection-tool .jhy-tool-results-actions a.jhy-tool-guide-link {
	background: var(--color-blue-600, #2563eb);
	color: #fff;
}

.jhy-selection-tool .jhy-tool-results-actions a.jhy-tool-guide-link:hover {
	background: var(--color-blue-700, #1d4ed8);
}

.jhy-selection-tool .jhy-tool-results-actions a.jhy-tool-contact-link {
	background: transparent;
	color: var(--color-blue-600, #2563eb);
	border: 1px solid var(--color-blue-300, #93c5fd);
}

.jhy-selection-tool .jhy-tool-results-actions a.jhy-tool-contact-link:hover {
	background: var(--color-blue-50, #eff6ff);
}

.jhy-selection-tool .jhy-tool-error {
	padding: 0.75rem 1rem;
	border-radius: var(--radius-md, 0.375rem);
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
	font-size: 0.875rem;
}

.jhy-selection-tool .jhy-tool-submit,
.jhy-selection-tool .jhy-tool-submit .e-button,
.jhy-selection-tool .jhy-tool-submit button {
	width: 100%;
	cursor: pointer;
}

.jhy-selection-tool .jhy-tool-submit .e-button,
.jhy-selection-tool .jhy-tool-submit button {
	justify-content: center;
}
