:root {
    --btm-red: #ff2e2e;
    --btm-yellow: #ffe600;
    --btm-ink: #0d0d0d;
    --btm-paper: #f5f1e8;
    --btm-white: #fff;
    --btm-line: 3px solid var(--btm-ink);
}

html { scroll-behavior: smooth; }
body.btm-page { background: var(--btm-paper); color: var(--btm-ink); }
.btm-page *, .btm-page *::before, .btm-page *::after { box-sizing: border-box; }
.btm-page .site-layout { background: var(--btm-paper); }
.btm-page .btm-main { overflow: hidden; }

.btm-sidebar {
    background: var(--btm-ink);
    border-right: 3px solid var(--btm-ink);
}
.btm-sidebar .brand { background: transparent !important; border: 0 !important; border-bottom: 0 !important; box-shadow: none !important; padding: 14px 16px 10px !important; }
.btm-sidebar .brand img { width: 100%; max-height: 145px; object-fit: contain; padding: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.btm-sidebar .nav-item { color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); }
.btm-sidebar .nav-item:hover { background: var(--btm-red); color: #fff; transform: translateX(4px); }
.btm-sidebar .nav-icon { color: var(--btm-yellow); }
.btm-sidebar .nav-item:hover .nav-icon { color: #fff; }
.btm-back-link { color: #fff; text-decoration: none; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }

.btm-mobile-header { background: var(--btm-yellow); border-bottom: 3px solid var(--btm-ink); }
.btm-mobile-header .mobile-logo img { max-height: 50px; object-fit: contain; }
.btm-mobile-header .menu-toggle { background: var(--btm-ink); color: #fff; border: 0; border-radius: 0; }

.btm-hero {
    min-height: 72vh;
    padding: clamp(50px, 7vw, 100px);
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr);
    gap: 50px;
    align-items: end;
    background:
        linear-gradient(90deg, transparent 49.7%, rgba(13,13,13,.08) 50%, transparent 50.3%),
        var(--btm-yellow);
    border-bottom: 3px solid var(--btm-ink);
    position: relative;
}
.btm-hero::before {
    content: "BOOST";
    position: absolute;
    right: -20px;
    top: 15px;
    font-size: clamp(90px, 18vw, 270px);
    line-height: .8;
    font-weight: 950;
    letter-spacing: -.08em;
    color: rgba(13,13,13,.06);
    pointer-events: none;
}
.btm-hero-copy { position: relative; z-index: 1; max-width: 930px; }
.btm-tag, .btm-kicker {
    display: inline-block;
    background: var(--btm-ink);
    color: #fff;
    padding: 7px 11px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.btm-hero h1 {
    margin: 18px 0 16px;
    font-size: clamp(68px, 10vw, 148px);
    line-height: .78;
    letter-spacing: -.075em;
    text-transform: uppercase;
    font-weight: 950;
}
.btm-hero-rule { width: 115px; height: 10px; background: var(--btm-red); margin: 30px 0; transform: rotate(-2deg); }
.btm-hero p { max-width: 840px; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; font-weight: 650; }
.btm-socials { display: flex; gap: 10px; margin-top: 28px; }
.btm-socials a, .participant-links a {
    width: 48px; height: 48px; display: grid; place-items: center;
    background: var(--btm-ink); color: #fff; border: 2px solid var(--btm-ink); text-decoration: none;
    transition: .15s ease;
}
.btm-socials a:hover, .participant-links a:hover { background: var(--btm-red); transform: translate(-3px,-3px); box-shadow: 4px 4px 0 var(--btm-ink); }
.btm-hero-stamp { position: relative; z-index: 1; align-self: center; justify-self: end; transform: rotate(3deg); }
.btm-hero-stamp span {
    display: block; width: max-content; margin: 7px 0; padding: 8px 13px;
    background: var(--btm-red); color: #fff; font-weight: 950; font-size: clamp(30px, 5vw, 70px); line-height: .85;
    letter-spacing: -.04em; text-transform: uppercase; border: 3px solid var(--btm-ink); box-shadow: 6px 6px 0 var(--btm-ink);
}

.btm-section { padding: clamp(45px, 6vw, 85px); border-bottom: 3px solid var(--btm-ink); background: var(--btm-paper); }
.btm-section--soft { background: #fff; }
.btm-section--ink { background: var(--btm-ink); color: #fff; }
.btm-section--ink .btm-kicker { background: var(--btm-yellow); color: var(--btm-ink); }
.btm-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.btm-section h2 { margin: 10px 0 0; font-size: clamp(42px, 6vw, 86px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; font-weight: 950; }
.btm-lead { font-size: 20px; font-weight: 800; margin: 0 0 20px; }
.btm-lead--second { margin-top: 34px; }

.btm-partners-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.btm-partners-grid--small { grid-template-columns: repeat(2, minmax(0,260px)); }
.btm-partner-card {
    min-height: 150px; padding: 22px; display: grid; place-items: center; background: #fff;
    border: var(--btm-line); box-shadow: 6px 6px 0 var(--btm-ink); transition: .15s ease;
}
.btm-partner-card:hover { transform: translate(-4px,-4px); box-shadow: 10px 10px 0 var(--btm-red); }
.btm-partner-card img { width: 100%; height: 100px; object-fit: contain; }

.btm-carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 6px 14px 0; }
.btm-carousel::-webkit-scrollbar { display: none; }
.btm-arrows { display: flex; gap: 8px; }
.btm-arrows button {
    width: 50px; height: 50px; border: 3px solid currentColor; background: transparent; color: inherit; cursor: pointer; font-size: 18px;
}
.btm-arrows button:hover { background: var(--btm-red); color: #fff; border-color: var(--btm-red); }

.btm-logo-card {
    flex: 0 0 min(390px, 75vw); height: 260px; margin: 0; padding: 30px; display: grid; place-items: center;
    background: #fff; border: 3px solid #fff; scroll-snap-align: start; transform: rotate(-1deg);
}
.btm-logo-card:nth-child(even) { transform: rotate(1deg); }
.btm-logo-card img { width: 100%; height: 100%; object-fit: contain; }

.btm-posters-section { background: var(--btm-red); }
.btm-posters-section .btm-kicker { background: var(--btm-yellow); color: var(--btm-ink); }
.btm-poster-card {
    flex: 0 0 min(330px, 78vw); aspect-ratio: 4 / 5; padding: 0; border: 3px solid var(--btm-ink); background: #fff; position: relative;
    overflow: hidden; cursor: zoom-in; scroll-snap-align: start; box-shadow: 7px 7px 0 var(--btm-ink);
}
.btm-poster-card img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; background: #fff; transition: transform .22s ease; }
.btm-poster-card:hover img { transform: scale(1.012); }
.btm-poster-zoom { position: absolute; right: 10px; bottom: 10px; width: 44px; height: 44px; display: grid; place-items: center; background: var(--btm-yellow); border: 2px solid var(--btm-ink); }

.participant-card {
    flex: 0 0 min(720px, 88vw); display: grid; grid-template-columns: minmax(220px,.8fr) minmax(280px,1.2fr);
    border: var(--btm-line); background: #fff; box-shadow: 8px 8px 0 var(--btm-ink); scroll-snap-align: start;
}
.participant-visual { position: relative; min-height: 390px; overflow: hidden; background: var(--btm-yellow); border-right: 3px solid var(--btm-ink); }
.participant-photo { width: 100%; height: 100%; object-fit: cover; display: block; filter: contrast(1.04) saturate(.9); }
.participant-logo { position: absolute; z-index: 2; left: 18px; top: 18px; width: 120px; height: 75px; object-fit: contain; padding: 8px; background: #fff; border: 2px solid var(--btm-ink); }
.participant-body { padding: 30px; }

.participant-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.participant-heading h3 { margin: 0; }
.participant-type {
    flex: 0 0 auto;
    padding: 7px 10px 6px;
    border: 2px solid var(--btm-ink);
    font-size: 11px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.participant-type--band {
    background: #fff;
    color: var(--btm-ink);
}
.participant-type--hiphop {
    background: var(--btm-ink);
    color: #fff;
    transform: rotate(-2deg);
    box-shadow: 3px 3px 0 var(--btm-red);
}
.participant-body h3 { margin: 0; font-size: 46px; line-height: .9; text-transform: uppercase; letter-spacing: -.04em; }
.participant-body p { line-height: 1.6; }
.participant-links { display: flex; gap: 9px; margin-top: 24px; }

.btm-media-categories { display: grid; gap: 42px; }
.btm-media-category { min-width: 0; padding-top: 24px; border-top: 3px solid currentColor; }
.btm-media-category:first-child { padding-top: 0; border-top: 0; }
.btm-media-category-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.btm-media-category-head > div:first-child { display: flex; align-items: baseline; gap: 12px; min-width: 0; }
.btm-media-index { font-size: 12px; line-height: 1; font-weight: 950; letter-spacing: .14em; opacity: .55; }
.btm-media-category h3 { margin: 0; font-size: clamp(25px, 3vw, 42px); line-height: .95; font-weight: 950; letter-spacing: -.035em; text-transform: uppercase; }
.btm-media-empty { padding: 22px; border: 2px dashed currentColor; opacity: .72; font-weight: 750; }

.btm-photo-strip { align-items: stretch; }
.btm-photo-card { flex: 0 0 min(440px, 82vw); aspect-ratio: 4 / 3; margin: 0; border: var(--btm-line); scroll-snap-align: start; overflow: hidden; background: #111; box-shadow: 6px 6px 0 var(--btm-ink); }
.btm-photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .2s ease; }
.btm-photo-card:hover img { transform: scale(1.02); }

.btm-video-categories { gap: 48px; }
.btm-video-category { border-color: rgba(255,255,255,.35); }
.btm-video-card { flex: 0 0 min(720px, 90vw); border: 3px solid #fff; background: #000; scroll-snap-align: start; box-shadow: 7px 7px 0 var(--btm-red); }
.btm-video-card video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #000; }

.btm-empty { padding: 24px; border: 3px dashed currentColor; font-weight: 750; }
.btm-empty code { font-weight: 900; }

.btm-lightbox[hidden] { display: none; }
.btm-lightbox {
    position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.94); padding: 72px 85px 45px;
}
.btm-lightbox img { max-width: 90vw; max-height: 84vh; object-fit: contain; border: 2px solid rgba(255,255,255,.25); box-shadow: 0 18px 70px rgba(0,0,0,.5); }
.btm-lightbox-close, .btm-lightbox-nav {
    position: fixed; z-index: 2; width: 54px; height: 54px; border: 2px solid #fff; background: var(--btm-ink); color: #fff; cursor: pointer; font-size: 20px;
}
.btm-lightbox-close { top: 18px; right: 18px; background: var(--btm-red); }
.btm-lightbox-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.btm-lightbox-next { right: 18px; top: 50%; transform: translateY(-50%); }
.btm-lightbox-open { overflow: hidden; }

@media (max-width: 1100px) {
    .btm-partners-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .btm-hero { grid-template-columns: 1fr; min-height: auto; }
    .btm-hero-stamp { display: flex; flex-wrap: wrap; justify-self: start; gap: 8px; transform: none; }
    .btm-hero-stamp span { margin: 0; font-size: 28px; }
}

@media (max-width: 760px) {
    .btm-hero { padding: 45px 22px 38px; background: var(--btm-yellow); }
    .btm-hero::before { font-size: 120px; top: 20px; right: -15px; }
    .btm-hero h1 { font-size: clamp(58px, 21vw, 92px); }
    .btm-hero p { font-size: 16px; }
    .btm-section { padding: 42px 20px; }
    .btm-section-head { align-items: center; }
    .btm-section h2 { font-size: clamp(39px, 14vw, 58px); }
    .btm-arrows button { width: 42px; height: 42px; }
    .btm-partners-grid, .btm-partners-grid--small { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .btm-partner-card { min-height: 118px; padding: 14px; box-shadow: 4px 4px 0 var(--btm-ink); }
    .btm-partner-card img { height: 78px; }
    .participant-card { grid-template-columns: 1fr; }
    .participant-visual { min-height: 300px; border-right: 0; border-bottom: 3px solid var(--btm-ink); }
    .participant-body { padding: 24px; }
    .participant-body h3 { font-size: 38px; }
    .btm-logo-card { height: 220px; }
    .btm-poster-card { flex-basis: min(78vw, 310px); }
    .btm-media-categories { gap: 34px; }
    .btm-media-category-head { align-items: center; }
    .btm-media-category h3 { font-size: 27px; }
    .btm-photo-card { flex-basis: 84vw; }
    .btm-video-card { flex-basis: 91vw; box-shadow: 5px 5px 0 var(--btm-red); }
    .btm-lightbox { padding: 70px 15px 90px; }
    .btm-lightbox img { max-width: 96vw; max-height: 76vh; }
    .btm-lightbox-prev, .btm-lightbox-next { top: auto; bottom: 18px; transform: none; }
}

@media (max-width: 460px) {
    .btm-partners-grid, .btm-partners-grid--small { grid-template-columns: 1fr 1fr; gap: 10px; }
    .btm-partner-card { min-height: 100px; }
    .btm-partner-card img { height: 62px; }
    .btm-hero-stamp { display: none; }
}
/* Participant placeholders — shown until official photos arrive */
.participant-visual--no-photo {
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(255,255,255,.14) 25%, transparent 25%) -14px 0/28px 28px,
        linear-gradient(225deg, rgba(255,255,255,.10) 25%, transparent 25%) -14px 0/28px 28px,
        var(--btm-ink);
}

.participant-no-photo {
    min-height: 390px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.participant-no-photo i {
    font-size: 34px;
    margin-bottom: 8px;
    color: var(--btm-yellow);
}

.participant-no-photo span {
    font-size: clamp(30px, 5vw, 58px);
    line-height: .9;
    font-weight: 900;
    letter-spacing: -.05em;
}

.participant-no-photo small {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    color: var(--btm-yellow);
}

@media (max-width: 760px) {
    .participant-no-photo { min-height: 300px; }
}

@media (max-width: 560px) {
    .participant-heading { align-items: flex-start; }
    .participant-type { font-size: 10px; padding: 6px 8px 5px; }
}

@media (max-width: 768px) {

    /* Učesnici — kompaktnija kartica na telefonu */
    .participant-visual {
        height: 180px;
        min-height: 0;
        aspect-ratio: auto;
    }

    .participant-photo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .participant-logo {
        max-width: 90px;
        max-height: 48px;
    }

    .participant-body {
        padding: 16px;
    }

    .participant-body h3 {
        font-size: 1.35rem;
        margin-bottom: 8px;
    }

    .participant-body p {
        font-size: 0.9rem;
        line-height: 1.45;
    }
}

/* ============================================================
   UČESNICI — cijela fotografija + klik za uvećanje
   ============================================================ */
.participant-visual {
    min-height: 390px;
    background: #111;
}

.participant-photo-button {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #111;
    cursor: zoom-in;
    overflow: hidden;
}

.participant-photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    filter: none;
    transition: transform .22s ease, opacity .22s ease;
}

.participant-photo-button:hover .participant-photo {
    transform: scale(1.012);
    opacity: .96;
}

.participant-photo-zoom {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--btm-ink);
    background: var(--btm-yellow);
    border: 2px solid var(--btm-ink);
    pointer-events: none;
}

.participant-logo-button {
    position: absolute;
    z-index: 3;
    left: 18px;
    top: 18px;
    width: 120px;
    height: 75px;
    padding: 8px;
    border: 2px solid var(--btm-ink);
    background: #fff;
    cursor: zoom-in;
    box-shadow: 3px 3px 0 rgba(0,0,0,.18);
    transition: transform .18s ease, box-shadow .18s ease;
}

.participant-logo-button:hover {
    transform: translateY(-2px);
    box-shadow: 5px 5px 0 rgba(0,0,0,.22);
}

.participant-logo {
    position: static;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 0;
    border: 0;
    background: transparent;
    object-fit: contain;
    display: block;
}

.participant-photo-button:focus-visible,
.participant-logo-button:focus-visible {
    outline: 4px solid var(--btm-red);
    outline-offset: -4px;
}

.btm-lightbox-nav[hidden] {
    display: none;
}

@media (max-width: 768px) {
    .participant-visual {
        height: auto;
        min-height: 300px;
        aspect-ratio: 4 / 3;
    }

    .participant-photo-button {
        position: absolute;
        inset: 0;
    }

    .participant-photo {
        object-fit: contain;
        object-position: center;
    }

    .participant-logo-button {
        left: 12px;
        top: 12px;
        width: 94px;
        height: 60px;
        padding: 6px;
    }

    .participant-photo-zoom {
        right: 10px;
        bottom: 10px;
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 460px) {
    .participant-visual {
        min-height: 280px;
        aspect-ratio: 1 / 1;
    }
}

/* ============================================================
   UČESNICI — prirodniji, kockastiji boxovi
   ============================================================ */
.participant-card {
    flex: 0 0 min(640px, 86vw);
    grid-template-columns: minmax(270px, 1fr) minmax(300px, 1.08fr);
    align-items: stretch;
}

.participant-visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
    align-self: start;
    background: #111;
}

.participant-photo-button {
    position: absolute;
    inset: 0;
}

.participant-photo {
    object-fit: contain;
    object-position: center;
}

.participant-body {
    padding: 24px;
}

.participant-body h3 {
    font-size: clamp(34px, 3.1vw, 44px);
}

.participant-body p {
    margin-bottom: 0;
    line-height: 1.52;
}

.participant-logo-button {
    width: 108px;
    height: 68px;
}

@media (max-width: 900px) and (min-width: 761px) {
    .participant-card {
        flex-basis: min(600px, 88vw);
        grid-template-columns: minmax(250px, .95fr) minmax(280px, 1.05fr);
    }

    .participant-body {
        padding: 22px;
    }
}

@media (max-width: 760px) {
    .participant-card {
        flex: 0 0 min(88vw, 430px);
        grid-template-columns: 1fr;
    }

    .participant-visual {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-right: 0;
        border-bottom: 3px solid var(--btm-ink);
    }

    .participant-body {
        padding: 18px;
    }

    .participant-body h3 {
        font-size: clamp(27px, 9vw, 36px);
    }

    .participant-body p {
        font-size: .92rem;
        line-height: 1.48;
    }

    .participant-logo-button {
        width: 92px;
        height: 58px;
    }
}

@media (max-width: 460px) {
    .participant-card {
        flex-basis: 88vw;
    }

    .participant-visual {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }
}

/* ============================================================
   UČESNICI — CIJELA KARTICA JE KVADRAT (1:1)
   ============================================================ */
.participant-card {
    flex: 0 0 min(560px, 78vw);
    width: min(560px, 78vw);
    height: min(560px, 78vw);
    aspect-ratio: 1 / 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 46% 54%;
    overflow: hidden;
    align-items: stretch;
}

.participant-visual {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    border-right: 0;
    border-bottom: 3px solid var(--btm-ink);
    align-self: stretch;
}

.participant-photo-button {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.participant-photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.participant-body {
    min-height: 0;
    height: 100%;
    padding: 18px 20px 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.participant-body::-webkit-scrollbar {
    width: 6px;
}

.participant-body::-webkit-scrollbar-thumb {
    background: rgba(10,10,12,.28);
}

.participant-heading {
    margin-bottom: 10px;
}

.participant-body h3 {
    font-size: clamp(28px, 2.7vw, 38px);
    line-height: .92;
}

.participant-body p {
    font-size: .9rem;
    line-height: 1.42;
    margin: 0;
}

.participant-logo-button {
    width: 98px;
    height: 62px;
    left: 14px;
    top: 14px;
}

.participant-no-photo {
    width: 100%;
    min-height: 0;
    height: 100%;
}

@media (max-width: 900px) and (min-width: 761px) {
    .participant-card {
        flex-basis: min(520px, 82vw);
        width: min(520px, 82vw);
        height: min(520px, 82vw);
        grid-template-columns: 1fr;
        grid-template-rows: 46% 54%;
    }
}

@media (max-width: 760px) {
    .participant-card {
        flex: 0 0 min(88vw, 420px);
        width: min(88vw, 420px);
        height: min(88vw, 420px);
        aspect-ratio: 1 / 1;
        grid-template-columns: 1fr;
        grid-template-rows: 45% 55%;
    }

    .participant-visual {
        width: 100%;
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
    }

    .participant-body {
        padding: 14px 15px 16px;
    }

    .participant-body h3 {
        font-size: clamp(23px, 7vw, 31px);
    }

    .participant-body p {
        font-size: .82rem;
        line-height: 1.36;
    }

    .participant-type {
        font-size: 9px;
        padding: 5px 7px 4px;
    }

    .participant-logo-button {
        width: 82px;
        height: 52px;
        left: 10px;
        top: 10px;
    }

    .participant-photo-zoom {
        width: 34px;
        height: 34px;
        right: 8px;
        bottom: 8px;
    }
}

@media (max-width: 460px) {
    .participant-card {
        flex-basis: 88vw;
        width: 88vw;
        height: 88vw;
    }
}



/* ============================================================
   PODRŠKA — FINALNI RASPORED DONATORA
   ============================================================ */
.btm-support .btm-support-intro {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    float: none !important;
    text-align: left !important;
}

.btm-support .btm-support-title {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    float: none !important;
}

/* Mora ostati ISPOD naslova, nikad desno od njega. */
.btm-support .btm-support-lead {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 900px !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    align-self: flex-start !important;
    text-align: left !important;
}

.btm-support .btm-partners-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.btm-support .btm-partner-card {
    min-width: 0 !important;
    min-height: 150px !important;
    padding: 22px !important;
    display: grid !important;
    place-items: center !important;
    background: #fff !important;
    border: 1px solid var(--btm-ink) !important;
    box-shadow: none !important;
    transform: none !important;
}

.btm-support .btm-partner-card + .btm-partner-card {
    border-left: 0 !important;
}

.btm-support .btm-partner-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.btm-support .btm-partner-card img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 86% !important;
    max-height: 105px !important;
    object-fit: contain !important;
}




@media (max-width: 1100px) {
    .btm-support .btm-partners-grid--program {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .btm-support .btm-partners-grid--program .btm-partner-card:nth-child(3n + 1) {
        border-left: 1px solid var(--btm-ink) !important;
    }

    .btm-support .btm-partners-grid--program .btm-partner-card:nth-child(n + 4) {
        border-top: 0 !important;
    }
}

@media (max-width: 760px) {
    .btm-support .btm-support-intro {
        margin-bottom: 22px !important;
    }

    .btm-support .btm-support-lead {
        margin-top: 14px !important;
        font-size: 17px !important;
    }

    .btm-support .btm-partners-grid--program {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 100% !important;
    }

    .btm-support .btm-partner-card:nth-child(odd) {
        border-left: 1px solid var(--btm-ink) !important;
    }

    .btm-support .btm-partners-grid--program .btm-partner-card:nth-child(n + 3) {
        border-top: 0 !important;
    }
}

@media (max-width: 460px) {
    .btm-support .btm-partners-grid--program {
        grid-template-columns: 1fr !important;
    }

    .btm-support .btm-partner-card {
        border-left: 1px solid var(--btm-ink) !important;
    }

    .btm-support .btm-partner-card + .btm-partner-card {
        border-top: 0 !important;
    }
}
