/* MSN — custom stilovi nad UIkit 3 */

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.uk-logo > img { height: 58px; }

#header.uk-sticky-below {
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
}

/* Footer watermark */
#footer {
  position: relative;
  overflow: hidden;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image: url('../img/logo-footer-beli.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  transform: rotate(20deg) translateY(25px) translateX(-15px);
  opacity: 0.04;
  transform-origin: bottom right;
  z-index: 0;
}
#footer .uk-container { position: relative; z-index: 1; }

/* News slider cards */
.news-slide > li > .uk-card {
  box-shadow: none;
  border: 1px solid rgba(0,0,0,0.075);
}

/* Social dugmici */
.custom-social-hover {
  transition: all 0.2s ease-in-out !important;
}
.custom-social-hover:hover {
  background-color: #152D4D !important;
  color: #ffffff !important;
}

/* Vizija — hero */
.vizija-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 640px) { .vizija-hero { height: 260px; } }

.vizija-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.vizija-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 0 1.8rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
}
.vizija-hero-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
@media (max-width: 640px) { .vizija-hero-title { font-size: 1.6rem; } }

/* Vizija — intro tekst */
.vizija-intro p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.75;
}
.vizija-intro-img {
  width: 100%;
  border-radius: 6px;
  margin-top: 1.5rem;
  display: block;
}

