/* ============================================
   Sistema Liber - Estilos
   ============================================ */

body {
    background-color: #f8f9fa;
}

/* Landing */
.texto-comunicado {
    overflow: hidden;
    font-size: 0.95rem;
}

.texto-comunicado img {
    max-width: 100%;
    height: auto;
}

/* Navbar */
.navbar-brand i {
    margin-right: 5px;
}

/* Tablas DataTables */
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.25rem;
}

/* Cards */
.card {
    border: none;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Badges de rol */
.badge {
    font-weight: 500;
}

/* Formularios */
.form-label {
    font-weight: 500;
    font-size: 0.9rem;
}

/* Vista previa de imágenes */
.img-thumbnail {
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .card-body {
        padding: 1rem;
    }

    .display-6 {
        font-size: 2rem;
    }
}