.nabidka {
  margin: 0 auto;
  min-width: 20rem;
  max-width: 48rem;
}

h3.datum {
  padding-bottom: 1rem;
}

.dostupne_ano {
  list-style: none;
  text-transform: uppercase;
  align-items: center;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: 900;
  border-radius: 1rem;
  padding: 1.5rem;
  margin: 1rem 2rem;
}

.dostupne_ne {
  display: none;
}

/* .zavreno {
  display: none;
} */
