/* V6.6.1 keeps result-page Maths Buddies visual-only. */
.buddy-result-zone {
  height: 150px;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
  overflow: hidden;
}

.buddy-result-sticker {
  z-index: 1;
  display: block;
  width: min(190px, 76%);
  height: 146px;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(45, 29, 80, .16));
}

@media (max-width: 760px) {
  .buddy-result-zone {
    height: 128px;
  }

  .buddy-result-sticker {
    width: min(165px, 72%);
    height: 124px;
  }
}

@media (max-width: 390px), (max-height: 650px) {
  .buddy-result-zone {
    height: 106px;
  }

  .buddy-result-sticker {
    width: min(142px, 68%);
    height: 102px;
  }
}
