.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; /* Ili: flex-start, flex-end, space-between, center */
    flex-wrap: wrap;
    gap: 0.0em; /* Razmak između stavki */
}

.footer-menu ul li {
    display: flex;
    align-items: center;
}

.footer-menu ul li::after {
    content: " •";
    padding: 0 0.5em;
}

.footer-menu ul li:last-child::after {
    content: ""; /* Ukloni bullet iza zadnje stavke */
}
@media (max-width: 767px) {
  .footer-menu ul li::after {
    content: none !important;
  }
}
.footer-menu ul li,
.footer-menu ul li a {
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
    text-decoration: none !important;
}
.sppb-article-introtext {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6em;
  max-height: 5.5em; /* 3 reda po 1.6em */
}

.sppb-article-introtext * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

#saveForm {
    background: #1e3e62 !important;
    background-color: #1e3e62 !important;
    color: #ffffff !important;
    border-color: #1e3e62 !important;
}

#saveForm:hover,
#saveForm:focus {
    background: #2e6ea6 !important;
    background-color: #2e6ea6 !important;
    border-color: #2e6ea6 !important;
    color: #ffffff !important;
}

#sp-cookie-consent {
    background-color: #1e3e62 !important;
}