/* Předsmluvní informace — sdílený blok na prodejních stránkách */
.mpz-pre-purchase {
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
  line-height: 1.55;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.25);
  background: rgba(128, 128, 128, 0.08);
  color: inherit;
  opacity: 0.92;
  text-align: left;
}
.mpz-pre-purchase a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mpz-pre-purchase strong {
  font-weight: 600;
}
.mpz-legal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1rem;
  margin-top: 0.75rem;
  font-size: 0.78rem;
}
.mpz-legal-footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
