/* --- Základné nastavenia tela stránky --- */
body {
  font-family: Arial, sans-serif;
  background: url('https://www.pestucci.sk/wp-content/uploads/2025/05/raw-pasta-with-tomato-black-olives-with-basil-leaf-scaled.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 0.5cm;
  margin: 0;
  color: #000;
  position: relative;
  z-index: 0;
}

/* Polopriehľadný biely filter nad pozadím pre lepšiu čitateľnosť */
body::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

/* --- Kontajnery --- */
.menu-container {
  max-width: 960px;
  margin: 0 auto;
}

/* --- Menu zoznam --- */
.menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.4;
}

/* --- Položky menu --- */
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.3rem 0;
  color: #000;
}

.menu-item .name {
  flex-grow: 1;
  font-weight: 500;
  padding-left: 0.5cm;
  text-align: left;
}

.menu-item .price {
  font-weight: 700;
  color: #1f8e4d;
  padding-right: 0.5cm;
  text-align: right;
  min-width: 80px;
}

/* --- Nadpisy --- */
h1, h2 {
  color: #2a7a2a;
  font-weight: 800;
  text-align: center;
}

h1 {
  font-weight: 500;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

h2 {
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
}

/* --- Formuláre --- */
form {
  max-width: 960px;
  margin: 0 auto 2rem auto;
  background: #f8f8f8;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

textarea {
  width: 100%;
  font-family: monospace;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  box-sizing: border-box;
}

button {
  background-color: #2a7a2a;
  color: white;
  border: none;
  padding: 0.6rem 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-right: 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #1e4f1e;
}

/* --- Alergény text --- */
.allergens {
  font-size: 1.5rem;
  color: #555;
  margin-top: 2rem;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name {
  flex-grow: 1;
  text-align: left;
}

.price {
  min-width: 80px;
  text-align: right;
}
