.lux-filters .mst-entry-tab {
  display: inline-flex;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 4px;
  padding: 0 16px;
  border: 1px solid #08784d;
  border-radius: 3px;
  background: #08784d;
  box-shadow: 0 8px 22px rgba(8, 120, 77, .17);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.lux-filters .mst-entry-tab:hover,
.lux-filters .mst-entry-tab:focus-visible {
  border-color: #005d3a;
  background: #005d3a;
  box-shadow: 0 12px 28px rgba(8, 120, 77, .24);
  color: #fff;
  transform: translateY(-1px);
}
.mst-entry-dot { width: 6px; height: 6px; border-radius: 50%; background: #9ff0c9; box-shadow: 0 0 0 4px rgba(159,240,201,.13); }
.mst-entry-tab b { font-size: 13px; font-weight: 600; }
@media (max-width: 700px) {
  .lux-filters .mst-entry-tab { margin-left: 0; padding-inline: 14px; }
}

