.upravnik-wrapper {
  font-family: "Outfit", sans-serif;
  max-width: 1100px;
  margin: auto;
}

.upravnik-card {
  font-family: "Outfit", sans-serif;
  background: rgba(255, 2545, 255, 0.8);
  backdrop-filter: blur(10);
  border-radius: 20px;
  padding: 20px;
  color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
  .upravnik-card {
    padding: 20px 10px;
    border-radius: 10px;
  }
}

.upravnik-select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #1e1e1e;
  background: transparent;
  font-size: 16px;
  margin: 10px 0 !important;
  outline: none;
}

.hidden {
  display: none;
}

.buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.manager-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0;
}

#next-city,
#next-building {
  background: #0087ca !important;
  color: white !important;
  font-weight: 700 !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  border: 1px solid #0087ca !important;
}

#next-city:hover,
#next-building:hover {
  background: #0b5f80 !important;
  border: 1px solid #0b5f80 !important;
}

#next-city:hover > svg > path,
#next-building:hover > svg > path {
  fill: #0b5f80 !important;
  stroke: #0b5f80 !important;
}

#back-city,
#back-building {
  background: white !important;
  color: #0087ca !important;
  font-weight: 700 !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  border: 1px solid #0087ca !important;
}

#back-city > svg > rect,
#back-building > svg > rect {
  fill: #0087ca !important;
}

#back-city:hover,
#back-building:hover {
  background: #0087ca !important;
  color: white !important;
  border: 1px solid #0087ca !important;
}

#back-city:hover > svg > rect,
#back-building:hover > svg > rect {
  fill: white !important;
}

#back-city:hover > svg > path,
#back-building:hover > svg > path {
  fill: #0087ca !important;
  stroke: #0087ca !important;
}

.contact-btn,
.btn-back {
  background: #0b5f80;
  color: white !important;
  font-weight: 700;
  padding: 5px 25px 5px 5px !important;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex !important; /* makes icon + text sit in a row */
  align-items: center; /* vertical alignment */
  gap: 15px; /* space between icon and text */ /* optional: remove underline */
}

.btn-next {
  background: #0b5f80;
  color: white !important;
  font-weight: 700;
  padding: 5px 5px 5px 25px !important;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex !important; /* makes icon + text sit in a row */
  align-items: center; /* vertical alignment */
  gap: 15px; /* space between icon and text */ /* optional: remove underline */
}

.contact-btn svg,
.btn-next svg,
.btn-back svg {
  display: block; /* removes inline SVG baseline weirdness */
}
