/* Estilos personalizados para Gestión de Presupuestos */

body {
    background-color: #f8f9fa;
}

h1, h2, h4, h5 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.table th, .table td {
    vertical-align: middle;
}

.navbar-brand {
    font-weight: bold;
}

.alert {
    margin-top: 1rem;
}

/* Ajustes de formularios */
.btn-block {
    display: block;
    width: 100%;
}

.accordion-button:not(.collapsed) {
    color: #0d6efd;
    background-color: #e7f1ff;
}

/* Estilos para lista de interacciones */
.list-group-item {
    white-space: pre-wrap;
}

/* Inputs y textarea */
.form-control {
    border-radius: 0.375rem;
}

/* Ajuste contenedor principal */
.container {
    max-width: 960px;
}
