.step03-workspace #step-3 .category-tabs {
  display: grid;
  grid-template-columns: max-content minmax(240px, 1fr);
  gap: 7px;
  align-items: stretch;
  margin-bottom: 16px;
}

.step03-workspace #step-3 .workspace-all-category {
  min-height: 36px;
  padding: 0 18px;
  border-radius: 0;
}

.step03-workspace #step-3 .workspace-hidden-category {
  display: none !important;
}

.step03-workspace #step-3 .workspace-category-select-wrap {
  position: relative;
  display: block;
  min-width: 0;
}

.step03-workspace #step-3 .workspace-category-select-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #232323;
  border-bottom: 1.5px solid #232323;
  transform: translateY(-68%) rotate(45deg);
  pointer-events: none;
}

.step03-workspace #step-3 .workspace-category-select {
  width: 100%;
  height: 36px;
  padding: 0 42px 0 16px;
  border: 1.5px solid var(--border-2);
  border-radius: 0;
  appearance: none;
  background: #fff;
  color: var(--text-dim);
  font-family: 'Source Sans Pro', 'Urbanist', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.step03-workspace #step-3 .workspace-category-select:hover,
.step03-workspace #step-3 .workspace-category-select:focus {
  border-color: var(--accent);
  outline: none;
}
