/* _content/Oks.Front/Pages/Components/HomePage/Counter.Razor.rz.scp.css */
:host[b-oc5aes71n5] {
    display: block;
}

.hero-counter-compact[b-oc5aes71n5] {
    position: absolute;
    z-index: 30;
    width: min(760px, calc(100% - 28px));
    pointer-events: none;
}



.counter-shell[b-oc5aes71n5] {
    padding: 10px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}


.counter-layout[b-oc5aes71n5] {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.counter-logo-side[b-oc5aes71n5] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-logo[b-oc5aes71n5] {
    display: block;
    max-width: 110px;
    max-height: 86px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.98;
}

.counter-content[b-oc5aes71n5] {
    min-width: 0;
}

.counter-wrapper[b-oc5aes71n5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.counter-title[b-oc5aes71n5] {
    margin: 0 0 8px 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: clamp(11px, 0.95vw, 14px);
    line-height: 1.3;
    font-weight: 500;
    color: #132a5a;
    letter-spacing: 0;
}

.counter-grid[b-oc5aes71n5] {
    display: grid;
    grid-template-columns: repeat(4, minmax(44px, 1fr));
    gap: 7px;
    width: 100%;
}

.counter-card[b-oc5aes71n5] {
    padding: 6px 6px 5px 6px;
    border-radius: 10px;
    background: linear-gradient(180deg, #16346f 0%, #132a5a 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 6px 14px rgba(19, 42, 90, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-align: center;
    perspective: 500px;
}

.counter-number[b-oc5aes71n5] {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 0.92;
    font-weight: 500;
    color: #ffffff;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.2px;
    transform-origin: center center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.counter-number.is-flipping[b-oc5aes71n5] {
    animation: counterFlip-b-oc5aes71n5 0.32s ease;
}

@keyframes counterFlip-b-oc5aes71n5 {
    0% {
        transform: rotateX(0deg);
        opacity: 1;
    }

    45% {
        transform: rotateX(-90deg);
        opacity: 0.55;
    }

    55% {
        transform: rotateX(90deg);
        opacity: 0.55;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.counter-label[b-oc5aes71n5] {
    margin-top: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 8px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: rgba(255, 255, 255, 0.84);
    text-transform: uppercase;
}

.expired .counter-title[b-oc5aes71n5] {
    margin-bottom: 0;
}


@media (max-width: 768px) {


    .hero-counter-compact[b-oc5aes71n5] {
        position: static;
        transform: none !important;
        width: calc(100% - 16px);
        margin: 12px auto 0 auto;
        left: auto !important;
        top: auto !important;
        pointer-events: auto;
    }

    .counter-shell[b-oc5aes71n5] {
        padding: 10px;
        border-radius: 14px;
    }

    .counter-layout[b-oc5aes71n5] {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .counter-logo-side[b-oc5aes71n5] {
        justify-content: center;
    }

    .counter-logo[b-oc5aes71n5] {
        max-width: 58px;
        max-height: 46px;
    }

    .counter-title[b-oc5aes71n5] {
        margin-bottom: 8px;
        max-width: none;
        font-size: 10px;
    }

    .counter-grid[b-oc5aes71n5] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .counter-card[b-oc5aes71n5] {
        padding: 6px 4px;
    }

    .counter-number[b-oc5aes71n5] {
        font-size: 18px;
    }

    .counter-label[b-oc5aes71n5] {
        font-size: 7px;
    }
}
/* _content/Oks.Front/Pages/Components/HomePage/Hero.razor.rz.scp.css */
.hero-image[b-5b1jehfy64] {
    position: relative;
}

    .hero-image img[b-5b1jehfy64] {
        display: block;
        width: 100%;
        height: auto;
    }
/* _content/Oks.Front/Pages/HomePage/HomePromoCarousel.razor.rz.scp.css */
.home-promo-card[b-8ht0rrfjch] {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #0f2147;
    box-shadow: 0 18px 45px rgba(19, 42, 90, 0.18);
}

.home-promo-carousel[b-8ht0rrfjch] {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 467;
    min-height: 320px;
}

.home-promo-slide[b-8ht0rrfjch] {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
    text-decoration: none;
}

    .home-promo-slide.is-active[b-8ht0rrfjch] {
        opacity: 1;
        pointer-events: auto;
        z-index: 2;
    }

.home-promo-image[b-8ht0rrfjch] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-promo-overlay[b-8ht0rrfjch] {
    position: absolute;
    inset: 0;
    background: transparent;
    /*background: linear-gradient(90deg, rgba(8, 20, 47, 0.82) 0%, rgba(8, 20, 47, 0.58) 35%, rgba(8, 20, 47, 0.15) 100%), linear-gradient(180deg, rgba(8, 20, 47, 0.05) 0%, rgba(8, 20, 47, 0.25) 100%);*/
}

.home-promo-content[b-8ht0rrfjch] {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 40px 40px 40px 80px; /* ovde menjaš levo/desno/gore/dole */
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.home-promo-text-block[b-8ht0rrfjch] {
    width: min(980px, 100%); /* ovde menjaš širinu subtitle + title bloka */
    margin-top: 6%; /* ovde pomeraš subtitle + title gore/dole */
}

.home-promo-subtitle[b-8ht0rrfjch] {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.home-promo-title[b-8ht0rrfjch] {
    width: 100%;
    max-width: 980px; /* ovde menjaš maksimalnu širinu naslova */
    font-size: clamp(30px, 4.6vw, 54px);
    line-height: 1.02;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.home-promo-button[b-8ht0rrfjch] {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-promo-slide:hover .home-promo-button[b-8ht0rrfjch] {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.32);
}

.home-promo-arrow[b-8ht0rrfjch] {
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    cursor: pointer;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 0.2s ease, transform 0.2s ease;
}

    .home-promo-arrow:hover[b-8ht0rrfjch] {
        background: rgba(255, 255, 255, 0.28);
    }

.home-promo-arrow-left[b-8ht0rrfjch] {
    left: 20px;
}

.home-promo-arrow-right[b-8ht0rrfjch] {
    right: 20px;
}

.home-promo-dots[b-8ht0rrfjch] {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 4;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.home-promo-dot[b-8ht0rrfjch] {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .home-promo-dot.is-active[b-8ht0rrfjch] {
        background: #ffffff;
        transform: scale(1.15);
    }

@media (max-width: 991.98px) {
    .home-promo-content[b-8ht0rrfjch] {
        padding: 32px 28px 32px 28px;
    }

    .home-promo-text-block[b-8ht0rrfjch] {
        width: min(700px, 100%);
        margin-top: 1%;
    }

    .home-promo-carousel[b-8ht0rrfjch] {
        min-height: 280px;
    }
}

@media (max-width: 767.98px) {
    .home-promo-card[b-8ht0rrfjch] {
        border-radius: 20px;
    }

    .home-promo-carousel[b-8ht0rrfjch] {
        aspect-ratio: 16 / 10;
        min-height: 240px;
    }

    .home-promo-content[b-8ht0rrfjch] {
        padding: 24px 20px 24px 20px;
    }

    .home-promo-text-block[b-8ht0rrfjch] {
        width: 100%;
        margin-top: 0;
    }

    .home-promo-subtitle[b-8ht0rrfjch] {
        font-size: 11px;
        letter-spacing: 1.4px;
        margin-bottom: 10px;
    }

    .home-promo-title[b-8ht0rrfjch] {
        font-size: clamp(24px, 7vw, 34px);
        line-height: 1.05;
    }

    .home-promo-button[b-8ht0rrfjch] {
        font-size: 11px;
        letter-spacing: 1.4px;
        padding: 11px 14px;
    }

    .home-promo-arrow[b-8ht0rrfjch] {
        width: 40px;
        height: 40px;
    }
}
/* _content/Oks.Front/Pages/HomePage/Index.razor.rz.scp.css */
.home-section-header[b-3i9zb342up] {
    text-align: center;
    margin-bottom: 26px;
}

.home-section-title-wrap[b-3i9zb342up] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.home-section-title[b-3i9zb342up] {
    margin: 0;
    text-align: center;
}

.home-section-line[b-3i9zb342up] {
    width: 90px;
    height: 1px;
    flex: 0 0 auto;
    background: linear-gradient( 90deg, rgba(19, 42, 90, 0), rgba(19, 42, 90, 0.35), rgba(19, 42, 90, 0.9), rgba(19, 42, 90, 0.35), rgba(19, 42, 90, 0) );
}

.reveal-on-scroll[b-3i9zb342up] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}

    .reveal-on-scroll.is-visible[b-3i9zb342up] {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }


.home-footer-ticker-wrap[b-3i9zb342up] {
    margin-top: 40px;
    margin-bottom: -48px;
}

@media (max-width: 991.98px) {
    .sponsors-home-section[b-3i9zb342up]  .sponsors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-section-line[b-3i9zb342up] {
        width: 52px;
    }
}

@media (max-width: 575.98px) {
    .sponsors-home-section[b-3i9zb342up]  .sponsors-grid {
        grid-template-columns: 1fr;
    }

    .home-section-title-wrap[b-3i9zb342up] {
        gap: 12px;
    }

    .home-section-line[b-3i9zb342up] {
        width: 34px;
    }

    .home-section-header[b-3i9zb342up] {
        margin-bottom: 20px;
    }
}
/* _content/Oks.Front/Pages/OksClanovi/ClanoviOks.razor.rz.scp.css */
/* ROW layout */
.oks-member-card[b-8z2u4fmlak] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    cursor: pointer;
    transition: background 0.2s ease;
}


    .oks-member-card:hover[b-8z2u4fmlak] {
        background: rgba(0, 0, 0, 0.03);
    }


/* LEVO logo */
.oks-member-image-wrap[b-8z2u4fmlak] {
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    line-height: 0; /* KLJUČNO */


    width: 150px; /* max prostor za širinu */
    height: 90px; /* max visina */
    flex: 0 0 150px; /* fiksna širina kolone */

    display: flex;
    align-items: center;
    justify-content: flex-start; /* da ide ulevo, ne centar */
}

.oks-member-image[b-8z2u4fmlak] {
    max-width: 150px;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;


    display: block; /* KLJUČNO */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* DESNO tekst */
.oks-member-text[b-8z2u4fmlak] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
}

/* title */
.oks-member-title[b-8z2u4fmlak] {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--color-primary);
}

/* link */
.oks-member-site[b-8z2u4fmlak] {
    font-size: 14px;
    line-height: 1.4;
}

    .oks-member-site .ui-link-external[b-8z2u4fmlak] {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

        .oks-member-site .ui-link-external i[b-8z2u4fmlak] {
            font-size: 12px;
            transition: transform 0.2s ease;
        }

        .oks-member-site .ui-link-external:hover[b-8z2u4fmlak] {
            text-decoration: none;
        }

            .oks-member-site .ui-link-external:hover i[b-8z2u4fmlak] {
                transform: translateX(2px);
            }
/* _content/Oks.Front/Pages/Sponzori/SponsorsTicker.razor.rz.scp.css */
.oks-sponsors-ticker[b-0vu5l9udz1] {
    background: #132a5a;
    overflow: hidden;
}

.oks-sponsors-ticker__viewport[b-0vu5l9udz1] {
    width: 100%;
    overflow: hidden;
}

.oks-sponsors-ticker__track[b-0vu5l9udz1] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    padding: 16px 0;
    animation: oksSponsorsTickerMove-b-0vu5l9udz1 38s linear infinite;
}

.oks-sponsors-ticker__viewport:hover .oks-sponsors-ticker__track[b-0vu5l9udz1] {
    animation-play-state: paused;
}

.oks-sponsors-ticker__item[b-0vu5l9udz1] {
    flex: 0 0 auto;
    width: 200px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid rgba(19, 42, 90, 0.10);
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(19, 42, 90, 0.05);
}

.oks-sponsors-ticker__logo[b-0vu5l9udz1] {
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
    display: block;
    border: none;
    outline: none;
    box-shadow: none;
}

@keyframes oksSponsorsTickerMove-b-0vu5l9udz1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .oks-sponsors-ticker__track[b-0vu5l9udz1] {
        gap: 14px;
        padding: 12px 0;
        animation-duration: 26s;
    }

    .oks-sponsors-ticker__item[b-0vu5l9udz1] {
        width: 150px;
        height: 64px;
        padding: 10px 12px;
    }

    .oks-sponsors-ticker__logo[b-0vu5l9udz1] {
        max-height: 36px;
    }
}
/* _content/Oks.Front/Pages/Sponzori/Sponzori.razor.rz.scp.css */
/* ===== SPONSORS PAGE ===== */

.sponsors-list[b-kxz2e64y5a] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sponsor-card[b-kxz2e64y5a] {
    display: flex;
    align-items: center;
    gap: 28px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--color-border, #d9e1ea);
    border-radius: 22px;
    padding: 26px 30px;
    box-shadow: 0 8px 24px rgba(19, 42, 90, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

a.sponsor-card:hover[b-kxz2e64y5a] {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(19, 42, 90, 0.10);
    border-color: rgba(50, 159, 220, 0.45);
}

.sponsor-card-logo-wrap[b-kxz2e64y5a] {
    flex: 0 0 260px;
    width: 260px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(19, 42, 90, 0.08);
    border-radius: 18px;
}

.sponsor-card-logo[b-kxz2e64y5a] {
    max-width: 100%;
    max-height: 110px;
    object-fit: contain;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    display: block;
}

.sponsor-card-content[b-kxz2e64y5a] {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.sponsor-card-title[b-kxz2e64y5a] {
    margin-bottom: 10px;
    color: var(--color-primary, #132a5a);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.sponsor-card-text[b-kxz2e64y5a] {
    color: var(--color-text, #334155);
    font-size: 1rem;
    line-height: 1.7;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {
    .sponsor-card[b-kxz2e64y5a] {
        gap: 22px;
        padding: 22px;
    }

    .sponsor-card-logo-wrap[b-kxz2e64y5a] {
        flex: 0 0 220px;
        width: 220px;
    }

    .sponsor-card-logo[b-kxz2e64y5a] {
        max-height: 95px;
    }
}

@media (max-width: 767px) {
    .sponsor-card[b-kxz2e64y5a] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 18px;
        padding: 20px;
    }

    .sponsor-card-logo-wrap[b-kxz2e64y5a] {
        width: 100%;
        max-width: 260px;
        flex: 0 0 auto;
        min-height: 110px;
    }

    .sponsor-card-content[b-kxz2e64y5a] {
        text-align: center;
    }

    .sponsor-card-title[b-kxz2e64y5a] {
        margin-bottom: 8px;
        font-size: 1.12rem;
    }

    .sponsor-card-text[b-kxz2e64y5a] {
        font-size: 0.97rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .sponsor-card[b-kxz2e64y5a] {
        padding: 16px;
        border-radius: 18px;
    }

    .sponsor-card-logo-wrap[b-kxz2e64y5a] {
        min-height: 95px;
        padding: 10px;
    }

    .sponsor-card-logo[b-kxz2e64y5a] {
        max-height: 80px;
    }
}
/* _content/Oks.Front/Pages/Sportisti/AthleteFeatured/AthleteFeaturedCards.razor.rz.scp.css */
.athlete-featured-cards[b-1qnvmndolz] {
    margin-top: 0;
}




/*Ovo samp ubacio datalist image sivi place holder ispod kartice dok section line*/

.athlete-loading-card[b-1qnvmndolz] {
    overflow: hidden;
}

.athlete-loading-media[b-1qnvmndolz] {
    aspect-ratio: 1 / 1;
    background: #e9eef4;
}

.athlete-loading-line[b-1qnvmndolz] {
    height: 14px;
    border-radius: 4px;
    background: #d9e1ea;
}

.athlete-loading-line-title[b-1qnvmndolz] {
    width: 72%;
    margin-bottom: 10px;
}

.athlete-loading-line-subtitle[b-1qnvmndolz] {
    width: 46%;
}


/* ===== LOADING ===== */

.athlete-loading-card[b-1qnvmndolz] {
    overflow: hidden;
}

.athlete-loading-media[b-1qnvmndolz] {
    aspect-ratio: 1 / 1;
    background: #e9eef4;
}

.athlete-loading-line[b-1qnvmndolz] {
    height: 14px;
    border-radius: 4px;
    background: #d9e1ea;
}

.athlete-loading-line-title[b-1qnvmndolz] {
    width: 72%;
    margin-bottom: 10px;
}

.athlete-loading-line-subtitle[b-1qnvmndolz] {
    width: 46%;
}

/* ===== ANIMATION ===== */

.athlete-featured-cards.is-loaded .ui-col-4[b-1qnvmndolz] {
    opacity: 0;
    transform: translateY(20px);
    animation: athleteFadeUp-b-1qnvmndolz 0.5s ease forwards;
}

    /* stagger */

    .athlete-featured-cards.is-loaded .ui-col-4:nth-child(1)[b-1qnvmndolz] {
        animation-delay: 0.05s;
    }

    .athlete-featured-cards.is-loaded .ui-col-4:nth-child(2)[b-1qnvmndolz] {
        animation-delay: 0.1s;
    }

    .athlete-featured-cards.is-loaded .ui-col-4:nth-child(3)[b-1qnvmndolz] {
        animation-delay: 0.15s;
    }

    .athlete-featured-cards.is-loaded .ui-col-4:nth-child(4)[b-1qnvmndolz] {
        animation-delay: 0.2s;
    }

    .athlete-featured-cards.is-loaded .ui-col-4:nth-child(5)[b-1qnvmndolz] {
        animation-delay: 0.25s;
    }

    .athlete-featured-cards.is-loaded .ui-col-4:nth-child(6)[b-1qnvmndolz] {
        animation-delay: 0.3s;
    }

/* keyframes */

@keyframes athleteFadeUp-b-1qnvmndolz {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 767.98px) {
    .athlete-featured-cards .ui-col-4[b-1qnvmndolz] {
        width: 100%;
    }
}
/* _content/Oks.Front/Pages/Sportisti/AthleteFeatured/AthleteFlipCard.razor.rz.scp.css */
.athlete-flip-card[b-yi53d3e6l0] {
    border: none; /* ili potpuno izbaci */
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}

.athlete-flip-media[b-yi53d3e6l0] {
    perspective: 4000px;
    background-image: url('/images/OKS_Logo_380x380.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.athlete-flip-media-inner[b-yi53d3e6l0] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    transform-style: preserve-3d;
    transition: transform 0.55s cubic-bezier(.4,.2,.2,1);
    will-change: transform;
}

.athlete-flip-media.is-flipped .athlete-flip-media-inner[b-yi53d3e6l0] {
    transform: rotateY(180deg);
}

.athlete-flip-media-face[b-yi53d3e6l0] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-origin: center;
}

.athlete-flip-media-front[b-yi53d3e6l0] {
    z-index: 2;
    background: #f3f6fa;
}

.athlete-flip-media-back[b-yi53d3e6l0] {
    transform: rotateY(180deg);
}

.athlete-flip-image[b-yi53d3e6l0] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================================= */
/* === FLIP BACK SEGMENT =================== */
/* ========================================= */

.athlete-flip-media-back-content[b-yi53d3e6l0] {
    height: 100%;
    padding: 30px; /* ključ */

    display: flex;
    flex-direction: column;
    min-height: 0;
    /* outer crvena */
    background: #be0000;
}

    /* INNER OKVIR */
    .athlete-flip-media-back-content[b-yi53d3e6l0]::before {
        content: "";
        position: absolute;
        inset: 10px; /* 20px sa svih strana */

        border: 10px solid rgba(255,255,255,1);
        pointer-events: none;
    }

.athlete-flip-back-fixed[b-yi53d3e6l0] {
    flex: 0 0 auto;
}

.athlete-flip-back-row[b-yi53d3e6l0] {
    margin-bottom: 12px;
}

    .athlete-flip-back-row:last-child[b-yi53d3e6l0] {
        margin-bottom: 0;
    }

.athlete-flip-back-label[b-yi53d3e6l0] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

/* tekst kao rectangle */
.athlete-flip-back-label[b-yi53d3e6l0] {
    position: relative;
    margin-top:10px;
}

    /* ovo je trik — wrapujemo tekst */
    .athlete-flip-back-label span[b-yi53d3e6l0] {
        /*background: #ffffff;
        color: #132a5a;*/ /* teget */

        color: #ffffff;
        background: #7c1b1b; /* teget */
        padding: 5px 10px;
        border-radius: 4px;

        font-size:10px;
    }

.athlete-flip-back-value[b-yi53d3e6l0] {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 20px;
}

.athlete-flip-back-text-wrap[b-yi53d3e6l0] {
    min-height: 0;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
}

.athlete-flip-back-text[b-yi53d3e6l0] {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
    white-space: pre-line;
}

/* ========================================= */

.athlete-flip-bluebar[b-yi53d3e6l0] {
    height: 40px;
    min-height: 40px;
    background: var(--color-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
}

.athlete-flip-bar-link[b-yi53d3e6l0] {
    background: transparent;
    border: 0;
    color: #ffffff;
    font: inherit;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

    .athlete-flip-bar-link:hover[b-yi53d3e6l0] {
        text-decoration: underline;
    }

.athlete-flip-infobar[b-yi53d3e6l0] {
    background: #eef2f6;
    padding: 14px 16px 16px;
}

.athlete-flip-name[b-yi53d3e6l0] {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #132a5a;
    margin-bottom: 6px;
}

.athlete-flip-sport[b-yi53d3e6l0] {
    font-size: 15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    color: #be0000;
}



.athlete-flip-bar-link[b-yi53d3e6l0] {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    gap: 10px;
    color: inherit;
    text-decoration: none; /* nema underline */
    transition: color 0.2s ease;
}

    .athlete-flip-bar-link i[b-yi53d3e6l0] {
        font-size: 13px;
        color: inherit; /* nasleđuje boju */
        transition: transform 0.2s ease;
    }

    .athlete-flip-bar-link:hover[b-yi53d3e6l0] {
        color: orange; /* hover za oba */
        text-decoration: none; /* sigurnost */
    }

        .athlete-flip-bar-link:hover i[b-yi53d3e6l0] {
            transform: translateX(2px); /* mala animacija */
        }
/* _content/Oks.Front/Pages/Sportisti/Sportisti-Details.razor.rz.scp.css */
.athlete-details-hero[b-wr8vxxkbhm] {
    width: 100%;
    background: var(--color-primary);
    padding: 40px 0;
    border-top: solid 1px #39367e;   /*border iznad slike da razdvoji menu*/
}

.athlete-details-hero-grid[b-wr8vxxkbhm] {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.athlete-details-photo-col[b-wr8vxxkbhm] {
    min-width: 0;
}

.athlete-details-photo-box[b-wr8vxxkbhm] {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    /*box-shadow: 0 12px 32px rgba(255, 255,255, 0.2);*/
    
    }

.athlete-details-photo[b-wr8vxxkbhm] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.athlete-details-info-col[b-wr8vxxkbhm] {
    min-width: 0;
    color: #fff;
}

.athlete-details-title[b-wr8vxxkbhm] {
    margin: 0 0 18px 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
}

.athlete-details-sport-pill[b-wr8vxxkbhm] {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    margin-bottom: 18px;
    border-radius: 150px;
    background: #b41212;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform:uppercase;
    letter-spacing: 4px;
}

.athlete-details-disciplines[b-wr8vxxkbhm] {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.6;
    white-space: pre-line;
}

.athlete-details-meta-list[b-wr8vxxkbhm] {
    display: flex;
    gap: 20px;    
}

.athlete-details-meta-item[b-wr8vxxkbhm] {
    display: flex;
    flex-direction: column;
}

.athlete-details-meta-label[b-wr8vxxkbhm] {
    font-size: 11px;
    font-weight: 600;
    /*color: #329fdc;*/
    color: #e5e7eb;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.athlete-details-meta-text[b-wr8vxxkbhm] {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    min-width: 100px;
}

.athlete-details-page-section[b-wr8vxxkbhm] {
    padding-top:50px;
}

.athlete-details-table-card[b-wr8vxxkbhm] {
    background: #fff;
    border: 1px solid var(--color-border-soft);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(19, 42, 90, 0.08);
}

.athlete-details-table-head[b-wr8vxxkbhm] {
    padding: 22px 26px;
    border-bottom: 1px solid var(--color-border-soft);
    color: var(--color-primary);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.athlete-details-table-wrap[b-wr8vxxkbhm] {
    width: 100%;
    overflow-x: auto;
}

.athlete-details-table[b-wr8vxxkbhm] {
    width: 100%;
    border-collapse: collapse;
}

    .athlete-details-table thead th[b-wr8vxxkbhm] {
        padding: 16px 26px;
        text-align: left;
        background: #f7f9fc;
        color: var(--color-primary);
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid var(--color-border-soft);
        white-space: nowrap;
    }

    .athlete-details-table tbody td[b-wr8vxxkbhm] {
        padding: 18px 26px;
        vertical-align: middle;
        border-bottom: 1px solid var(--color-border-soft);
        color: #1f2d3d;
        font-size: 16px;
        line-height: 1.45;
    }

    .athlete-details-table tbody tr:last-child td[b-wr8vxxkbhm] {
        border-bottom: none;
    }

.athlete-details-competition-title[b-wr8vxxkbhm] {
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 4px;
}

.athlete-details-competition-country[b-wr8vxxkbhm] {
    color: #6c7b91;
    font-size: 14px;
}

.athlete-details-medals-header[b-wr8vxxkbhm] {
    width: 170px;
}

.athlete-details-medals-cell[b-wr8vxxkbhm] {
    text-align: center;
}

.athlete-details-medals-wrap[b-wr8vxxkbhm] {
    position: relative;
    width: 124px;
    height: 42px;
    margin-left: auto; /* 👈 gura desno */
    margin-right: 10px; /* 👈 razmak od ivice */
}

.athlete-details-medals-image[b-wr8vxxkbhm] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.athlete-details-medal-value[b-wr8vxxkbhm] {
    position: absolute;
    top: 49%;
    transform: translate(-50%, -50%);
    min-width: 16px;
    text-align: center;
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.athlete-details-medal-gold[b-wr8vxxkbhm] {
    left: 20px;
}

.athlete-details-medal-silver[b-wr8vxxkbhm] {
    left: 63px;
}

.athlete-details-medal-bronze[b-wr8vxxkbhm] {
    left: 106px;
}


.athlete-details-content-card[b-wr8vxxkbhm] {
    margin-top:30px;
    background: #fff;
    border: 1px solid var(--color-border-soft);
    border-radius: 20px;
    padding: 26px 28px;
    box-shadow: 0 10px 28px rgba(19, 42, 90, 0.08);
}

.athlete-details-content-html[b-wr8vxxkbhm] {
    margin-top: 18px;
}




@media (max-width: 991.98px) {
    .athlete-details-hero-grid[b-wr8vxxkbhm] {
        grid-template-columns: 1fr;
        gap: 26px;
        align-items: start;
    }

    .athlete-details-photo-box[b-wr8vxxkbhm] {
        max-width: 380px;
        height: 400px;
    }

    .athlete-details-title[b-wr8vxxkbhm] {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .athlete-details-hero[b-wr8vxxkbhm] {
        padding: 28px 0 32px;
    }

    .athlete-details-title[b-wr8vxxkbhm] {
        font-size: 28px;
    }

    .athlete-details-disciplines[b-wr8vxxkbhm] {
        font-size: 16px;
    }

    .athlete-details-meta-text[b-wr8vxxkbhm] {
        font-size: 15px;
    }

    .athlete-details-photo-box[b-wr8vxxkbhm] {
        max-width: none;
        height: 320px;
    }

    .athlete-details-table-head[b-wr8vxxkbhm] {
        padding: 18px 16px;
        font-size: 20px;
    }

    .athlete-details-table thead th[b-wr8vxxkbhm],
    .athlete-details-table tbody td[b-wr8vxxkbhm] {
        padding: 14px 16px;
    }

    .athlete-details-medals-header[b-wr8vxxkbhm] {
        width: 150px;
    }

    .athlete-details-medals-wrap[b-wr8vxxkbhm] {
        width: 108px;
        height: 36px;
    }
}
/* _content/Oks.Front/Pages/Sportisti/Sportisti.razor.rz.scp.css */
/* =========================================================
   SPORTISTI FILTERS
   ========================================================= */

.sportisti-filters[b-n1mm4c780t] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    border: 1px solid var(--color-border);
}

.sportisti-filters-header[b-n1mm4c780t] {
    margin-bottom: 20px;
}

.sportisti-filters-title[b-n1mm4c780t] {
    margin: 0 0 4px 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
}

.sportisti-filters-subtitle[b-n1mm4c780t] {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-light);
}

.sportisti-filters-grid[b-n1mm4c780t] {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.sportisti-filter-field[b-n1mm4c780t] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sportisti-filter-label[b-n1mm4c780t] {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--color-accent);
}

.sportisti-filter-input[b-n1mm4c780t],
.sportisti-filter-select[b-n1mm4c780t] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--color-text);
    font-size: 15px;
    line-height: 1.2;
   
    outline: none;
    box-shadow: 0 2px 6px rgba(16, 24, 40, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .sportisti-filter-input[b-n1mm4c780t]::placeholder {
        color: #9aa3af;
    }

    .sportisti-filter-input:focus[b-n1mm4c780t],
    .sportisti-filter-select:focus[b-n1mm4c780t] {
        border-color: var(--color-accent);
        box-shadow: 0 0 0 4px rgba(50, 159, 220, 0.12);
        background: #ffffff;
    }

.sportisti-filter-select[b-n1mm4c780t] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, var(--color-text-light) 50%), linear-gradient(135deg, var(--color-text-light) 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.sportisti-filter-actions[b-n1mm4c780t] {
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: flex-end;
}

.sportisti-filter-btn[b-n1mm4c780t] {
    height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
   
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.sportisti-filter-btn-primary[b-n1mm4c780t] {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(19, 42, 90, 0.14);
}

    .sportisti-filter-btn-primary:hover[b-n1mm4c780t] {
        background: var(--color-primary-hover);
        transform: translateY(-1px);
    }

.sportisti-filter-btn-secondary[b-n1mm4c780t] {
    background: #ffffff;
    color: var(--color-primary);
    border-color: var(--color-border);
}

    .sportisti-filter-btn-secondary:hover[b-n1mm4c780t] {
        background: var(--color-bg-soft);
        border-color: var(--color-accent);
    }

/* =========================================================
   SPORTISTI TABLE
   ========================================================= */

.sportisti-table-wrap[b-n1mm4c780t] {
    overflow: hidden;
    border: 1px solid var(--color-border);
    background: #ffffff;
}

.sportisti-table-scroll[b-n1mm4c780t] {
    width: 100%;
    overflow-x: auto;
}

.sportisti-table[b-n1mm4c780t] {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
}

    .sportisti-table thead th[b-n1mm4c780t] {
        padding: 14px 12px;
        background: #013990;
        color: white;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        border-bottom: 1px solid var(--color-border);
        font-family: "Exo 2", 'Courier New';
    }

    .sportisti-table tbody td[b-n1mm4c780t] {
        padding: 12px 12px;
        vertical-align: middle;
        border-bottom: 1px solid var(--color-border-soft);
        background: #ffffff;
    }

    .sportisti-table tbody tr:last-child td[b-n1mm4c780t] {
        border-bottom: none;
    }

.sportisti-table-row[b-n1mm4c780t] {
    cursor: pointer;

}

.sportisti-table tbody tr:hover td[b-n1mm4c780t] {
    background: #f8fbfe;
}


.sportisti-cell-action[b-n1mm4c780t] {
    text-align: right;
    color: var(--color-text-light);
    font-size: 16px;
}

.sportisti-row-arrow[b-n1mm4c780t] {
    opacity: 0.6;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.sportisti-table-row:hover .sportisti-row-arrow[b-n1mm4c780t] {
    transform: translateX(4px);
    opacity: 1;
}

.sportisti-table-name[b-n1mm4c780t] {
    position: relative;
    display: inline-block;
}

    /* linija underline u animaciji (skrivena po defaultu) */
/*    .sportisti-table-name::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 2px;
        background: currentColor;
        transition: width 0.25s ease;
    }*/

/* kada hoveruješ ceo red */
.sportisti-table-row:hover .sportisti-table-name[b-n1mm4c780t]::after {
    width: 100%;
}

.sportisti-table-row:hover .sportisti-table-name[b-n1mm4c780t] {
    color: var(--color-primary-hover);

}




/* FIKSNIJE KOLONE */
.sportisti-col-photo[b-n1mm4c780t] {
    width: 110px;
}

.sportisti-col-name[b-n1mm4c780t] {
    width: 330px;
}

.sportisti-col-sport[b-n1mm4c780t] {
    width: 170px;
}

.sportisti-col-disciplines[b-n1mm4c780t] {
    width: auto;
}

.sportisti-col-age[b-n1mm4c780t] {
    width: 64px;
    text-align: center;
}

.sportisti-col-action[b-n1mm4c780t] {
    width: 96px;
}

/* PHOTO */
.sportisti-cell-photo[b-n1mm4c780t] {
    vertical-align: middle;
}

.sportisti-table-img[b-n1mm4c780t] {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    border: 1px solid var(--color-border);
    background: var(--color-bg-soft);
}




/* NAME */
.sportisti-cell-name[b-n1mm4c780t] {
    text-align: left;
    padding-left: 4px;
}

.sportisti-table-name[b-n1mm4c780t] {
    margin: 0;
    font-size: 26px; /* bilo ~20 */
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: left;
}

.sportisti-table-competitions[b-n1mm4c780t] {
    font-size: 13px;
    line-height: 1.4;
    color: var(--color-text-light);
    font-weight: 500;
    white-space: normal;
    overflow-wrap: break-word;
    
    margin-top: 2px;
}

/* SPORT */
.sportisti-cell-sport[b-n1mm4c780t] {
    font-size: 11px;
    line-height: 1.35;
    color: var(--color-text);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform:uppercase;
    letter-spacing: 2px;
}

/* DISCIPLINES */
.sportisti-cell-disciplines[b-n1mm4c780t] {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-text);
    font-weight: 500;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-transform: none;
}

/* AGE */
.sportisti-cell-age[b-n1mm4c780t],
.sportisti-col-age[b-n1mm4c780t] {
    text-align: center;
}

.sportisti-cell-age[b-n1mm4c780t] {
    font-size: 14px;
    line-height: 1.2;
    color: var(--color-text);
    font-weight: 700;
    white-space: nowrap;
}

/* ACTION */
.sportisti-cell-action[b-n1mm4c780t] {
    text-align: right;
    padding-left: 6px;
    padding-right: 12px;
}

.sportisti-details-link[b-n1mm4c780t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid var(--color-border);
    background: #ffffff;
    color: var(--color-primary) !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s ease;
}

    .sportisti-details-link:hover[b-n1mm4c780t] {
        background: var(--color-primary);
        border-color: var(--color-primary);
        color: #ffffff !important;
        text-decoration: none !important;
    }

/* =========================================================
   LOAD MORE
   ========================================================= */

.sportisti-loadmore-btn[b-n1mm4c780t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--color-accent);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
   
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(50, 159, 220, 0.16);
    transition: all 0.2s ease;
}

    .sportisti-loadmore-btn:hover:not(:disabled)[b-n1mm4c780t] {
        background: var(--color-link-hover);
        transform: translateY(-1px);
    }

    .sportisti-loadmore-btn:disabled[b-n1mm4c780t] {
        opacity: 0.7;
        cursor: default;
        transform: none;
        box-shadow: none;
    }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {
    .sportisti-filters-grid[b-n1mm4c780t] {
        grid-template-columns: 1fr 1fr;
    }

    .sportisti-filter-actions[b-n1mm4c780t] {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .sportisti-table[b-n1mm4c780t] {
        min-width: 920px;
    }

    .sportisti-table-name[b-n1mm4c780t] {
        font-size: 25px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {
    .sportisti-filters-header[b-n1mm4c780t] {
        margin-bottom: 16px;
    }

    .sportisti-filters-title[b-n1mm4c780t] {
        font-size: 18px;
    }

    .sportisti-filters-subtitle[b-n1mm4c780t] {
        font-size: 13px;
    }

    .sportisti-filters-grid[b-n1mm4c780t] {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sportisti-filter-actions[b-n1mm4c780t] {
        grid-column: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .sportisti-filter-btn[b-n1mm4c780t],
    .sportisti-loadmore-btn[b-n1mm4c780t] {
        width: 100%;
    }

    .sportisti-filter-input[b-n1mm4c780t],
    .sportisti-filter-select[b-n1mm4c780t],
    .sportisti-filter-btn[b-n1mm4c780t],
    .sportisti-loadmore-btn[b-n1mm4c780t] {
        height: 44px;
    }

    .sportisti-table[b-n1mm4c780t] {
        min-width: 860px;
    }

        .sportisti-table thead th[b-n1mm4c780t] {
            padding: 14px 12px;
            font-size: 12px;
        }

        .sportisti-table tbody td[b-n1mm4c780t] {
            padding: 16px 12px;
        }

    .sportisti-table-img[b-n1mm4c780t] {
        width: 74px;
        height: 74px;
    }

    .sportisti-table-name[b-n1mm4c780t] {
        font-size: 19px;
    }

    .sportisti-table-meta[b-n1mm4c780t],
    .sportisti-cell-sport[b-n1mm4c780t],
    .sportisti-cell-education[b-n1mm4c780t],
    .sportisti-cell-hometown[b-n1mm4c780t],
    .sportisti-cell-age[b-n1mm4c780t] {
        font-size: 14px;
    }
}
/* _content/Oks.Front/Pages/Sportovi/Sport-Details.razor.rz.scp.css */

.sport-title[b-7gvtk9iccc] {
    font-size: 40px;
    padding-left: 20px;
    padding-top: 50px;
}


/* =========================================================
   SPORT – FEDERATION CARD
   ========================================================= */

.sport-federation-card[b-7gvtk9iccc] {
    margin-top: 20px;
    overflow: hidden;
    transition: all 0.2s ease;
}



/* =========================================================
   CAPTION (gornja siva traka)
   ========================================================= */

.sport-federation-caption[b-7gvtk9iccc] {
    background: var(--color-bg-soft);
    border-bottom: 1px solid var(--color-border);
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--color-text-light);
}


/* =========================================================
   BODY LAYOUT
   ========================================================= */

.sport-federation-body[b-7gvtk9iccc] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* KLJUČ za desno logo */

    padding: 18px;
}


/* =========================================================
   TEXT LEVO
   ========================================================= */

.sport-federation-text[b-7gvtk9iccc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* naziv saveza */
.sport-federation-name[b-7gvtk9iccc] {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
    line-height: 1.3;
}

/* link ka sajtu */
.sport-federation-link-wrap .ui-link-external[b-7gvtk9iccc] {
    display: inline-flex; /* BITNO da ne ide full width */
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
}

    /* hover */
    .sport-federation-link-wrap .ui-link-external:hover[b-7gvtk9iccc] {
        color: var(--color-accent);
    }


/* =========================================================
   LOGO DESNO
   ========================================================= */

.sport-federation-logo-wrap[b-7gvtk9iccc] {
    flex: 0 0 150px;
    display: flex;
    justify-content: flex-end;
}

/* logo */
.sport-federation-logo[b-7gvtk9iccc] {
/*    width: 100px;
    height: 100px;*/
   max-height:120px;
}




/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .sport-federation-logo[b-7gvtk9iccc] {
        max-height: 200px;
    }

    .sport-federation-body[b-7gvtk9iccc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .sport-federation-logo-wrap[b-7gvtk9iccc] {
        width: 100%;
        justify-content: flex-start;
    }

    .sport-federation-logo[b-7gvtk9iccc] {
        width: 110px;
        height: 110px;
    }

    .sport-federation-name[b-7gvtk9iccc] {
        font-size: 18px;
    }
}
/* _content/Oks.Front/Pages/Sportovi/Sportovi.razor.rz.scp.css */
/* =========================================================
   SPORTOVI FILTERS
   ========================================================= */

.sportovi-filters[b-bprxevxs5t] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    border: 1px solid var(--color-border);
}

.sportovi-filters-header[b-bprxevxs5t] {
    margin-bottom: 20px;
}

.sportovi-filters-title[b-bprxevxs5t] {
    margin: 0 0 4px 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
}

.sportovi-filters-subtitle[b-bprxevxs5t] {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-light);
}

.sportovi-filters-grid[b-bprxevxs5t] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: end;
}

.sportovi-filter-field[b-bprxevxs5t] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sportovi-filter-label[b-bprxevxs5t] {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--color-accent);
}

.sportovi-filter-input[b-bprxevxs5t],
.sportovi-filter-select[b-bprxevxs5t] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--color-text);
    font-size: 15px;
    line-height: 1.2;
   
    outline: none;
    box-shadow: 0 2px 6px rgba(16, 24, 40, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .sportovi-filter-input[b-bprxevxs5t]::placeholder {
        color: #9aa3af;
    }

    .sportovi-filter-input:focus[b-bprxevxs5t],
    .sportovi-filter-select:focus[b-bprxevxs5t] {
        border-color: var(--color-accent);
        box-shadow: 0 0 0 4px rgba(50, 159, 220, 0.12);
        background: #ffffff;
    }

.sportovi-filter-select[b-bprxevxs5t] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, var(--color-text-light) 50%), linear-gradient(135deg, var(--color-text-light) 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.sportovi-filter-actions[b-bprxevxs5t] {
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: flex-end;
}

.sportovi-filter-btn[b-bprxevxs5t] {
    height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
   
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.sportovi-filter-btn-primary[b-bprxevxs5t] {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(19, 42, 90, 0.14);
}

    .sportovi-filter-btn-primary:hover[b-bprxevxs5t] {
        background: var(--color-primary-hover);
        transform: translateY(-1px);
    }

.sportovi-filter-btn-secondary[b-bprxevxs5t] {
    background: #ffffff;
    color: var(--color-primary);
    border-color: var(--color-border);
}

    .sportovi-filter-btn-secondary:hover[b-bprxevxs5t] {
        background: var(--color-bg-soft);
        border-color: var(--color-accent);
    }

/* =========================================================
   SPORTOVI – CARD INTERACTION
   ========================================================= */

.sportovi-page .sportovi-card[b-bprxevxs5t] {
    cursor: pointer;
    transition: all 0.2s ease;
}

    /* hover cele kartice */
    .sportovi-page .sportovi-card:hover[b-bprxevxs5t] {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
    }

/* TITLE (glavni klik element vizuelno) */
.sportovi-page .sportovi-title[b-bprxevxs5t] {
    position: relative;
    display: inline-block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
    transition: color 0.2s ease;
}


.oks-member-category[b-bprxevxs5t] {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: darkred;
}


/* hover efekti */
.sportovi-page .sportovi-card:hover .sportovi-title[b-bprxevxs5t] {
    color: var(--color-primary-hover);
}

    .sportovi-page .sportovi-card:hover .sportovi-title[b-bprxevxs5t]::after {
        width: 100%;
    }

/* CATEGORY hover reakcija */
.sportovi-page .sportovi-card:hover .oks-member-category[b-bprxevxs5t] {
    color: var(--color-primary);
}

/* SITE link ostaje poseban */
.sportovi-page .oks-member-site .ui-link-external[b-bprxevxs5t] {
    transition: color 0.2s ease;
}

    .sportovi-page .oks-member-site .ui-link-external:hover[b-bprxevxs5t] {
        color: var(--color-accent);
    }




/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {
    .sportovi-filters-grid[b-bprxevxs5t] {
        grid-template-columns: 1fr;
    }

    .sportovi-filter-actions[b-bprxevxs5t] {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {
    .sportovi-filters-header[b-bprxevxs5t] {
        margin-bottom: 16px;
    }

    .sportovi-filters-title[b-bprxevxs5t] {
        font-size: 18px;
    }

    .sportovi-filters-subtitle[b-bprxevxs5t] {
        font-size: 13px;
    }

    .sportovi-filters-grid[b-bprxevxs5t] {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sportovi-filter-actions[b-bprxevxs5t] {
        grid-column: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .sportovi-filter-btn[b-bprxevxs5t] {
        width: 100%;
    }

    .sportovi-filter-input[b-bprxevxs5t],
    .sportovi-filter-select[b-bprxevxs5t],
    .sportovi-filter-btn[b-bprxevxs5t] {
        height: 44px;
    }
}
/* _content/Oks.Front/Pages/Takmicenja/Takmicenja-Details.razor.rz.scp.css */
.competition-details-hero[b-rzx3thpf7j] {
    padding: 34px 0;
    background: linear-gradient(180deg, #013990 0%, #0a4fb3 100%);
    border-bottom: none;
}

.competition-details-hero-grid[b-rzx3thpf7j] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 260px;
    gap: 28px;
    align-items: start;
}

.competition-details-logo-box[b-rzx3thpf7j] {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
}


.competition-athlete-count[b-rzx3thpf7j] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Exo 2", 'Courier New';
    color: white;    
}

    .competition-athlete-count i[b-rzx3thpf7j] {
        font-size: 20px;
        opacity: 0.8;
        padding-top:2px;
    }


.competition-details-logo[b-rzx3thpf7j] {
    width: 100%;
    max-width: 180px;
    height: 180px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.competition-details-title[b-rzx3thpf7j] {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    font-family: "Exo 2", 'Courier New';
    margin-bottom: 18px;
}

.competition-details-meta-list[b-rzx3thpf7j] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.competition-details-meta-item[b-rzx3thpf7j] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: baseline;
}

.competition-details-meta-text[b-rzx3thpf7j] {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
}

.competition-details-medals-col[b-rzx3thpf7j] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 130px;
    margin-left: -30px;
    text-transform:uppercase;
}

.competition-details-medals-wrap[b-rzx3thpf7j] {
    position: relative;
    width: 200px;
    max-width: 100%;
}

.competition-details-medals-image[b-rzx3thpf7j] {
    width: 100%;
    height: auto;
    display: block;
}

.competition-details-medal-block[b-rzx3thpf7j] {
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}

.competition-details-medal-gold[b-rzx3thpf7j] {
    left: 31px;
    top: 16px;
}

.competition-details-medal-silver[b-rzx3thpf7j] {
    left: 100px;
    top: 16px;
}

.competition-details-medal-bronze[b-rzx3thpf7j] {
    left: 170px;
    top: 16px;
}

.competition-details-medal-value[b-rzx3thpf7j] {
    display: block;
    min-width: 28px;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    font-family: "Exo 2", 'Courier New';
    color: #000000;
    text-align: center;
}

.competition-details-medal-label[b-rzx3thpf7j] {
    display: block;
    margin-top: 30px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}

.competition-details-page-section[b-rzx3thpf7j] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.competition-details-content-card[b-rzx3thpf7j] {
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: #ffffff;
}

.competition-details-content-html[b-rzx3thpf7j] {
    margin-top: 14px;
}

.sportisti-table-wrap[b-rzx3thpf7j] {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--color-border);
    background: #ffffff;
}

.sportisti-table-scroll[b-rzx3thpf7j] {
    width: 100%;
    overflow-x: auto;
}

.sportisti-table[b-rzx3thpf7j] {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
}

    .sportisti-table thead th[b-rzx3thpf7j] {
        padding: 14px 12px;
        background: #013990;
        color: #ffffff;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        border-bottom: 1px solid var(--color-border);
        font-family: "Exo 2", 'Courier New';
    }

    .sportisti-table tbody td[b-rzx3thpf7j] {
        padding: 12px 12px;
        vertical-align: middle;
        border-bottom: 1px solid var(--color-border-soft);
        background: #ffffff;
    }

    .sportisti-table tbody tr:last-child td[b-rzx3thpf7j] {
        border-bottom: none;
    }

.sportisti-table-row[b-rzx3thpf7j] {
    cursor: pointer;
}

.sportisti-table tbody tr:hover td[b-rzx3thpf7j] {
    background: #f8fbfe;
}

.sportisti-row-arrow[b-rzx3thpf7j] {
    opacity: 0.6;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.sportisti-table-row:hover .sportisti-row-arrow[b-rzx3thpf7j] {
    transform: translateX(4px);
    opacity: 1;
}

.sportisti-table-name[b-rzx3thpf7j] {
    position: relative;
    display: inline-block;
    margin: 0 0 4px 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: left;
}

.sportisti-table-row:hover .sportisti-table-name[b-rzx3thpf7j] {
    color: var(--color-primary-hover);
}

.sportisti-col-photo[b-rzx3thpf7j] {
    width: 110px;
}

.sportisti-col-name[b-rzx3thpf7j] {
    width: 330px;
}

.sportisti-col-sport[b-rzx3thpf7j] {
    width: 170px;
}

.sportisti-col-action[b-rzx3thpf7j] {
    width: 96px;
}

.competition-athletes-col-medals[b-rzx3thpf7j] {
    width: 110px;
    text-align: center;
}

.sportisti-cell-photo[b-rzx3thpf7j] {
    vertical-align: middle;
}

.sportisti-table-img[b-rzx3thpf7j] {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    border: 1px solid var(--color-border);
    background: var(--color-bg-soft);
}

.sportisti-cell-name[b-rzx3thpf7j] {
    text-align: left;
    padding-left: 4px;
}

.sportisti-cell-sport[b-rzx3thpf7j] {
    font-size: 11px;
    line-height: 1.35;
    color: var(--color-text);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sportisti-cell-action[b-rzx3thpf7j] {
    text-align: right;
    color: var(--color-text-light);
    font-size: 16px;
    padding-left: 6px;
    padding-right: 12px;
}

.competition-athletes-cell-medals[b-rzx3thpf7j] {
    text-align: center;
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 6px;
}

.competition-athlete-medals-wrap[b-rzx3thpf7j] {
    position: relative;
    width: 98px;
    margin: 0 auto;
}

.competition-athlete-medals-image[b-rzx3thpf7j] {
    height: 50px;
    display: block;
}

.competition-athlete-medal-value[b-rzx3thpf7j] {
    position: absolute;
    min-width: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
}

.competition-athlete-medal-gold[b-rzx3thpf7j] {
    left: 18px;
    top: 18px;
}

.competition-athlete-medal-silver[b-rzx3thpf7j] {
    left: 74px;
    top: 18px;
}

.competition-athlete-medal-bronze[b-rzx3thpf7j] {
    left: 129px;
    top: 18px;
}

@media (max-width: 992px) {
    .competition-details-hero-grid[b-rzx3thpf7j] {
        grid-template-columns: 1fr;
    }

    .competition-details-medals-col[b-rzx3thpf7j] {
        justify-content: flex-start;
    }

    .competition-details-title[b-rzx3thpf7j] {
        font-size: 32px;
    }

    .sportisti-table[b-rzx3thpf7j] {
        min-width: 920px;
    }

    .sportisti-table-name[b-rzx3thpf7j] {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .competition-details-hero[b-rzx3thpf7j] {
        padding: 28px 0;
    }

    .competition-details-logo[b-rzx3thpf7j] {
        max-width: 140px;
        height: 140px;
    }

    .competition-details-title[b-rzx3thpf7j] {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .competition-details-meta-text[b-rzx3thpf7j] {
        font-size: 16px;
    }

    .competition-details-medals-wrap[b-rzx3thpf7j] {
        width: 200px;
    }

    .competition-details-medal-value[b-rzx3thpf7j] {
        font-size: 24px;
    }

    .competition-details-medal-gold[b-rzx3thpf7j] {
        left: 36px;
        top: 14px;
    }

    .competition-details-medal-silver[b-rzx3thpf7j] {
        left: 95px;
        top: 14px;
    }

    .competition-details-medal-bronze[b-rzx3thpf7j] {
        left: 154px;
        top: 14px;
    }

    .competition-details-medal-label[b-rzx3thpf7j] {
        margin-top: 24px;
        font-size: 10px;
    }

    .sportisti-table[b-rzx3thpf7j] {
        min-width: 860px;
    }

        .sportisti-table thead th[b-rzx3thpf7j] {
            padding: 14px 12px;
            font-size: 12px;
        }

        .sportisti-table tbody td[b-rzx3thpf7j] {
            padding: 16px 12px;
        }

    .sportisti-table-img[b-rzx3thpf7j] {
        width: 74px;
        height: 74px;
    }

    .sportisti-table-name[b-rzx3thpf7j] {
        font-size: 19px;
    }

    .sportisti-cell-sport[b-rzx3thpf7j] {
        font-size: 14px;
    }
}
/* _content/Oks.Front/Pages/Takmicenja/Takmicenja.razor.rz.scp.css */
/* =========================================================
   TAKMICENJA FILTERS
   ========================================================= */

.takmicenja-filters[b-qqmau863x3] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    border: 1px solid var(--color-border);
}

.takmicenja-filters-header[b-qqmau863x3] {
    margin-bottom: 20px;
}

.takmicenja-filters-title[b-qqmau863x3] {
    margin: 0 0 4px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
}

.takmicenja-filters-subtitle[b-qqmau863x3] {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-light);
}

.takmicenja-filters-grid[b-qqmau863x3] {
    display: grid;
    grid-template-columns: 1.5fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.takmicenja-filter-field[b-qqmau863x3] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.takmicenja-filter-label[b-qqmau863x3] {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--color-accent);
}

.takmicenja-filter-input[b-qqmau863x3],
.takmicenja-filter-select[b-qqmau863x3] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--color-text);
    font-size: 15px;
    line-height: 1.2;
   
    outline: none;
    box-shadow: 0 2px 6px rgba(16, 24, 40, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .takmicenja-filter-input[b-qqmau863x3]::placeholder {
        color: #9aa3af;
    }

    .takmicenja-filter-input:focus[b-qqmau863x3],
    .takmicenja-filter-select:focus[b-qqmau863x3] {
        border-color: var(--color-accent);
        box-shadow: 0 0 0 4px rgba(50, 159, 220, 0.12);
        background: #ffffff;
    }

.takmicenja-filter-select[b-qqmau863x3] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, var(--color-text-light) 50%), linear-gradient(135deg, var(--color-text-light) 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.takmicenja-filter-actions[b-qqmau863x3] {
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: flex-end;
}

.takmicenja-filter-btn[b-qqmau863x3] {
    height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
   
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.takmicenja-filter-btn-primary[b-qqmau863x3] {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(19, 42, 90, 0.14);
}

    .takmicenja-filter-btn-primary:hover[b-qqmau863x3] {
        background: var(--color-primary-hover);
        transform: translateY(-1px);
    }

.takmicenja-filter-btn-secondary[b-qqmau863x3] {
    background: #ffffff;
    color: var(--color-primary);
    border-color: var(--color-border);
}

    .takmicenja-filter-btn-secondary:hover[b-qqmau863x3] {
        background: var(--color-bg-soft);
        border-color: var(--color-accent);
    }

.takmicenja-table-countdown[b-qqmau863x3] {
    font-size: 13px;
    line-height: 1.3;
    color: #0a82dc;
    font-weight: 700;
}

/* =========================================================
   TAKMICENJA TABLE
   ========================================================= */

.takmicenja-table-wrap[b-qqmau863x3] {
    overflow: hidden;
    border: 1px solid var(--color-border);
    background: #ffffff;
}

.takmicenja-table-scroll[b-qqmau863x3] {
    width: 100%;
    overflow-x: auto;
}

.takmicenja-table[b-qqmau863x3] {
    width: 100%;
    min-width: 1280px;
    border-collapse: collapse;
    table-layout: fixed;
}

    .takmicenja-table thead th[b-qqmau863x3] {
        padding: 14px 12px;
        background: #013990;
        color: white;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        border-bottom: 1px solid var(--color-border);
        font-family: "Exo 2", 'Courier New';
    }

    .takmicenja-table tbody td[b-qqmau863x3] {
        padding: 12px 12px;
        vertical-align: middle;
        border-bottom: 1px solid var(--color-border-soft);
        background: #ffffff;
    }

    .takmicenja-table tbody tr:last-child td[b-qqmau863x3] {
        border-bottom: none;
    }

.takmicenja-table-row[b-qqmau863x3] {
    cursor: pointer;
}

.takmicenja-table tbody tr:hover td[b-qqmau863x3] {
    background: #f8fbfe;
}

.takmicenja-cell-action[b-qqmau863x3] {
    text-align: right;
    color: var(--color-text-light);
    font-size: 16px;
}

.takmicenja-row-arrow[b-qqmau863x3] {
    opacity: 0.6;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.takmicenja-table-row:hover .takmicenja-row-arrow[b-qqmau863x3] {
    transform: translateX(4px);
    opacity: 1;
}

.takmicenja-table-row:hover .takmicenja-table-name[b-qqmau863x3] {
    color: var(--color-primary-hover);
}

/* KOLONE */
.takmicenja-col-logo[b-qqmau863x3] {
    width: 110px;
}

.takmicenja-col-name[b-qqmau863x3] {
    width: 300px;
}

.takmicenja-col-period[b-qqmau863x3] {
    width: 190px;
 }

.takmicenja-col-city[b-qqmau863x3] {
    width: 150px;
}

.takmicenja-col-country[b-qqmau863x3] {
    width: 170px;
}

.takmicenja-col-category[b-qqmau863x3] {
    width: 220px;
}

.takmicenja-col-status[b-qqmau863x3] {
    width: 120px;
}

.takmicenja-col-action[b-qqmau863x3] {
    width: 72px;
}

/* LOGO */
.takmicenja-cell-logo[b-qqmau863x3] {
    vertical-align: middle;
}

.takmicenja-table-img[b-qqmau863x3] {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 14px;
    display: block;
    border: 1px solid var(--color-border);
    background: #ffffff;
    padding: 6px;
}

/* NAME */
.takmicenja-cell-name[b-qqmau863x3] {
    text-align: left;
    padding-left: 4px;
}

.takmicenja-table-name[b-qqmau863x3] {
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: left;
}

.takmicenja-table-period[b-qqmau863x3] {
    font-size: 13px;
    line-height: 1.4;
    color: darkred;
    font-weight: 600;
    letter-spacing:1px;
    margin-top: 4px;
}


/* CITY */
.takmicenja-cell-city[b-qqmau863x3] {
    font-size: 11px;
    line-height: 1.35;
    color: var(--color-text);
    font-weight: 600;
    white-space: normal;
    overflow-wrap: break-word;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* COUNTRY */
.takmicenja-cell-country[b-qqmau863x3] {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-text);
    font-weight: 500;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

/* CATEGORY */
.takmicenja-cell-category[b-qqmau863x3] {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-text);
    font-weight: 500;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

/* STATUS */
.takmicenja-cell-status[b-qqmau863x3] {
    text-align: left;
}

.takmicenja-status-badge[b-qqmau863x3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.takmicenja-status-badge-next[b-qqmau863x3] {
    background: #fde8e8;
    color: #c81e1e;
    border: 1px solid #f5c2c7;
}

.takmicenja-status-badge-ongoing[b-qqmau863x3] {
    background: #e8f8ee;
    color: #18794e;
    border: 1px solid #b7ebc6;
}

/* ACTION */
.takmicenja-cell-action[b-qqmau863x3] {
    text-align: right;
    padding-left: 6px;
    padding-right: 12px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {
    .takmicenja-filters-grid[b-qqmau863x3] {
        grid-template-columns: 1fr 1fr;
    }

    .takmicenja-filter-actions[b-qqmau863x3] {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .takmicenja-table[b-qqmau863x3] {
        min-width: 1180px;
    }

    .takmicenja-table-name[b-qqmau863x3] {
        font-size: 24px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {
    .takmicenja-filters-header[b-qqmau863x3] {
        margin-bottom: 16px;
    }

    .takmicenja-filters-title[b-qqmau863x3] {
        font-size: 18px;
    }

    .takmicenja-filters-subtitle[b-qqmau863x3] {
        font-size: 13px;
    }

    .takmicenja-filters-grid[b-qqmau863x3] {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .takmicenja-filter-actions[b-qqmau863x3] {
        grid-column: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .takmicenja-filter-btn[b-qqmau863x3] {
        width: 100%;
    }

    .takmicenja-filter-input[b-qqmau863x3],
    .takmicenja-filter-select[b-qqmau863x3],
    .takmicenja-filter-btn[b-qqmau863x3] {
        height: 44px;
    }

    .takmicenja-table-wrap[b-qqmau863x3] {
        overflow: hidden;
    }

    .takmicenja-table-scroll[b-qqmau863x3] {
        overflow-x: hidden;
    }

    .takmicenja-table[b-qqmau863x3] {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
        display: block;
    }

        .takmicenja-table thead[b-qqmau863x3] {
            display: none;
        }

        .takmicenja-table tbody[b-qqmau863x3] {
            display: block;
            width: 100%;
        }

    .takmicenja-table-row[b-qqmau863x3] {
        position: relative;
        display: grid;
        grid-template-columns: 84px minmax(0, 1fr) 18px;
        column-gap: 10px;
        align-items: start;
        width: 100%;
        padding: 14px 10px 14px 12px;
        border-bottom: 1px solid var(--color-border-soft);
        background: #ffffff;
        box-sizing: border-box;
    }

    .takmicenja-table tbody td[b-qqmau863x3] {
        display: block;
        width: auto;
        padding: 0;
        border-bottom: none;
        background: transparent;
        box-sizing: border-box;
    }

    .takmicenja-table tbody tr:hover td[b-qqmau863x3] {
        background: transparent;
    }

    .takmicenja-cell-logo[b-qqmau863x3] {
        grid-column: 1;
        grid-row: 1 / span 4;
    }

    .takmicenja-table-img[b-qqmau863x3] {
        width: 74px;
        height: 74px;
        border-radius: 12px;
        padding: 5px;
    }

    .takmicenja-cell-name[b-qqmau863x3] {
        grid-column: 2;
        grid-row: 1;
        text-align: left;
        min-width: 0;
    }

    .takmicenja-table-name[b-qqmau863x3] {
        font-size: 19px;
        line-height: 1.2;
        margin-bottom: 4px;
        overflow-wrap: anywhere;
    }

    .takmicenja-table-period[b-qqmau863x3] {
        font-size: 12px;
        line-height: 1.35;
        margin-top: 4px;
    }

    .takmicenja-table-countdown[b-qqmau863x3] {
        font-size: 12px;
        line-height: 1.3;
        margin-top: 3px;
    }

    .takmicenja-cell-country[b-qqmau863x3] {
        grid-column: 2;
        grid-row: 2;
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 600;
        text-align: left;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .takmicenja-cell-category[b-qqmau863x3] {
        grid-column: 2;
        grid-row: 3;
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.35;
        color: var(--color-text-light);
        text-align: left;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .takmicenja-cell-action[b-qqmau863x3] {
        grid-column: 3;
        grid-row: 1 / span 4;
        align-self: center;
        justify-self: end;
        width: auto;
        text-align: right;
        font-size: 15px;
    }

    .takmicenja-row-arrow[b-qqmau863x3] {
        opacity: 0.55;
    }
}
/* _content/Oks.Front/Pages/Vesti/GalleryComponent.razor.rz.scp.css */
/* =========================================================
   GALLERY SECTION
   ========================================================= */

/*.gallery-section {
    padding: 40px 0 60px;
    background: var(--color-bg-subtle, #f5f6fa);
    border-top: 1px solid var(--color-border-soft, #e0e4ef);
}*/

.gallery-title[b-zxml7trd3e] {
    margin: 0;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #405587;
    font-size: 23px;
    line-height: 1.1;
    font-weight: 600;
    font-family: "Exo 2", 'Courier New';
    word-break: normal;
    overflow-wrap: break-word;
}

.gallery-grid[b-zxml7trd3e] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.gallery-grid a[b-zxml7trd3e] {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 3 / 2;
    background: var(--color-border-soft, #e0e4ef);
    box-shadow: 0 4px 14px rgba(19, 42, 90, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-grid a:hover[b-zxml7trd3e] {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 8px 24px rgba(19, 42, 90, 0.16);
}

.gallery-thumb[b-zxml7trd3e] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.gallery-grid a:hover .gallery-thumb[b-zxml7trd3e] {
    transform: scale(1.04);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
    .gallery-grid[b-zxml7trd3e] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 10px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .gallery-section[b-zxml7trd3e] {
        padding: 28px 0 44px;
    }

    .gallery-grid[b-zxml7trd3e] {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 14px;
    }

    .gallery-grid a[b-zxml7trd3e] {
        border-radius: 8px;
    }
}
/* _content/Oks.Front/Pages/Vesti/Vesti-Details.razor.rz.scp.css */
/* =========================================================
   NEWS DETAILS
   ========================================================= */

.news-details-hero[b-el9aj2dhm6] {
    width: 100%;
    background: var(--color-primary);
    border-top: solid 1px #39367e;
}

.news-details-hero-image[b-el9aj2dhm6] {
    width: 100%;
    height: clamp(260px, 42vw, 620px);
    display: block;
    object-fit: cover;
    object-position: center center;
}

.news-details-page-section[b-el9aj2dhm6] {
    padding-top: 50px;
    padding-bottom: 40px;
}

.news-details-header[b-el9aj2dhm6] {
    margin-bottom: 30px;
}

.news-details-date[b-el9aj2dhm6] {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--color-accent);
}

.news-details-title[b-el9aj2dhm6] {
    margin: 0;
    color: var(--color-primary);
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    font-family: "Exo 2", 'Courier New';
    word-break: normal;
    overflow-wrap: break-word;
}

.news-details-content-card[b-el9aj2dhm6] {
    background: #fff;
    border: 1px solid var(--color-border-soft);
    border-radius: 20px;
    padding: 26px 28px;
    box-shadow: 0 10px 28px rgba(19, 42, 90, 0.08);
}

.news-details-content-html[b-el9aj2dhm6] {
    color: var(--color-text);
    font-size: 18px;
    line-height: 1.5;
}

    .news-details-content-html[b-el9aj2dhm6]  p {
        margin-top: 0;
        margin-bottom: 5px;
    }

        .news-details-content-html[b-el9aj2dhm6]  p:first-child {
            margin-top: 0;
        }

        .news-details-content-html[b-el9aj2dhm6]  p:last-child {
            margin-bottom: 0 !important;
        }

        .news-details-content-html[b-el9aj2dhm6]  img,
        .news-details-content-html[b-el9aj2dhm6]  img.news-img,
        .news-details-content-html[b-el9aj2dhm6]  img.news-img-center,
        .news-details-content-html[b-el9aj2dhm6]  a img,
        .news-details-content-html[b-el9aj2dhm6]  p img,
        .news-details-content-html[b-el9aj2dhm6]  strong + img,
        .news-details-content-html[b-el9aj2dhm6]  blockquote + img {
            max-width: 100% !important;
            width: auto !important;
            height: auto !important;
            display: block !important;
            clear: both !important;
            margin: 20px auto !important; /* Podesava razmak izmedju slika i teskta*/
            border-radius: 16px;
        }

    .news-details-content-html[b-el9aj2dhm6]  iframe,
    .news-details-content-html[b-el9aj2dhm6]  video {
        max-width: 100% !important;
        display: block !important;
        margin: 24px auto !important;
    }

    .news-details-content-html[b-el9aj2dhm6]  h1,
    .news-details-content-html[b-el9aj2dhm6]  h2,
    .news-details-content-html[b-el9aj2dhm6]  h3,
    .news-details-content-html[b-el9aj2dhm6]  h4 {
        color: var(--color-primary);
        font-family: "Exo 2", 'Courier New';
        line-height: 1.18;
        margin-top: 28px;
        margin-bottom: 14px;
    }

    .news-details-content-html[b-el9aj2dhm6]  ul,
    .news-details-content-html[b-el9aj2dhm6]  ol {
        padding-left: 24px;
    }

    .news-details-content-html[b-el9aj2dhm6]  a {
        word-break: break-word;
    }


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {
    .news-details-title[b-el9aj2dhm6] {
        font-size: 34px;
    }

    .news-details-content-html[b-el9aj2dhm6] {
        font-size: 17px;
        line-height: 1.75;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .news-details-hero-image[b-el9aj2dhm6] {
        height: 240px;
    }

    .news-details-page-section[b-el9aj2dhm6] {
        padding-top: 28px;
        padding-bottom: 30px;
    }

    .news-details-header[b-el9aj2dhm6] {
        margin-bottom: 22px;
    }

    .news-details-title[b-el9aj2dhm6] {
        font-size: 28px;
        line-height: 1.12;
    }

    .news-details-date[b-el9aj2dhm6] {
        font-size: 12px;
    }

    .news-details-content-card[b-el9aj2dhm6] {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .news-details-content-html[b-el9aj2dhm6] {
        font-size: 16px;
        line-height: 1.7;
    }

        .news-details-content-html[b-el9aj2dhm6]  img,
        .news-details-content-html[b-el9aj2dhm6]  img.news-img,
        .news-details-content-html[b-el9aj2dhm6]  img.news-img-center,
        .news-details-content-html[b-el9aj2dhm6]  a img,
        .news-details-content-html[b-el9aj2dhm6]  p img {
            margin: 18px auto !important;
            border-radius: 12px;
        }
}
/* _content/Oks.Front/Pages/Vesti/Vesti.razor.rz.scp.css */
/* =========================================================
   NEWS FILTERS
   ========================================================= */

.news-filters[b-w0mrkiwvl8] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    border: 1px solid var(--color-border);
}

.news-filters-header[b-w0mrkiwvl8] {
    margin-bottom: 20px;
}

.news-filters-title[b-w0mrkiwvl8] {
    margin: 0 0 4px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary);
    font-family: "Exo 2", 'Courier New';
}

.news-filters-subtitle[b-w0mrkiwvl8] {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-light);
}

.news-filters-grid[b-w0mrkiwvl8] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: end;
}

.news-filter-field[b-w0mrkiwvl8] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.news-filter-label[b-w0mrkiwvl8] {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--color-accent);
}

.news-filter-input[b-w0mrkiwvl8] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--color-text);
    font-size: 15px;
    line-height: 1.2;
   
    outline: none;
    box-shadow: 0 2px 6px rgba(16, 24, 40, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .news-filter-input[b-w0mrkiwvl8]::placeholder {
        color: #9aa3af;
    }

    .news-filter-input:focus[b-w0mrkiwvl8] {
        border-color: var(--color-accent);
        box-shadow: 0 0 0 4px rgba(50, 159, 220, 0.12);
        background: #ffffff;
    }

.news-filter-actions[b-w0mrkiwvl8] {
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: flex-end;
}

.news-filter-btn[b-w0mrkiwvl8] {
    height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
   
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.news-filter-btn-primary[b-w0mrkiwvl8] {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(19, 42, 90, 0.14);
}

    .news-filter-btn-primary:hover[b-w0mrkiwvl8] {
        background: var(--color-primary-hover);
        transform: translateY(-1px);
    }

.news-filter-btn-secondary[b-w0mrkiwvl8] {
    background: #ffffff;
    color: var(--color-primary);
    border-color: var(--color-border);
}

    .news-filter-btn-secondary:hover[b-w0mrkiwvl8] {
        background: var(--color-bg-soft);
        border-color: var(--color-accent);
    }




/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {
    .news-filters-grid[b-w0mrkiwvl8] {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .news-filter-actions[b-w0mrkiwvl8] {
        flex-direction: column;
        align-items: stretch;
    }

    .news-filter-btn[b-w0mrkiwvl8] {
        width: 100%;
    }

}
/* _content/Oks.Front/Shared/Footer.razor.rz.scp.css */
a[b-8rs0hew9f6] {
    color: white;
    text-decoration: none;
}

.site-footer[b-8rs0hew9f6] {
    flex-shrink: 0;
    margin-top: 48px;
    background: #132a5a;
    color: #ffffff;
}

.footer-main[b-8rs0hew9f6] {
    padding: 42px 0 30px 0;
    line-height: 25px;
    font-size: 14px;
}

.footer-container[b-8rs0hew9f6] {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-main .footer-container[b-8rs0hew9f6] {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 1fr;
    gap: 42px;
}

.footer-column[b-8rs0hew9f6] {
    min-width: 0;
}

.footer-title[b-8rs0hew9f6] {
    margin: 0 0 16px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-text[b-8rs0hew9f6] {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.footer-links[b-8rs0hew9f6] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-links li[b-8rs0hew9f6] {
        margin-bottom: 10px;
    }

    .footer-links a[b-8rs0hew9f6], .footer-contact-item a[b-8rs0hew9f6] {
        color: rgba(255, 255, 255, 0.82);
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .footer-links a:hover[b-8rs0hew9f6], .footer-contact-item a:hover[b-8rs0hew9f6] {
            color: #51b8f1;
        }

.footer-contact-item[b-8rs0hew9f6] {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.footer-contact-label[b-8rs0hew9f6] {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
    color: #ffffff;
}

.footer-bottom[b-8rs0hew9f6] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px 0;
}

.footer-bottom-inner[b-8rs0hew9f6] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

@media (max-width: 991.98px) {
    .site-footer[b-8rs0hew9f6] {
        margin-top: 36px;
    }

    .footer-main[b-8rs0hew9f6] {
        padding: 34px 0 24px 0;
    }

        .footer-main .footer-container[b-8rs0hew9f6] {
            grid-template-columns: 1fr;
            gap: 28px;
        }
}

@media (max-width: 575.98px) {
    .footer-container[b-8rs0hew9f6] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-title[b-8rs0hew9f6] {
        font-size: 13px;
    }

    .footer-text[b-8rs0hew9f6], .footer-contact-item[b-8rs0hew9f6], .footer-links a[b-8rs0hew9f6] {
        font-size: 13px;
    }

    .footer-bottom-inner[b-8rs0hew9f6] {
        font-size: 12px;
    }
}
/* _content/Oks.Front/Shared/LanguageSwitcherComponent.razor.rz.scp.css */

.language-switcher[b-9j2mhxigx0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    white-space: nowrap;
    line-height: 1;
}

.language-switcher-left[b-9j2mhxigx0] {
    color: #132a5a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
}

.language-switcher-right[b-9j2mhxigx0] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.lang-link[b-9j2mhxigx0] {
    text-decoration: none;
    color: #858585;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: color 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

    .lang-link:hover[b-9j2mhxigx0] {
        color: #111827;
    }

    .lang-link.active[b-9j2mhxigx0] {
        color: #329FDC;
        font-weight: 700;
    }

.lang-separator[b-9j2mhxigx0] {
    color: #9ca3af;
    font-size: 9px;
    user-select: none;
    pointer-events: none;
}



.language-switcher-right[b-9j2mhxigx0] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 20px; /* 20px od desne strane */
}

.language-switcher-social[b-9j2mhxigx0] {
    display: flex;
    align-items: center;
    gap: 10px; /* razmak između ikonica */
}

    .language-switcher-social a[b-9j2mhxigx0] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #7c8cad;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .language-switcher-social svg[b-9j2mhxigx0] {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

    .language-switcher-social a:hover[b-9j2mhxigx0] {
        color: #ea5324; /* narandžasta */
    }



/* _content/Oks.Front/Shared/MainLayout.razor.rz.scp.css */
.site-logo[b-gsqoq04x07] {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 20;
    display: flex;
    align-items: center;
    transform: translateY(-15px);
}

    .site-logo a[b-gsqoq04x07] {
        display: block;
        text-decoration: none;
        flex: 0 0 auto;
    }

    .site-logo img[b-gsqoq04x07] {
        display: block;
        width: auto;
        height: 87px;
    }

.site-logo-title[b-gsqoq04x07] {
    margin-left: 10px;
    color: black;
    font-size: 14px;
    letter-spacing:2px;
    font-weight: 500;
    white-space: nowrap;


    transform: translateY(-10px);
}

.page-shell[b-gsqoq04x07] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header-wrapper[b-gsqoq04x07] {
    position: relative;
    z-index: 1000;
}

.top-menu-bar[b-gsqoq04x07] {
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.top-bar-inner[b-gsqoq04x07] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-content[b-gsqoq04x07] {
    flex: 1 0 auto;
}


@media (max-width: 992px) {

    .site-logo[b-gsqoq04x07] {
        transform: translateY(-25px);
    }

    .site-logo-title[b-gsqoq04x07] {
        color: #ffffff;
        font-size: 11px;
        transform: translateY(13px);
    }

    .site-logo img[b-gsqoq04x07] {
        height: 65px; /* opciono malo manji da legne bolje */
    }
}
/* _content/Oks.Front/Shared/MainMenu.razor.rz.scp.css */
:host[b-zq7qu3squv] {
    display: block;
}

.double-menu[b-zq7qu3squv] {
    position: relative;
    width: 100%;
}

.top-menu-bar[b-zq7qu3squv] {
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bottom-menu-bar[b-zq7qu3squv] {
    background: #132a5a;
}

.menu-container[b-zq7qu3squv] {
    width: min(1400px, calc(100% - 32px));
    margin: 0 auto;
   
}

.menu-nav[b-zq7qu3squv] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 170px;
}

.menu-root[b-zq7qu3squv] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

    .menu-root > li[b-zq7qu3squv] {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

.top-nav[b-zq7qu3squv] {
    min-height: 50px;
}

.bottom-nav[b-zq7qu3squv] {
    min-height: 42px;
}

.menu-item[b-zq7qu3squv] {
    display: flex;
    align-items: center;
}

.menu-link[b-zq7qu3squv] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.top-link:hover[b-zq7qu3squv] {
    color: #329FDC;
}

.bottom-link:hover[b-zq7qu3squv] {
    color: #66c2f6;
}

.top-link[b-zq7qu3squv] {
    color: #111111;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 14px 0;
    text-transform: uppercase;
}

.bottom-link[b-zq7qu3squv] {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 12px 0;
}

.fixed-submenu[b-zq7qu3squv] {
    position: fixed;
    top: 0;
    left: 0;
    width: max-content;
    max-width: 400px;
    min-width: 200px;
    padding: 10px 0;
    z-index: 99999;
    opacity: 0;
    letter-spacing: 2px;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.12s ease, transform 0.12s ease, visibility 0.12s ease;
}

    .fixed-submenu.show[b-zq7qu3squv] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

body.menu-hover-suppressed .fixed-submenu[b-zq7qu3squv] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.submenu-panel[b-zq7qu3squv] {
    border: solid 1px #e8e8e8;
    background: #fefefe;
    border-radius: 5px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.submenu-list[b-zq7qu3squv] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .submenu-list li[b-zq7qu3squv] {
        margin: 0;
        padding: 0;
    }

    .submenu-list a[b-zq7qu3squv] {
        display: block;
        padding: 9px 14px;
        text-decoration: none;
        color: black;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.35;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        
    }

    .submenu-list li:last-child a[b-zq7qu3squv] {
        border-bottom: 0;
    }

    .submenu-list a:hover[b-zq7qu3squv] {
        background: rgba(0, 0, 0, 0.04);
    }

.oks-submenu[b-zq7qu3squv] {
    width: 760px;
    max-width: calc(100vw - 24px);
    padding: 18px 20px;
}

.submenu-columns[b-zq7qu3squv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.submenu-column[b-zq7qu3squv] {
    min-width: 0;
}

.submenu-column-title[b-zq7qu3squv] {
    margin: 0 0 10px 0;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #132a5a;
}

    .submenu-column-title a[b-zq7qu3squv] {
        display: block;
        text-decoration: none;
        color: #132a5a;
    }

        .submenu-column-title a:hover[b-zq7qu3squv] {
            color: #329FDC;
        }

.oks-submenu .submenu-list[b-zq7qu3squv] {
    margin: 0;
    padding: 0;
}

    .oks-submenu .submenu-list a[b-zq7qu3squv] {
        padding: 9px 14px;
    }

/* mobile elementi sakriveni na desktop */
.mobile-menu-toggle[b-zq7qu3squv],
.mobile-menu-panel[b-zq7qu3squv] {
    display: none;
}

/* postojeći responsive desktop submenu */
@media (max-width: 991px) {
    .menu-root[b-zq7qu3squv] {
        gap: 22px;
    }

    .top-link[b-zq7qu3squv],
    .bottom-link[b-zq7qu3squv] {
        font-size: 14px;
    }

    .fixed-submenu[b-zq7qu3squv] {
        width: min(360px, calc(100vw - 24px));
    }

    .submenu-list a[b-zq7qu3squv] {
        font-size: 11px;
        padding: 8px 11px;
    }

    .oks-submenu[b-zq7qu3squv] {
        width: min(720px, calc(100vw - 24px));
        padding: 16px 18px;
    }

    .submenu-columns[b-zq7qu3squv] {
        gap: 22px;
    }

    .submenu-column-title[b-zq7qu3squv] {
        font-size: 12px;
    }

    .oks-submenu .submenu-list a[b-zq7qu3squv] {
        padding: 8px 11px;
    }
}

@media (max-width: 768px) {
    .oks-submenu[b-zq7qu3squv] {
        width: min(420px, calc(100vw - 24px));
        padding: 14px;
    }

    .submenu-columns[b-zq7qu3squv] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .submenu-column-title[b-zq7qu3squv] {
        margin-bottom: 8px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .menu-container[b-zq7qu3squv] {
        width: min(100%, calc(100% - 20px));
    }

    .menu-root[b-zq7qu3squv] {
        gap: 18px;
    }

    .top-link[b-zq7qu3squv],
    .bottom-link[b-zq7qu3squv] {
        font-size: 13px;
    }

    .fixed-submenu[b-zq7qu3squv] {
        width: min(300px, calc(100vw - 20px));
    }

    .submenu-list a[b-zq7qu3squv] {
        font-size: 10.5px;
        padding: 7px 10px;
    }

    .oks-submenu[b-zq7qu3squv] {
        width: min(420px, calc(100vw - 20px));
        padding: 12px;
    }

        .oks-submenu .submenu-list a[b-zq7qu3squv] {
            padding: 7px 10px;
        }
}





/* =========================================================
   MOBILE: samo plavi meni sa pitom
   ========================================================= */
@media (max-width: 992px) {

    .top-menu-bar[b-zq7qu3squv] {
        display: none;
    }

    .bottom-menu-bar[b-zq7qu3squv] {
        display: block;
        background: #132a5a;
    }

        .bottom-menu-bar .menu-container[b-zq7qu3squv] {
            width: calc(100% - 20px);
            min-height: 52px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: relative;
        }

        .bottom-menu-bar .menu-nav[b-zq7qu3squv] {
            display: none;
        }

    .mobile-menu-toggle[b-zq7qu3squv] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 0;
        background: transparent;
        cursor: pointer;
        padding: 0;
        border-radius: 6px;
        position: relative;
        margin-left: auto;
    }

        .mobile-menu-toggle:hover[b-zq7qu3squv] {
            background: rgba(255, 255, 255, 0.08);
        }

        .mobile-menu-toggle .bar[b-zq7qu3squv],
        .mobile-menu-toggle[b-zq7qu3squv]::before,
        .mobile-menu-toggle[b-zq7qu3squv]::after {
            content: "";
            position: absolute;
            width: 22px;
            height: 2px;
            background: #ffffff;
            border-radius: 2px;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .mobile-menu-toggle .bar[b-zq7qu3squv] {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .mobile-menu-toggle[b-zq7qu3squv]::before {
            top: 14px;
            left: 50%;
            transform: translateX(-50%);
        }

        .mobile-menu-toggle[b-zq7qu3squv]::after {
            bottom: 14px;
            left: 50%;
            transform: translateX(-50%);
        }

    body.mobile-menu-open .mobile-menu-toggle .bar[b-zq7qu3squv] {
        opacity: 0;
    }

    body.mobile-menu-open .mobile-menu-toggle[b-zq7qu3squv]::before {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    body.mobile-menu-open .mobile-menu-toggle[b-zq7qu3squv]::after {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobile-menu-panel[b-zq7qu3squv] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #132a5a;
        z-index: 9999;
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    body.mobile-menu-open .mobile-menu-panel[b-zq7qu3squv] {
        display: block;
    }

    .mobile-menu-scroll[b-zq7qu3squv] {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
    }

    .mobile-menu-section[b-zq7qu3squv] {
        display: block;
    }

    .mobile-menu-section-top[b-zq7qu3squv] {
        background: #fafafa;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mobile-menu-section-bottom[b-zq7qu3squv] {
        background: #132a5a;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mobile-parent-link[b-zq7qu3squv],
    .mobile-parent-toggle[b-zq7qu3squv] {
        width: 100%;
        min-height: 46px;
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        line-height: 1.2;
        background: transparent;
    }

    .mobile-parent-link-top[b-zq7qu3squv],
    .mobile-parent-toggle-top[b-zq7qu3squv] {
        color: #111111;
        font-size: 12px;
        font-weight: 600;
    }

        .mobile-parent-link-top:hover[b-zq7qu3squv],
        .mobile-parent-toggle-top:hover[b-zq7qu3squv] {
            color: #329FDC;
            background: rgba(0, 0, 0, 0.03);
        }

    .mobile-parent-link-bottom[b-zq7qu3squv],
    .mobile-parent-toggle-bottom[b-zq7qu3squv] {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
    }

        .mobile-parent-link-bottom:hover[b-zq7qu3squv],
        .mobile-parent-toggle-bottom:hover[b-zq7qu3squv] {
            color: #66c2f6;
            background: rgba(255, 255, 255, 0.05);
        }

    .mobile-toggle-icon[b-zq7qu3squv] {
        position: relative;
        width: 12px;
        height: 12px;
        flex: 0 0 12px;
    }

        .mobile-toggle-icon[b-zq7qu3squv]::before,
        .mobile-toggle-icon[b-zq7qu3squv]::after {
            content: "";
            position: absolute;
            background: currentColor;
            border-radius: 1px;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .mobile-toggle-icon[b-zq7qu3squv]::before {
            top: 5px;
            left: 0;
            width: 12px;
            height: 2px;
        }

        .mobile-toggle-icon[b-zq7qu3squv]::after {
            top: 0;
            left: 5px;
            width: 2px;
            height: 12px;
        }

    .mobile-menu-section.open .mobile-toggle-icon[b-zq7qu3squv]::after {
        opacity: 0;
    }

    .mobile-submenu-group[b-zq7qu3squv] {
        display: none;
    }

    .mobile-menu-section.open .mobile-submenu-group[b-zq7qu3squv] {
        display: block;
    }

    .mobile-menu-section-top .mobile-submenu-group[b-zq7qu3squv] {
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        padding: 0 0 6px 0;
    }


   /*submenu donji*/
    .mobile-menu-section-bottom .mobile-submenu-group[b-zq7qu3squv] {
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        padding: 0 0 6px 0;
    }

    .mobile-submenu-title[b-zq7qu3squv] {
        padding: 10px 16px 6px 28px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .mobile-menu-section-top .mobile-submenu-title[b-zq7qu3squv] {
        color: #132a5a;
    }

    .mobile-menu-section-bottom .mobile-submenu-title[b-zq7qu3squv] {
        color: #132a5a;
    }

    .mobile-sublink[b-zq7qu3squv] {
        display: block;
        padding: 9px 16px 9px 28px;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.35;
        white-space: normal;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .mobile-menu-section-top .mobile-sublink[b-zq7qu3squv] {
        color: #333333;
        background: #ffffff;
    }

        .mobile-menu-section-top .mobile-sublink:hover[b-zq7qu3squv] {
            color: #329FDC;
            background: rgba(0, 0, 0, 0.03);
        }

    .mobile-menu-section-bottom .mobile-sublink[b-zq7qu3squv] {
        color: #333333;
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

        .mobile-menu-section-bottom .mobile-sublink:hover[b-zq7qu3squv] {
            color: #329FDC;
            background: rgba(0, 0, 0, 0.03);
        }

    .fixed-submenu[b-zq7qu3squv],
    .submenu-panel[b-zq7qu3squv],
    .oks-submenu[b-zq7qu3squv] {
        display: none !important;
    }
}
