.main-container {
  width: 100vw;
  max-width: none;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.main-container-inner {
  display: flex;
  max-width: 1200px;
  width: 97vw;
  justify-content: flex-end;
}

.article-subtitle {
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Overpass", "sans-serif";
  color: #5b7480;
  font-weight: 400;
  font-size: 20px;
  max-width: 90vw;
  width: 450px;
}

.review-banner {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7vh;
  padding: 1rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.review-banner-inner, .review-banner-inner-lower {
  width: 90vw;
  max-width: 1300px;
  text-align: center;
}

.review-banner-inner-lower {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.review-score-column {
  width: 40%;
}

.review-logo-column, .review-author-column {
  width: 20%;
  min-width: 225px;
}

.total-score {
  font-size: 5rem;
  margin: 0;
  font-weight: 700;
  color: #30343f;
}

.score-container {
  display: flex;
  justify-content: center;
}

.score-inner {
  margin: 0 1.2vw;
}

.specific-score {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3579a1;
}

.score-label p {
  font-weight: 700;
  margin-top: 0;
  color: #333333;
}

.review-logo-column img {
  width: 90%;
  height: auto;
  min-width: 225px;
}

.review-author-column img {
  width: 100px;
  border-radius: 50%;
}

.review-author-column p {
  font-weight: 600;
  font-size: 15px;
}

.button-row {
  height: 50px;
  margin-top: -0.5rem;
}

/* Block: Inline CTA */

.inline-cta-box {
  margin: 1rem 2rem;
  padding: 1rem 0 !important;
  display: flex;
  flex-direction: row;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.inline-cta-box .left {
  flex-basis: 40%;
  display: flex;
  align-items: center;
}

.inline-cta-box .left figure {
  width: 100%;
}

.inline-cta-box .left figure img {
  width: 100%;
}

.inline-cta-box .right {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inline-cta-box .right p {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.1rem;
}

.inline-cta-box .right .inline-cta-button {
  background-color: var(--primary-color);
  color: #fff;
  font-family: "Overpass", "sans-serif";
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
}

.inline-cta-box .right .inline-cta-button a {
  padding: 7px 50px;
  font-size: 14px;
  color: #fff;
  background-color: unset;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

/* Media queries */

@media only screen and (max-width: 1024px) {
  .inline-cta-box {
    margin: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .inline-cta-box .left {
    flex-basis: 25%;
  }
  .inline-cta-box .left figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .inline-cta-box .left figure img {
    width: 60%;
  }
  .inline-cta-box .right {
    flex-basis: 75%;
  }
  .inline-cta-box .right .inline-cta-button {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1350px) {
  .review-banner-inner, .review-banner-inner-lower {
    width: 100vw;
  }
  .review-logo-column {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 960px) {
  .main-container-inner {
    justify-content: center;
  }
  .review-author-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .review-score-column {
    width: 30%;
  }
  .score-container {
    flex-wrap: wrap;
  }
  .score-inner {
    margin: 0;
    width: 50%;
  }
}

@media screen and (max-width: 760px) {
  .review-banner-inner-lower {
    flex-direction: column;
    align-items: center;
  }
  .score-container {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .share-container p:first-of-type {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
  }
}

@media screen and (max-width: 470px) {
  .text-content> :not(aside):not(.share-container):not(ol):not(ul) {
    padding: 0 1rem;
  }
  .text-content>ul, .text-content>ol {
    margin: 0 1rem;
  }
}