/* Vizija — accordion */
.vizija-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vizija-accordion > li {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vizija-accordion > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.vizija-accordion-title {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0;
  color: #152D4D !important;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
}
.vizija-accordion-title::before { display: none !important; }
.vizija-accordion-title:hover { color: #c0392b !important; }
.vizija-accordion-icon {
  flex-shrink: 0;
  margin-left: 1rem;
  color: #152D4D;
  transition: transform 0.2s;
}
.uk-open .vizija-accordion-icon { transform: rotate(45deg); }
.vizija-accordion-content {
  padding: 0.5rem 0 1.5rem;
}
.vizija-accordion-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}
.vizija-accordion-content strong {
  color: #152D4D;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* O-nama — kartica odbornika */
.odbornik-card {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.odbornik-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.odbornik-avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 1.2rem auto 0.8rem;
  background-size: 180%;
  background-position: 50% 12%;
  background-repeat: no-repeat;
}
.odbornik-inicijali {
  background: #3a5ba0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.odbornik-inicijali span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  user-select: none;
}
.odbornik-card .card-body {
  padding: 1rem;
  text-align: center;
}
.odbornik-card .funkcija {
  font-size: 0.8rem;
  color: #152D4D;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}
.odbornik-card .ime { font-weight: 700; font-size: 1rem; margin: 0 0 0.5rem; }
.odbornik-card .kontakt { font-size: 0.85rem; color: #555; }
.odbornik-card .kontakt a { color: #152D4D; }

/* Vesti grid kartice */
.msn-vest-kartica {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none !important;
  height: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.msn-vest-kartica:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.09);
  border-color: rgba(0,0,0,0.18);
}
.msn-vest-slika-wrap {
  width: 100%;
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
}
.msn-vest-slika {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.msn-vest-body {
  padding: 1rem;
}
.msn-vest-kategorija {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 0.6rem;
  background: #faa05a;
  color: #fff !important;
  text-decoration: none !important;
}
.msn-vest-kategorija:hover {
  opacity: 0.85;
  color: #fff !important;
}
.msn-vest-kategorija[data-kat="Свет"]      { background: #2471a3; }
.msn-vest-kategorija[data-kat="Политика"]  { background: #6c3483; }
.msn-vest-kategorija[data-kat="Дешавања"] { background: #d68910; }
.msn-vest-kategorija[data-kat="Економија"] { background: #1e8449; }
.msn-vest-kategorija[data-kat="Спорт"]     { background: #c0392b; }
.msn-vest-kategorija[data-kat="Друштво"]   { background: #117a65; }
.msn-vest-datum {
  font-size: 0.78rem;
  color: #aaa;
  margin: 0 0 0.4rem;
}
.msn-vest-naslov {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}
.msn-vest-podnaslov {
  font-size: 0.82rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Vesti lista */
.vest-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.vest-item:last-child { border-bottom: none; }
.vest-item .vest-slike {
  display: grid;
  gap: 4px;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
}
.vest-item .vest-slike.slike-1 { grid-template-columns: 1fr; }
.vest-item .vest-slike.slike-2 { grid-template-columns: 1fr 1fr; }
.vest-item .vest-slike.slike-3 { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; }
.vest-item .vest-slike.slike-3 img:first-child { grid-row: 1 / 3; }
.vest-item .vest-slike.slike-4 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.vest-item .vest-slike img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.vest-item .vest-slike.slike-1 img { height: 320px; }
.vest-naslov { font-size: 1.3rem; font-weight: 700; line-height: 1.3; margin: 0 0 0.4rem; }
.vest-naslov a { color: #111; }
.vest-naslov a:hover { color: #152D4D; text-decoration: none; }
.vest-podnaslov { font-size: 1rem; font-weight: 500; color: #444; margin-bottom: 0.5rem; }
.vest-izvod { color: #555; font-size: 0.95rem; }

/* Vest detalj */
.vest-detalj-hero {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
.vest-meta { font-size: 0.85rem; color: #888; margin-bottom: 1.5rem; }
.vest-meta strong { color: #333; }

/* Galerija lightbox */
.msn-galerija {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
  margin: 2rem 0;
}
.msn-galerija a { display: block; overflow: hidden; border-radius: 4px; }
.msn-galerija img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.2s;
}
.msn-galerija img:hover { transform: scale(1.03); }

/* Video embed */
.msn-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  margin: 2rem 0;
}
.msn-video iframe, .msn-video video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/* Prev/next navigacija vesti */
.vest-prevnext {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 1.5rem;
  margin-top: 2rem;
  gap: 1rem;
}
.vest-prevnext a {
  color: #152D4D;
  font-size: 0.9rem;
  max-width: 45%;
}
.vest-prevnext .prev { text-align: left; }
.vest-prevnext .next { text-align: right; }

/* Share dugmici */
.share-buttons { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 1.5rem 0; }
.share-btn {
  padding: 0.4rem 1rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.share-btn.facebook { background: #1877f2; }
.share-btn.twitter { background: #1da1f2; }
.share-btn.viber { background: #7360f2; }

/* Razdvajanje nav menija od dugmadi */
#navbar .uk-navbar-nav { margin-right: 0; }
#navbar .uk-navbar-nav > li:last-child { margin-left: clamp(20px, 4vw, 60px); }
#navbar .uk-navbar-nav > li:last-child > a { padding-right: 0; }

/* Lat/Cir toggle */
#lat-toggle, #lat-toggle-mobile {
  font-size: 0.88rem;
  font-weight: 600;
  color: #152D4D;
  text-decoration: none;
}
#lat-toggle:hover, #lat-toggle-mobile:hover {
  color: #c0392b;
}

/* Učlani/Aktiviraj blokovi */
.msn-akcija-blok {
  display: block;
  text-decoration: none;
}
.msn-akcija-blok { text-decoration: none !important; }
.msn-akcija-blok * { text-decoration: none !important; }
.msn-akcija-blok:hover .msn-akcija-naslov { text-decoration: underline !important; }

/* Pridruzi se dugme */
.msn-btn-join {
  background: #c0392b;
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 4px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s;
  margin-left: clamp(8px, 2vw, 30px);
  line-height: 1;
  align-self: center;
}
.msn-btn-join:hover {
  background: #a93226 !important;
  color: #fff !important;
}

/* Override uk-navbar-item padding za dugme */
a.uk-navbar-item.msn-btn-join {
  padding: 8px 18px;
  min-height: unset;
}

/* ── Sidebar: Остале вести ─────────────────────── */
.msn-sidebar {
  border-left: 4px solid #152D4D;
  padding-left: 1rem;
}
.msn-sidebar-naslov {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #152D4D;
  margin: 0 0 1rem;
}
.msn-sidebar-vest {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eee;
  text-decoration: none !important;
  color: inherit;
}
.msn-sidebar-vest:hover .msn-sidebar-title { color: #c0392b; }
.msn-sidebar-thumb {
  width: 72px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
.msn-sidebar-info {
  flex: 1;
  min-width: 0;
}
.msn-sidebar-info .msn-vest-kategorija {
  font-size: 0.62rem;
  padding: 1px 6px;
  margin-bottom: 0.3rem;
}
.msn-sidebar-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #152D4D;
  line-height: 1.35;
  margin: 0.2rem 0 0.25rem;
  transition: color 0.2s;
}
.msn-sidebar-datum {
  font-size: 0.75rem;
  color: #aaa;
}
.msn-sidebar-sve {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #152D4D !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.msn-sidebar-sve:hover { color: #c0392b !important; }

.uk-nav-sub li,
.uk-nav-sub li a {
  text-align: left !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  display: block !important;
}

/* ── Општини custom dropdown ─────────────────── */
.msn-opstine-parent { position: static !important; }
.msn-opstine-dropdown {
  display: none;
  position: fixed;
  z-index: 1050;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.12);
  min-width: 200px;
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
}
.msn-opstine-dropdown.msn-open { display: block; }
.msn-opstine-dropdown ul { list-style: none; margin: 0; padding: 0; }
.msn-opstine-dropdown ul li a {
  display: block;
  padding: 6px 16px;
  color: #333;
  font-size: 0.78rem;
  text-decoration: none;
  transition: background 0.15s;
}
.msn-opstine-dropdown ul li a:hover { background: #f5f5f5; color: #152D4D; }
