.hearth-save-status {
	margin-top: 20px;
	color: var(--ha-teal);
	font-size: 14px;
}

.hearth-save-status.is-error {
	color: #9b2929;
}

.hearth-save-status button {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
