/* ── Encabezado de card estilo empresa ── */
.title-blue {
    color: #1389d8;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
    letter-spacing: .02em;
}

.card-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(214, 216, 218);
    border-bottom: 1px solid #e0e0e0;
    padding: .45rem 1.25rem;
    border-radius: .75rem .75rem 0 0;
}

.table-custom th {
  border-bottom: 2px solid #00538bff !important;
  color: #000 !important;
  font-weight: bold !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
  font-size: 0.85rem !important;
}

.table-custom td {
  border-bottom: none !important;
  color: #000 !important;
  padding: 8px 1rem;
  font-size: 0.85rem !important;
}

.table-custom tbody tr {
  border-bottom: 1px solid #f0f2f5;
}

.table-custom tbody tr:hover {
  background-color: #f8f9fa;
  transition: background-color 0.2s ease;
}
