.yotpo.bottomLine .standalone-bottomline .yotpo-bottomline a,
.yotpo-widget-instance.bottomLine .yotpo-sr-bottom-line-text {
  font-size: var(--bs-body-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: var(--bs-body-line-height-17);
  color: var(--cpap-text-text-gray) !important;
  text-decoration: underline !important;
  position: relative;
  margin-left: 4px;

  &::before {
    content: '( ';
  }

  &::after {
    content: ' )';
  }
}

.yotpo.bottomLine {
  .standalone-bottomline {
    .yotpo-bottomline {
      .yotpo-stars {
        .yotpo-icon {
          letter-spacing: 0;
        }
      }
    }
  }
}

.yotpo-reviews-main-widget {
  .yotpo-main-widget-layout {
    padding-top: 56px;

    .yotpo-reviews-list {
      .yotpo-review {
        .yotpo-verified-image-icon {
          .yotpo-avatar-initials-text {
            font-size: 18px;

            @media (max-width: 767px) {
              font-size: 16px;
            }
          }
        }
      }
    }
  }
}

.yotpo-input-wrapper {
  textarea {
    border: 1px solid var(--yotpo-form-border-black);
  }
}
