/*  Imports */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
/*
** Fonts
*/
/*
** media query widths
*/
#advertiser-profile-review {
  padding: 40px 0; }
  #advertiser-profile-review .body_content {
    display: flex;
    flex-direction: column; }
    #advertiser-profile-review .body_content .review {
      background: #ffffff;
      margin-bottom: 20px;
      border-radius: 16px;
      box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.1);
      padding: 25px; }
      #advertiser-profile-review .body_content .review .review-header .photo-user {
        display: flex;
        margin-right: 10px; }
      #advertiser-profile-review .body_content .review .review-header .photo {
        border-radius: 50%;
        border: 2px solid #838395;
        width: 40px;
        height: 40px !important; }
      #advertiser-profile-review .body_content .review .review-header .score {
        color: #9F9FAD;
        margin-bottom: 10px; }
      #advertiser-profile-review .body_content .review p {
        margin-bottom: 0; }
  @media (max-width: 767px) {
    #advertiser-profile-review .review {
      padding: 10px; } }

/*# sourceMappingURL=advertiser-profile-review.css.map */
