.fund-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;

  color: #f6f1e6;
  background: #7f929f;
}

.fund-svg {
  width: 76%;
  height: 76%;
  display: block;
}

.fund-symbol[data-gruppe="plastik"]   { background: #5b8aa0; }
.fund-symbol[data-gruppe="metall"]    { background: #8a8474; }
.fund-symbol[data-gruppe="glas"]      { background: #5a9a6f; }
.fund-symbol[data-gruppe="fischerei"] { background: #2e4a5f; }
.fund-symbol[data-gruppe="sonstige"]  { background: #c8543f; }

.start-aktion {
  margin: 1.5rem 0;
}

.streifzug-sticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.putzgang-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.putzgang-ende {
  flex: none;
  border: 1px solid var(--color-divider, rgba(32, 30, 29, 0.16));
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.82em;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  cursor: pointer;
}
