/* Test-only: rowna szerokosc/wysokosc/ksztalt/czcionka probek w legendzie. */
.gads-rec__legenda-lista .gads-rec__legenda-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
  height: 36px !important;
  min-height: 36px !important;
  margin-left: 0 !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

/* JSX gubil spacje po </strong> — natychmiastowa poprawka na tesice. */
.gads-rec__legenda-lista li:nth-child(2) strong::after {
  content: " ";
}
