.lokacija-detalj {
  background: #f8fafc;
  padding: 80px 0;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.breadcrumb a {
  color: #10b981;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Naslov i meta opis */
.lokacija-detalj h1 {
  font-size: 2.2rem;
  text-align: center;
  color: #0f172a;
  margin-bottom: 12px;
  font-weight: 700;
}

.lokacija-subtitle {
  text-align: center;
  color: #475569;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Glavni sadržaj */
.lokacija-content {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  color: #334155;
  line-height: 1.75;
}

.lokacija-content h2 {
  color: #0f172a;
  font-size: 1.4rem;
  margin-top: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  border-left: 4px solid #10b981;
  padding-left: 10px;
}

.lokacija-content p {
  margin: 0 0 14px 0;
  color: #334155;
}

/* ✅ Liste sa normalnim tačkicama */
.lokacija-content ul,
.lokacija-content ol {
  margin: 10px 0 20px 25px;
  padding: 0;
  list-style-position: outside;
}

.lokacija-content ul {
  list-style-type: disc;
}

.lokacija-content ol {
  list-style-type: decimal;
}

.lokacija-content li {
  margin: 4px 0;
  line-height: 1.6;
  color: #334155;
}

.lokacija-content strong {
  color: #0f172a;
  font-weight: 600;
}

.lokacija-content em {
  color: #475569;
  font-style: italic;
}

.lokacija-content a {
  color: #10b981;
  text-decoration: none;
  font-weight: 500;
}

.lokacija-content a:hover {
  text-decoration: underline;
}

/* Kontakt i dugmad */
.lokacija-contact {
  text-align: center;
  margin-top: 45px;
}

.lokacija-contact h3 {
  color: #0f172a;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.lokacija-contact h3 {
  color: #0f172a;
  font-size: 1.2rem;
  margin-bottom: 16px; /* povećan razmak ispod naslova */
}

.lokacija-contact p {
  margin-bottom: 20px; /* razmak između teksta i dugmeta */
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}


.lokacija-contact a.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #10b981;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}

.lokacija-contact a.btn-contact:hover {
  background: #0e9b71;
}

/* Nazad link */
.back-link {
  text-align: center;
  margin-top: 50px;
}

.back-link a {
  color: #475569;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1f5f9;
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.back-link a:hover {
  background: #10b981;
  color: #fff;
}

/* Uklanja liniju ispod telefonskog broja u kontakt sekciji */
.lokacija-contact a[href^="tel"] {
  text-decoration: none;
  color: #10b981;
  font-weight: 600;
}

.lokacija-contact a[href^="tel"]:hover {
  text-decoration: underline; /* možeš ukloniti ako ne želiš ni na hover */
}
