

/* Tabellen-Styling beibehalten */
.table {
  margin-bottom: 2rem;
}

.table-dark {
  background-color: #0d47a1 !important;
}


/* SECTION DIVIDER - AUCH DUNKELBLAU */
.section-divider {
    border: none;
    border-top: 2px solid #0d47a1;
    margin: 1.2rem 0;
    opacity: 0.5;
}

/* ============================= Accentcolour============================= */

.rollup {
  border: 2px solid #0d47a1; 
}

.rollup h2 {
  color: #0d47a1;
}

h3.insiderollup {
  font-size: 1.3rem;
  color: #0d47a1;
  text-align: left;
  margin: 1rem;
}

.highlight {
  background-color: #0d47a1;
}

.deepsea-table thead {
  background: linear-gradient(90deg, #4d86db, #0d47a1ff);
}

.deepsea-table tbody tr:hover {
  background: radial-gradient(circle at center, rgba(8, 47, 104, 0.62), rgba(0, 52, 56, 0.2));
  box-shadow: 0 0 12px rgba(0, 60, 150, 0.62);
}

.deepsea-table td:first-child {
  color: #4d86db;
}

.deepsea-table td:nth-child(2) {
  color: #ffffffff;

}
