/* assets/site.css - Estilos compartidos por todas las páginas de TXT Fácil */

body { background-color: #f4f7fb; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

/* Inputs de las tablas de carga de datos */
.table-input { width: 100%; border: none; outline: none; background: transparent; text-align: left; padding: 6px; font-size: 11px; }
.table-input:focus { background-color: #e0f2fe; border-radius: 4px; }

/* Contenedor con scroll para las tablas grandes */
.tabla-contenedor { max-height: 50vh; overflow-y: auto; overflow-x: auto; background: white; border-radius: 8px; border: 1px solid #e2e8f0; }
th { position: sticky; top: 0; background-color: #f8fafc; z-index: 10; white-space: nowrap; font-size: 10px; padding: 8px; border-bottom: 2px solid #e2e8f0; }
td { white-space: nowrap; }

input::-webkit-calendar-picker-indicator { opacity: 0.5; cursor: pointer; }

/* Bloques de anuncio con min-height para evitar CLS (Cumulative Layout Shift) - requerido por AdSense */
.ad-slot { min-height: 90px; display: block; }
.ad-slot-rect { min-height: 250px; display: block; }
