/*ul.cc-golf-club-information {
    list-style-type: none;
    margin: 0;
    padding: 0;

    & li {
        margin-left: 1.5em;
    }
}
*/
ul.cc-golf-club-information {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
ul.cc-golf-club-information li {
  padding-left: var(--icon-space);
  margin-left: 0 !important;
}
ul.cc-golf-club-information li:before {
  content: "\f05a";
  /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  margin-left: calc(var(--icon-space) * -1);
  width: var(--icon-space);
}/*# sourceMappingURL=ccinformation.css.map */