.mapa-moduly {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.moduly-rada {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.modul_box,
.podmodul_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.modul_box img,
.podmodul_box img {
  display: block;
  margin: 0 auto 10px;
  max-width: 80px;
  height: auto;
}

.modul_box h4,
.podmodul_box p {
  margin: 0 auto 10px;
  padding: 0;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.modul-podmenu {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  transition: all 0.2s ease-in-out;
}

.menu-icon p {
  margin-top: 6px;
  font-size: 13px;
}

.mapa-panel-vystup {
  margin-top: 30px;
  background: #2c1a40;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
}

.mapa-panel-vystup form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  color: #111;
  text-align: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}


.mapa-dashboard-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.mapa-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  padding: 10px;
}

.mapa-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

.mapa-box h3 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.panel-box {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
