/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/


.vx-marker .marker-icon svg path,
.vx-marker .marker-icon svg circle,
.vx-marker .marker-icon i {
  fill: var(--pin);
  color: var(--pin);
}

.inline-terms-wrapper .ts-term-dropdown-list li.vx-chip-row a.flexify {
  background: var(--chip-bg, #e9ecef);
  border-radius: 12px;
  padding: .5rem .65rem;
  flex-wrap: wrap;
}
.inline-terms-wrapper .ts-term-dropdown-list li.vx-chip-row .vx-term-desc {
  display: block;
  font-size: .85em;
  opacity: .85;
  width: 100%;
  margin-top: .25rem;
}