/* Styles for [featured_voyage_locations] chips */
.fv-location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fv-location-tag {
  background: #5555550F; /* 6-digit hex + alpha as provided */
  height: 34px;
  padding: 0 14px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px; /* visually center text */
  color: #333333;
}
