/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.tribe-key-players h4 {
  font-size: 16px;
  line-height: 1;
  padding: 0 0 0 5px;
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: var(--e-global-color-blocksy_palette_1);
}
.tribe-key-players ul {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.tribe-key-players ul li {
  list-style: none;
}
.tribe-key-players ul a {
  color: var(--e-global-color-secondary);
  font-size: 13px;
  font-weight: 500;
}
.tribe-key-players ul a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  background-image: url("https://www.watercanada.net/wp-content/uploads/2025/09/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

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