.pan-trustpilot-bar {
  margin-bottom: 4rem;
  padding: 0 2rem 1rem 2rem;
  background-color: #f5f5f5;
}

.pan-trustpilot-bar--header {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.pan-trustpilot-bar--header .separator {
  width: 40px;
  background-color: #00b67a;
  height: 3px;
  margin: auto 3rem;
}

.pan-trustpilot-bar--header a {
  padding: 0.8rem 0;
  margin-left: -2px;
  text-decoration: none !important;
  color: #333;
}

.pan-trustpilot-bar--header a > span {
  font-size: 14px !important;
  vertical-align: middle;
}

.pan-trustpilot-bar--header a > img {
  width: 98px !important;
  vertical-align: middle;
  margin-left: 4px;
  transform: translateY(-4px);
}

.pan-trustpilot-bar--header > div:first-child {
  display: flex;
  align-items: center;
}

.pan-trustpilot-bar--header > div:first-child span:first-child {
  font-weight: 600;
  font-size: 17px;
  margin-right: .5rem;
}

.pan-trustpilot-bar--header > div:first-child img {
  width: 120px;
  transform: translateY(-2px);
}

.pan-trustpilot-bar--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 7%;
  row-gap: 2rem;
  text-align: center;
  padding: 1.85rem 0 2.8rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

.pan-trustpilot-bar--grid > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.pan-trustpilot-bar--rating {
  width: 120px;
  margin: 0 auto 1rem;
}

.pan-trustpilot-bar--excerpt {
  flex: 1;
  padding: 0 1rem;
}

p.pan-trustpilot-bar--author {
  margin-bottom: 0;
  font-weight: 600;
}

.pan-trustpilot-bar p {
  color: #0f2116;
}

@media only screen and (min-width: 768px) {
  .pan-trustpilot-bar--grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pan-trustpilot-bar--header {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1024px) {
  .pan-trustpilot-bar--grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .pan-trustpilot-bar--header {
    flex-direction: row;
    align-items: center;
    row-gap: unset;
  }
}
