/* Product page badges: explicit age/player labels and standalone language flags. */
body#product .product-badges-capsule > .product-badge-pill.feature,
body#product .product-badges-capsule > .product-badge-pill.condition {
  gap: 6px;
  white-space: nowrap;
}

body#product .product-language-standalone {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 8px;
  text-align: center;
}

body#product .product-language-standalone-title {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 7px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

body#product .product-col-info .product-language-standalone-title {
  color: #333;
  text-shadow: none;
}

body#product .product-language-standalone-flags .product-language-flags {
  justify-content: center;
}

body#product .product-language-standalone-flags svg {
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
  object-fit: cover;
}

body#product .product-full-block .product-cover-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body#product .product-full-block .product-cover-fallback img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}

@media (max-width: 767px) {
  body#product .product-language-standalone {
    margin-top: 6px;
  }

  body#product .product-language-standalone-title {
    font-size: 0.95rem;
  }

  body#product .product-full-block .product-cover-fallback img {
    max-height: 280px;
  }
}
