a.feedback-company {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--medium);
  padding: 1.5em 1em;
  width: 100%;
  color: var(--wp--preset--color--text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  a.feedback-company .rating-stars {
    color: var(--wp--preset--color--quaternary);
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1.2em;
    display: inline-flex;
    margin-block-end: 20px; }
    a.feedback-company .rating-stars::before {
      content: "\e929\e929\e929\e929\e929";
      font-family: Icomoon, "sans-serif"; }
    a.feedback-company .rating-stars span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      height: 1em; }
      a.feedback-company .rating-stars span::before {
        content: "\e92a\e92a\e92a\e92a\e92a";
        font-family: Icomoon, "sans-serif";
        top: 0;
        position: absolute;
        left: 0; }
  a.feedback-company .rating-text {
    font-weight: 600; }
  a.feedback-company .line {
    height: 1px;
    width: 100%;
    max-width: 110px;
    background-color: var(--wp--preset--color--border-color);
    margin: 10px auto 15px auto; }
  a.feedback-company .reviewer {
    max-width: 140px;
    margin: 0 auto; }
    a.feedback-company .reviewer .top {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      margin-bottom: 10px; }
      a.feedback-company .reviewer .top .rating {
        color: var(--wp--preset--color--tertiary); }
      a.feedback-company .reviewer .top .name {
        font-weight: 700; }
    a.feedback-company .reviewer .bottom {
      text-align: left; }

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