/* Doplňkové úpravy nad vendorovanou Bulmou (bulma.css) pro mikrostránku Karel */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", Arial, sans-serif;
}

.navbar-brand img.logo-karel {
  max-height: 2.5rem;
  padding: 0.5rem 0 0.5rem 0.75rem;
}

.hero.is-karel {
  background: linear-gradient(135deg, #9A86A4 0%, #B1BCE6 100%);
}

.hero.is-karel .title,
.hero.is-karel .subtitle {
  color: #fff;
}

.section-operator img.logo-lewest {
  max-width: 220px;
  height: auto;
}

footer.footer {
  background-color: #FAFAFA;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #9A86A4;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.legal-content h2 {
  margin-top: 2rem;
}

.legal-content ol {
  padding-left: 1.5rem;
  list-style: decimal;
}

.legal-content ol ol {
  list-style-type: lower-alpha;
}

.legal-content li {
  margin-bottom: 0.5rem;
}
