/* ===== OptiWeb - estilos generales ===== */
html, body { font-family: 'Segoe UI', sans-serif; }

#blazor-error-ui {
    background: #ffc;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: .75rem; top: .5rem; }

.tabla-receta th { font-size: 0.85rem; text-align: center; vertical-align: middle; }
.tabla-receta td { text-align: center; vertical-align: middle; }

/* Validation messages helper */
.validation-message { color: #dc3545; font-size: .875em; }

/* No-print */
@media print {
    .no-print { display: none !important; }
}
