.cms-rating {
  height: var(--star-height, 20px);
  position: relative;
  width: calc(var(--star-width, 30px) * 5);
}
.cms-rating:before,
.cms-rating > span:before {
  background-repeat: repeat-x;
  background-size: var(--star-width, 30px) var(--star-height, 20px);
  bottom: 0;
  content: "";
  display: block;
  height: var(--star-height, 20px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cms-rating:before {
  background-image: url("https://img.cdndtl.co.uk/sites/moneysupermarket/stitcher/star--inactive.svg?s=a8f99eac1aa97380dde51463a5b0e2a6");
}
.cms-rating:before,
.cms-rating > span {
  width: calc(var(--star-width, 30px) * 5);
}
.cms-rating > span {
  display: block;
  height: var(--star-height, 20px);
  overflow: hidden;
  position: absolute;
  text-indent: -10000px;
}
.cms-rating > span:before {
  background-image: url("https://img.cdndtl.co.uk/sites/moneysupermarket/stitcher/star--active.svg?s=fc1ad7d11c8ecf4770dc8e14ce4c7321");
  text-indent: 10000px;
}
.dtl-cta {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0 solid transparent;
  border-radius: 4px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.2;
  margin: 0;
  outline: 0;
  padding: 14px 18px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out,
    box-shadow 0.1s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.dtl-cta,
.dtl-cta:active,
.dtl-cta:focus,
.dtl-cta:hover {
  text-decoration: none;
}
.dtl-cta:hover {
  cursor: pointer;
}
.dtl-cta__content-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.dtl-cta__text {
  text-transform: none;
}
.dtl-cta--primary {
  background: #3283e0;
  border-color: #3283e0;
  border-width: 0;
  box-shadow: none;
  color: #fff;
}
.dtl-cta--primary:active,
.dtl-cta--primary:focus,
.dtl-cta--primary:hover {
  background: #7a3f9d;
  border-color: #7a3f9d;
  color: #fff;
}
.dtl-cta--primary-inverted {
  background: #e40ecd;
  color: #fff;
}
.dtl-cta--primary-inverted:active,
.dtl-cta--primary-inverted:focus,
.dtl-cta--primary-inverted:hover {
  background: #d10abc;
  color: #fff;
}
.dtl-cta--primary-inverted:focus:before {
  border: 2px solid #011054;
  border-radius: 6px;
  bottom: -4px;
  content: " ";
  left: -4px;
  pointer-events: none;
  position: absolute;
  right: -4px;
  top: -4px;
}
.dtl-cta--secondary {
  background: transparent;
  border-color: #c13b58;
  border-width: 0;
  box-shadow: inset 0 0 0 3px #c13b58;
  color: #c13b58;
}
.dtl-cta--secondary:active,
.dtl-cta--secondary:focus,
.dtl-cta--secondary:hover {
  background: #fff;
  border-color: #c13b58;
  box-shadow: inset 0 0 0 5px #c13b58;
  color: #c13b58;
}
.dtl-cta--secondary-inverted {
  background: transparent;
  box-shadow: inset 0 0 0 3px #fff;
  color: #fff;
}
.dtl-cta--secondary-inverted:active,
.dtl-cta--secondary-inverted:focus,
.dtl-cta--secondary-inverted:hover {
  box-shadow: inset 0 0 0 5px #fff;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .dtl-cta {
    font-size: 16px;
    padding: 14px 18px;
  }
}
.review-full-width {
  background: #fff;
  color: #c13b58;
  padding: 24px 24px 40px;
  text-align: center;
}
.review-full-width__title {
  color: var(--font-color-inverted, #3283e0);
  font-family: "Poppins", , Quicksand, "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.review-full-width__score {
  flex: 0 1 auto;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 700;
}
.review-full-width__score-out-of {
  font-size: 20px;
}
.review-full-width__score-from-reviews {
  display: block;
  font-family: arial;
  font-size: 12px;
  font-weight: 100;
  margin-top: -5px;
}
.review-full-width__logo {
  height: 28px;
  padding-right: 10px;
  width: 116px;
}
.review-full-width__rating {
  height: 20px;
  margin: 0 auto;
}
.review-full-width__footer a {
  border: none;
  font-size: 16px;
}
.review-full-width .dtl-cta__review--smaller {
  font-weight: 400;
  padding: 15px 25px;
}
.review-full-width--inverted {
  background: #0974f1;
  color: #fff;
}
.review-full-width--inverted__title {
  color: var(--font-color-inverted, #fff);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .review-full-width__score,
  .review-full-width__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .review-full-width__score-from-reviews {
    font-size: 14px;
    margin-top: -10px;
  }
}
