/* Cijelo tijelo stranice ili neki element (npr. .main-wrapper) */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #000!important; /* pozadina trake */
}

::-webkit-scrollbar-thumb {
    background-color: #5EC94E!important; /* tvoj odabrani zeleni ton */
    border-radius: 10px;
    border: 2px solid #000!important; /* obrub za kontrast */
}

/* Ovo je ograničeno – ne možeš kontrolirati border/track */
* {
    scrollbar-color: rgb(186, 215, 0) #111;
    scrollbar-width: thin;
}


a.kontakt,
a.kontakt:hover,
a.kontakt:active,
a.kontakt:focus,
a.kontakt::after,
a.kontakt:hover::after,
a.kontakt:active::after {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

.sp-megamenu-parent > li:has(> a.kontakt):after {
    content: none !important;
}

.sp-megamenu-parent > li.kontakt-item:after {
    content: none !important;
}



li.sp-menu-item.stream a, 
li.sp-menu-item.stream a:hover, 
li.sp-menu-item.stream a:focus, 
li.sp-menu-item.stream a:active,
li.sp-menu-item.stream:hover, 
li.sp-menu-item.stream:hover a, 
li.sp-menu-item.stream:hover::before, 
li.sp-menu-item.stream:hover::after {
    text-decoration: none !important;
    border-bottom: none !important;
}

li.sp-menu-item.stream a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    pointer-events: none; 
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Sora', sans-serif;
    font-size: 22px!important;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase !important;
}
.sp-megamenu-parent>li:after {
    content: "";
    width: 50px !important;
    height: 2px;
    background: #17161A;
    display: block;
    left: 16px;
    position: relative;
    bottom: 35px;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 15px 0 !important;
    cursor: pointer;
}

#sp-main-body {
    padding: 100px 0 0 0!important;
}


section#emisije.sppb-section .sppb-addon-single-image-container img {
    border-radius: 20px!important;
}


section#emisije.sppb-section .sppb-addon-sp-slider {
    border-radius: 20px!important;
}


.sppb-divider {
    border-bottom-color: #5EC94E!important;
}



div.sppb-addon.sppb-addon-text-block.popis ::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
	color: #BBD700!important;
}


@media (max-width: 576px) {
    .logo-image-phone {
        height: 50px!important;
    }
}



.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Sora', sans-serif;
    font-size: 18px!important;
    font-weight: 500!important;
    text-decoration: none;
}


.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 11px!important;
    line-height: 110px;
    font-size: 14px;
    margin: 0;
    transition: 0.3s;
}