/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.form-usps {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1em; }
  .form-usps li {
    padding-left: 22px;
    position: relative; }
    .form-usps li::before {
      content: '\e90c';
      font-size: 12px;
      font-family: Icomoon, "sans-serif";
      color: var(--wp--preset--color--primary);
      position: absolute;
      top: 0;
      left: 0; }
    .form-usps li:not(:last-child) {
      margin-bottom: 10px; }

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