.dsmf-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin: 0 0 12px 0;
  font-size: 14px;
  flex-wrap: wrap;
}
.dsmf-group { display: inline-flex; gap: 6px; }
.dsmf-btn {
  appearance: none;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  color: #b4b3b3;
}
.dsmf-btn.is-active { border-color: #111; font-weight: 600; }
.dsmf-anchor { width: 100%; }
