.close-accordion-buyers-guide-heading.collapsed img {
  opacity: .5;
  transform: rotate(0deg);
}

/* Doing it this way allows us to have a slick slider inside the accordion */
.close-accordion-content.collapsed {
height: 0px;
overflow-y: hidden;
margin-bottom: 0;
}

.block-buyers-guide .buyers-guide-logo {
  max-width: 100%;
  max-height: 7rem;
}

@media screen and (min-width: 480px) {
  .block-buyers-guide .buyers-guide-logo {
    max-width: 24rem 
  }
}

@media screen and (min-width: 996px) {
  .logo-rating-wrapper {
    height: 8rem; 
  }
}

.star-mask {
  mask-image: url('https://theclose.com/wp-content/themes/theclose/assets/images/icons/star-mask.svg');
  -webkit-mask-image: url('https://theclose.com/wp-content/themes/theclose/assets/images/icons/star-mask.svg');
  mask-size: cover;
  -webkit-mask-size: cover;
  }
