.sisism-hs-tax-code-check-status {
	align-items: start;
	border: 1px solid currentColor;
	border-radius: 4px;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: minmax(0, 1fr);
	margin: 0.75rem 0;
	padding: 0.85rem 1rem;
}

.sisism-hs-tax-code-check-status[hidden] {
	display: none;
}

.sisism-hs-tax-code-check-status[data-status="info"] {
	background: #f0f6fc;
	color: #1d4f7a;
}

.sisism-hs-tax-code-check-status[data-status="success"] {
	background: #edfaef;
	color: #155724;
}

.sisism-hs-tax-code-check-status[data-status="warning"] {
	background: #fff8e5;
	color: #6b4f00;
}

.sisism-hs-tax-code-check-status[data-status="error"] {
	background: #fff0f0;
	color: #8a1f11;
}

.sisism-hs-tax-code-check-status__spinner {
	animation: sisism-hs-tax-code-spin 0.8s linear infinite;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 1rem;
	margin-top: 0.15rem;
	width: 1rem;
}

.sisism-hs-tax-code-check-status__title {
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 1.35;
}

.sisism-hs-tax-code-check-status__body {
	min-width: 0;
	text-align: center;
}

.sisism-hs-tax-code-check-status__body > :first-child {
	margin-top: 0;
}

.sisism-hs-tax-code-check-status__body > :last-child {
	margin-bottom: 0;
}



.sisism-hs-tax-code-check-status__actions {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: minmax(0, 1fr);
	margin-top: 0.25rem;
	width: 100%;
}

.sisism-hs-tax-code-check-status__actions > * {
	width: 100%;
}

@keyframes sisism-hs-tax-code-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sisism-hs-tax-code-check-status__spinner {
		animation: none;
		border-right-color: currentColor;
	}
}
