/* SGT Consulta Orden - Sección para clientes */
.sgt-consulta-orden {
	max-width: 480px;
	margin: 2rem auto;
	padding: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.sgt-consulta-titulo {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.sgt-consulta-desc {
	color: #555;
	margin-bottom: 1.5rem;
	font-size: 0.95rem;
}
.sgt-consulta-form {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
.sgt-consulta-o {
	margin-bottom: 0.5rem !important;
}
.sgt-consulta-nombre-row {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 2rem;
}
.sgt-consulta-nombre-row .sgt-consulta-input {
	text-transform: none;
}
.sgt-consulta-combo-wrap {
	margin-top: 0.25rem;
}
.sgt-consulta-combo {
	width: 100%;
	max-width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	font-size: 1rem;
	background: #fff;
}
.sgt-consulta-input {
	flex: 1;
	padding: 0.75rem 1rem;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	font-size: 1rem;
	text-transform: uppercase;
}
.sgt-consulta-input:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
}
.sgt-consulta-btn {
	padding: 0.75rem 1.5rem;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	cursor: pointer;
}
.sgt-consulta-btn:hover {
	background: #135e96;
}
.sgt-consulta-resultado {
	margin-top: 1.5rem;
}
.sgt-consulta-card {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 1.5rem;
}
.sgt-consulta-codigo {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.sgt-consulta-etiqueta {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	color: #1a1a1a;
}
.sgt-consulta-estado {
	margin-bottom: 0.75rem;
}
.sgt-consulta-estado .sgt-estado-badge {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 500;
}
.sgt-consulta-equipo {
	color: #333;
	margin-bottom: 0.5rem;
}
.sgt-consulta-falla {
	font-size: 0.9rem;
	color: #555;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px dashed #ccc;
}
.sgt-consulta-error {
	padding: 1rem;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	color: #856404;
}
