.ahg-environment-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.35rem 0.35rem 0.35rem 0;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  border: 1px solid #bae6fd;
  font-size: 0.78rem;
  font-weight: 900;
}

.ahg-environment-tag[data-environment="indoor"] {
  background: #ecfeff;
  color: #155e75;
  border-color: #a5f3fc;
}

.ahg-environment-tag[data-environment="outdoor"] {
  background: #f0fdf4;
  color: #166534;
  border-color: #bbf7d0;
}

.ahg-environment-tag[data-environment="indoor-outdoor"] {
  background: #fef3c7;
  color: #92400e;
  border-color: #fde68a;
}
