/* Solo capas del backend estático: resultados con atributo hidden */
#verify-result-ok[hidden],
#verify-result-err[hidden] {
	display: none !important;
}

#verify-result-ok:not([hidden]),
#verify-result-err:not([hidden]) {
	margin-top: 1.5rem;
}
