/* Toys, Games & Licensed Products page refinements. */

/* Keep every client mark sharp and at its natural proportions. */
.toys-games-page .toys-logo-carousel .thc-c-c17e1d91ead,
.toys-games-page .toys-logo-carousel .thc-c-e76cc3a5831 {
  overflow: hidden;
  background: #fff;
}

.toys-games-page .toys-logo-carousel img {
  width: auto !important;
  height: auto !important;
  max-width: min(82%, 220px) !important;
  max-height: 76px !important;
  object-fit: contain !important;
  object-position: center !important;
  image-rendering: auto;
}

/* The legacy icon-font quote could display as a question mark. This uses the
   same quotation treatment without relying on a private-use font glyph. */
.toys-games-page .thc-c-fdd51c15ecb {
  display: inline-flex;
  width: 42px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #34cbaa;
  font-style: normal;
}

.toys-games-page .thc-c-fdd51c15ecb::before {
  content: "“" !important;
  display: block;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.75;
}

/* Testimonial company marks sit inside several differently sized legacy
   frames. Centering and containing them prevents stretching and blur. */
.toys-games-page .thc-c-031868c91be {
  display: flex !important;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #fff;
}

.toys-games-page .thc-c-031868c91be .thc-c-59c8121fda3 {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  image-rendering: auto;
}

@media (max-width: 767px) {
  .toys-games-page .toys-logo-carousel img {
    max-width: min(80%, 160px) !important;
    max-height: 62px !important;
  }
}
