/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./source/components/profile-environment-tag/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
.c-profile-environment-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-height: 38px;
  padding: 8px;
  padding-right: 16px;
  border-radius: 3px;
  background-color: #fff;
}

.c-profile-environment-tag__text {
  font-weight: 500;
  font-size: 13px;
  color: #1c3c51;
}

.c-profile-environment-tag__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-profile-environment-tag__icon .icon {
  width: 20px;
  height: 20px;
}
.c-profile-environment-tag__icon .icon.ph-plus {
  width: 12px;
  height: 12px;
}

/*# sourceMappingURL=styles.css.map*/