
/* Gemeinsame Navigation der Formelsammlung in den bestehenden Modulen */
.collection-nav{
  margin:0 0 12px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px;
}
.collection-nav a{
  min-height:34px;
  padding:7px 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#dbeafe!important;
  background:#111c31!important;
  border:1px solid #26354f!important;
  font-size:11px;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  text-decoration:none!important;
}
.collection-nav a:hover,
.collection-nav a:focus-visible{
  color:#ffffff!important;
  background:#172a46!important;
  border-color:#2dd4bf!important;
  outline:none;
}
.collection-progress{
  margin:-3px 0 13px;
  color:#94a3b8;
  font-size:10px;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.collection-archive-note{
  margin:0 0 13px;
  padding:9px 10px;
  color:#fde7b2;
  background:#322412;
  border:1px solid #6b4a22;
  font-size:11px;
  line-height:1.4;
}
.collection-archive-note a{
  color:#fcd34d!important;
  font-weight:700;
}
