/**
 * 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
 */
.global-reviews {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 1rem; }
  @media (max-width: 980px) {
    .global-reviews {
      justify-content: center; } }
  @media (max-width: 980px) {
    .global-reviews svg path:not(.logo-feedback) {
      fill: var(--wp--preset--color--text-color); } }
  .global-reviews .feedback-company-header {
    padding: 0;
    background-color: transparent;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;
    color: var(--wp--preset--color--text-color); }
    @media (min-width: 981px) {
      .global-reviews .feedback-company-header {
        color: var(--wp--preset--color--white); } }
    .global-reviews .feedback-company-header .rating-text {
      font-weight: 400;
      font-size: 12px;
      line-height: 1; }
    .global-reviews .feedback-company-header .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; }
      .global-reviews .feedback-company-header .rating-stars::before {
        content: "\e929\e929\e929\e929\e929";
        font-family: Icomoon, "sans-serif"; }
      .global-reviews .feedback-company-header .rating-stars span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        height: 1em; }
        .global-reviews .feedback-company-header .rating-stars span::before {
          content: "\e92a\e92a\e92a\e92a\e92a";
          font-family: Icomoon, "sans-serif";
          top: 0;
          position: absolute;
          left: 0; }
    .global-reviews .feedback-company-header .start-container {
      display: flex;
      align-items: center;
      gap: 10px; }
      .global-reviews .feedback-company-header .start-container .rating {
        font-size: 16px;
        display: block !important; }
    .global-reviews .feedback-company-header .rating-stars {
      margin-block-end: 0;
      font-size: 14px;
      top: -1px; }

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