/* ===============================
   NABÍDKA / SLUŽBY
================================ */
.nabidka {
  text-align: center;
}

.nabidka ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Letáky */
.letak {
  background: rgba(0,0,0,0.25);
  padding: 1.2rem;
  border-radius: 10px;
  text-align: center;
}

.letak a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1rem;
  display: inline-block;
} 