/* ──────────────────────────────────────────────────────────
   Skin Salidas → Socios
   Réplica del estilo visual de salidas.jubilatsalbinyana.cat
   Colores: blue-700 (#1d4ed8), gray-50, white, purple-700
   ────────────────────────────────────────────────────────── */

:root {
    --bs-primary: #1d4ed8;
    --bs-primary-rgb: 29, 78, 216;
    --bs-primary-dark: #1e40af;
    --bs-primary-light: #3b82f6;
    --bs-body-bg: #f9fafb;
    --bs-body-color: #111827;
}

/* ─── Fondo global ─── */
body {
    background-color: #f9fafb !important;
    color: #111827;
}

/* ─── Navbar superior ─── */
.navbar, .bg-primary {
    background-color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}

/* ─── Botones ─── */
.btn-primary {
    background-color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}
.btn-primary:hover {
    background-color: #1e40af !important;
    border-color: #1e40af !important;
}
.btn-outline-primary {
    color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}
.btn-outline-primary:hover {
    background-color: #1d4ed8 !important;
    color: white !important;
}

/* ─── Badges ─── */
.bg-success { background-color: #22c55e !important; }
.bg-warning { background-color: #f59e0b !important; }
.bg-danger  { background-color: #ef4444 !important; }
.bg-info    { background-color: #1d4ed8 !important; color: white !important; }

/* ─── Cards ─── */
.card {
    border: none !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06) !important;
    border-radius: 8px !important;
}
.card-header, .card-footer {
    background-color: transparent !important;
    border-color: #e5e7eb !important;
}
.card-footer {
    border-top: 1px solid #e5e7eb !important;
}

/* ─── Tables ─── */
.table thead {
    background-color: #f1f5f9 !important;
}
.table thead th {
    border-bottom: 2px solid #cbd5e1 !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #475569 !important;
}
.table-hover tbody tr:hover {
    background-color: #eff6ff !important;
}
.table-info {
    background-color: #eff6ff !important;
}

/* ─── Formularios ─── */
.form-control:focus, .form-select:focus {
    border-color: #1d4ed8 !important;
    box-shadow: 0 0 0 2px rgba(29,78,216,0.15) !important;
}

/* ─── Page title ─── */
h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 600 !important;
    color: #111827 !important;
}

/* ─── Text muted ─── */
.text-muted { color: #64748b !important; }

/* ─── Pagination ─── */
.page-item.active .page-link {
    background-color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: white !important;
}
.page-link { color: #1d4ed8 !important; }

/* ─── Links ─── */
a { color: #1d4ed8; }
a:hover { color: #1e40af; }
