/* ================================================================
   FS3 / KicknGoal dizajn: vesti i pojedinačna vest
   ================================================================ */
:root {
    --fs3-news-deep: #0d1f35;
    --fs3-news-deeper: #071525;
    --fs3-news-surface: #ffffff;
    --fs3-news-soft: #f4f6f8;
    --fs3-news-line: #e1e5ea;
    --fs3-news-muted: #667085;
}

.fs3-news-page .fsgk-news-archive,
.fs3-article-page .fsgk-single-news,
.fs3-article-page .page-single-post {
    background: var(--fs3-news-soft);
}

.fs3-news-page .fsgk-news-archive {
    padding: 88px 0 105px;
}

.fs3-news-page .fsgk-news-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 36px;
    margin-bottom: 38px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--fs3-news-line);
}

.fs3-news-page .fsgk-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--main-color);
    font-family: var(--default-font);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fs3-news-page .fsgk-section-kicker::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--main-color);
}

.fs3-news-page .fsgk-news-intro h2,
.fs3-news-page .fsgk-news-results-heading h2,
.fs3-article-page .fsgk-related-news__heading h2,
.fs3-article-page .fsgk-comments h2 {
    margin: 0;
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-size: clamp(38px, 4.3vw, 62px);
    font-weight: 700;
    line-height: 1.04;
}

.fs3-news-page .fsgk-news-intro p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--fs3-news-muted);
    font-size: 17px;
    line-height: 1.75;
}

.fs3-news-page .fsgk-news-stats {
    display: flex;
    gap: 10px;
}

.fs3-news-page .fsgk-news-stats span {
    display: grid;
    place-items: center;
    min-width: 112px;
    min-height: 105px;
    padding: 16px;
    background: var(--fs3-news-deep);
    color: #fff;
    text-align: center;
}

.fs3-news-page .fsgk-news-stats strong {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 36px;
    line-height: 1;
}

.fs3-news-page .fsgk-news-stats small {
    margin-top: 8px;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fs3-news-page .fsgk-news-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-bottom: 46px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--fs3-news-line);
    box-shadow: 0 18px 45px rgba(13,31,53,.07);
}

.fs3-news-page .fsgk-news-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.fs3-news-page .fsgk-news-search label {
    position: relative;
    display: block;
    margin: 0;
}

.fs3-news-page .fsgk-news-search label i {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    color: var(--main-color);
    transform: translateY(-50%);
}

.fs3-news-page .fsgk-news-search input {
    width: 100%;
    min-height: 58px;
    padding: 12px 18px 12px 52px;
    border: 1px solid #e7e9ed;
    background: #f8f9fa;
    color: var(--primary-color);
}

.fs3-news-page .fsgk-news-search .btn-default {
    min-width: 138px;
}

.fs3-news-page .fsgk-news-types {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fs3-news-page .fsgk-news-types a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 17px;
    border: 1px solid var(--fs3-news-line);
    background: #fff;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 800;
}

.fs3-news-page .fsgk-news-types a:hover,
.fs3-news-page .fsgk-news-types a.is-active {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
}

.fs3-news-page .fsgk-featured-news {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    min-height: 480px;
    margin-bottom: 62px;
    overflow: hidden;
    background: var(--fs3-news-deep);
    box-shadow: 0 24px 60px rgba(7,21,37,.16);
}

.fs3-news-page .fsgk-featured-news__image,
.fs3-news-page .fsgk-featured-news__image figure,
.fs3-news-page .fsgk-featured-news__image img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.fs3-news-page .fsgk-featured-news__image img {
    object-fit: cover;
    transition: transform .65s ease;
}

.fs3-news-page .fsgk-featured-news:hover .fsgk-featured-news__image img {
    transform: scale(1.04);
}

.fs3-news-page .fsgk-featured-news__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 72px);
}

.fs3-news-page .fsgk-featured-news__content .fsgk-section-kicker,
.fs3-news-page .fsgk-featured-news__content .fsgk-featured-news__meta i {
    color: var(--fs3-gold, #d9b44a);
}

.fs3-news-page .fsgk-featured-news__content .fsgk-section-kicker::before {
    background: var(--fs3-gold, #d9b44a);
}

.fs3-news-page .fsgk-featured-news__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 15px;
}

.fs3-news-page .fsgk-featured-news__meta span {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.fs3-news-page .fsgk-featured-news h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 3.3vw, 54px);
    line-height: 1.08;
}

.fs3-news-page .fsgk-featured-news h2 a,
.fs3-news-page .fsgk-featured-news p {
    color: #fff;
}

.fs3-news-page .fsgk-featured-news p {
    margin: 0 0 30px;
    color: rgba(255,255,255,.7);
    line-height: 1.75;
}

.fs3-news-page .fsgk-news-layout {
    row-gap: 45px;
}

.fs3-news-page .fsgk-news-results-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.fs3-news-page .fsgk-news-results-heading h2 {
    font-size: clamp(32px, 3vw, 46px);
}

.fs3-news-page .fsgk-news-results-heading > strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    min-height: 78px;
    padding: 10px;
    background: var(--main-color);
    color: #fff;
    font-family: var(--heading-font);
    font-size: 25px;
}

.fs3-news-page .fsgk-news-results-heading > strong small {
    color: rgba(255,255,255,.8);
    font-family: var(--default-font);
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fs3-site .fs3-news-card {
    height: calc(100% - 28px);
    margin-bottom: 28px;
    border: 0;
    background: transparent;
}

.fs3-site .fs3-news-card .sisf-blog-item,
.fs3-site .fs3-news-card .sisf-e-inner {
    height: 100%;
}

.fs3-site .fs3-news-card .sisf-e-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--fs3-news-deep);
    box-shadow: 0 16px 38px rgba(7,21,37,.13);
    transition: transform .3s ease, box-shadow .3s ease;
}

.fs3-site .fs3-news-card:hover .sisf-e-inner {
    transform: translateY(-7px);
    box-shadow: 0 22px 48px rgba(7,21,37,.2);
}

.fs3-site .fs3-news-card .sisf-e-media,
.fs3-site .fs3-news-card .sisf-e-media-image,
.fs3-site .fs3-news-card .sisf-e-media-image a,
.fs3-site .fs3-news-card .sisf-e-media-image figure {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0;
}

.fs3-site .fs3-news-card .sisf-e-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.fs3-site .fs3-news-card:hover .sisf-e-media-image img {
    transform: scale(1.055);
}

.fs3-site .fs3-news-card__date {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
}

.fs3-site .fs3-news-card__date .sisf-single-date {
    display: grid;
    place-items: center;
    width: 62px;
    height: 68px;
    background: var(--main-color);
    text-align: center;
}

.fs3-site .fs3-news-card__date .date {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
}

.fs3-site .fs3-news-card__date .date strong {
    display: inline-block;
    margin-bottom: 4px;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 25px;
}

.fs3-site .fs3-news-card .fsgk-news-card__type {
    top: auto;
    right: 18px;
    bottom: 16px;
    left: auto;
    padding: 7px 11px;
    background: var(--fs3-gold, #d9b44a);
    color: var(--fs3-news-deeper);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fs3-site .fs3-news-card .sisf-e-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 28px 28px 30px;
    background: var(--fs3-news-deep);
}

.fs3-site .fs3-news-card .fsgk-news-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 14px;
}

.fs3-site .fs3-news-card .fsgk-news-card__meta span {
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.fs3-site .fs3-news-card .fsgk-news-card__meta i {
    margin-right: 6px;
    color: var(--fs3-gold, #d9b44a);
}

.fs3-site .fs3-news-card .post-item-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.fs3-site .fs3-news-card .sisf-e-title {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1.18;
}

.fs3-site .fs3-news-card .sisf-e-title a {
    color: #fff;
}

.fs3-site .fs3-news-card .sisf-e-title a:hover {
    color: var(--fs3-gold, #d9b44a);
}

.fs3-site .fs3-news-card .post-item-content p {
    margin: 0 0 24px;
    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

.fs3-site .fs3-news-card .post-item-btn {
    margin-top: auto;
}

.fs3-site .fs3-news-card .btn-default {
    display: inline-flex;
    width: auto;
    min-height: 48px;
    padding: 12px 18px;
}

.fs3-news-page .fsgk-news-sidebar,
.fs3-article-page .fsgk-article-sidebar {
    position: sticky;
    top: 120px;
}

.fs3-news-page .fsgk-sidebar-box,
.fs3-article-page .fsgk-sidebar-box {
    margin-bottom: 26px;
    padding: 30px;
    border: 1px solid var(--fs3-news-line);
    background: #fff;
    box-shadow: 0 14px 34px rgba(13,31,53,.055);
}

.fs3-news-page .fsgk-sidebar-box h3,
.fs3-article-page .fsgk-sidebar-box h3,
.fs3-news-page .fsgk-sidebar-cta h3,
.fs3-article-page .fsgk-sidebar-cta h3 {
    margin: 0 0 22px;
    color: var(--primary-color);
    font-size: 28px;
}

.fs3-news-page .fsgk-category-list a,
.fs3-article-page .fsgk-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--fs3-news-line);
    color: var(--primary-color);
    font-weight: 700;
}

.fs3-news-page .fsgk-category-list a:hover,
.fs3-news-page .fsgk-category-list a.is-active,
.fs3-article-page .fsgk-category-list a:hover,
.fs3-article-page .fsgk-category-list a.is-active {
    color: var(--main-color);
}

.fs3-news-page .fsgk-category-list strong {
    display: grid;
    place-items: center;
    min-width: 30px;
    height: 30px;
    background: var(--fs3-news-soft);
    color: var(--primary-color);
    font-size: 12px;
}

.fs3-news-page .fsgk-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fs3-news-page .fsgk-tag-cloud a,
.fs3-article-page .post-tags a {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid var(--fs3-news-line);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
}

.fs3-news-page .fsgk-tag-cloud a:hover,
.fs3-article-page .post-tags a:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
}

.fs3-news-page .fsgk-sidebar-cta,
.fs3-article-page .fsgk-sidebar-cta {
    padding: 34px;
    background: var(--fs3-news-deep);
    color: #fff;
}

.fs3-news-page .fsgk-sidebar-cta > i,
.fs3-article-page .fsgk-sidebar-cta > i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    background: var(--main-color);
    color: #fff;
    font-size: 23px;
}

.fs3-news-page .fsgk-sidebar-cta > span,
.fs3-article-page .fsgk-sidebar-cta > span {
    color: var(--fs3-gold, #d9b44a);
}

.fs3-news-page .fsgk-sidebar-cta h3,
.fs3-article-page .fsgk-sidebar-cta h3,
.fs3-news-page .fsgk-sidebar-cta p,
.fs3-article-page .fsgk-sidebar-cta p {
    color: #fff;
}

/* Pojedinačna vest */
.fs3-article-page .fsgk-single-news {
    padding: 90px 0 110px;
}

.fs3-article-page .fsgk-single-news > .container > .post-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 52px;
    background: var(--fs3-news-deep);
    box-shadow: 0 22px 55px rgba(7,21,37,.14);
}

.fs3-article-page .fsgk-single-news .post-image figure {
    height: min(58vw, 640px);
    margin: 0;
}

.fs3-article-page .fsgk-single-news .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fs3-article-page .fsgk-article-type {
    position: absolute;
    right: 24px;
    bottom: 24px;
    padding: 10px 14px;
    background: var(--fs3-gold, #d9b44a);
    color: var(--fs3-news-deeper);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fs3-article-page .fsgk-article-layout {
    row-gap: 38px;
}

.fs3-article-page .fsgk-post-content {
    padding: 0;
    background: transparent;
}

.fs3-article-page .fsgk-article-lead {
    margin: 0 0 30px;
    padding: 25px 28px;
    border: 0;
    border-left: 5px solid var(--main-color);
    background: #fff;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.65;
    box-shadow: 0 12px 30px rgba(13,31,53,.05);
}

.fs3-article-page .fsgk-post-content .post-entry {
    padding: 38px;
    background: #fff;
    color: #3f4752;
    font-size: 17px;
    line-height: 1.85;
    box-shadow: 0 14px 34px rgba(13,31,53,.055);
}

.fs3-article-page .fsgk-post-content .post-entry h2,
.fs3-article-page .fsgk-post-content .post-entry h3,
.fs3-article-page .fsgk-post-content .post-entry h4 {
    color: var(--primary-color);
    line-height: 1.2;
}

.fs3-article-page .fsgk-post-content .post-entry a {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fs3-article-page .fsgk-post-content .post-entry img {
    max-width: 100%;
    height: auto;
}

.fs3-article-page .fsgk-news-context,
.fs3-article-page .fsgk-post-tag-links,
.fs3-article-page .fsgk-related-news,
.fs3-article-page .fsgk-comments {
    margin-top: 34px;
}

.fs3-article-page .fsgk-news-context,
.fs3-article-page .fsgk-post-tag-links,
.fs3-article-page .fsgk-comments {
    padding: 30px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(13,31,53,.055);
}

.fs3-article-page .fsgk-news-context__grid a {
    border-color: var(--fs3-news-line);
    background: var(--fs3-news-soft);
}

.fs3-article-page .post-social-sharing ul {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fs3-article-page .post-social-sharing a,
.fs3-article-page .post-social-sharing button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--fs3-news-line);
    background: #fff;
    color: var(--primary-color);
}

.fs3-article-page .post-social-sharing a:hover,
.fs3-article-page .post-social-sharing button:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
}

.fs3-article-page .fsgk-comments__heading > strong {
    display: grid;
    place-items: center;
    min-width: 62px;
    height: 62px;
    background: var(--main-color);
    color: #fff;
}

.fs3-article-page .fsgk-comments__list article {
    border-color: var(--fs3-news-line);
    background: var(--fs3-news-soft);
}

.fs3-article-page .fsgk-comments__list article > span {
    background: var(--fs3-news-deep);
    color: #fff;
}

.fs3-article-page .fsgk-comment-form {
    margin-top: 28px;
    padding: 30px;
    background: var(--fs3-news-deep);
}

.fs3-article-page .fsgk-comment-form h3,
.fs3-article-page .fsgk-comment-form p,
.fs3-article-page .fsgk-comment-form label > span {
    color: #fff;
}

.fs3-article-page .fsgk-comment-form input,
.fs3-article-page .fsgk-comment-form textarea {
    background: #fff;
}

.fs3-article-page .fsgk-article-facts > span {
    border-color: var(--fs3-news-line);
}

.fs3-article-page .fsgk-article-facts i {
    color: var(--main-color);
}

@media (max-width: 1199px) {
    .fs3-news-page .fsgk-featured-news {
        grid-template-columns: 1fr 390px;
    }

    .fs3-site .fs3-news-card .sisf-e-title {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .fs3-news-page .fsgk-news-archive,
    .fs3-article-page .fsgk-single-news {
        padding: 70px 0 85px;
    }

    .fs3-news-page .fsgk-news-intro,
    .fs3-news-page .fsgk-news-toolbar,
    .fs3-news-page .fsgk-featured-news {
        grid-template-columns: 1fr;
    }

    .fs3-news-page .fsgk-news-stats {
        justify-content: flex-start;
    }

    .fs3-news-page .fsgk-featured-news__image {
        min-height: 420px;
    }

    .fs3-news-page .fsgk-news-sidebar,
    .fs3-article-page .fsgk-article-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .fs3-news-page .fsgk-news-archive,
    .fs3-article-page .fsgk-single-news {
        padding: 52px 0 68px;
    }

    .fs3-news-page .fsgk-news-intro {
        gap: 24px;
    }

    .fs3-news-page .fsgk-news-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .fs3-news-page .fsgk-news-stats span {
        min-width: 0;
        min-height: 88px;
        padding: 10px;
    }

    .fs3-news-page .fsgk-news-stats strong {
        font-size: 29px;
    }

    .fs3-news-page .fsgk-news-toolbar,
    .fs3-news-page .fsgk-news-search {
        grid-template-columns: 1fr;
    }

    .fs3-news-page .fsgk-news-search .btn-default {
        width: 100%;
    }

    .fs3-news-page .fsgk-featured-news__image {
        min-height: 280px;
    }

    .fs3-news-page .fsgk-featured-news__content,
    .fs3-news-page .fsgk-sidebar-box,
    .fs3-news-page .fsgk-sidebar-cta,
    .fs3-article-page .fsgk-sidebar-box,
    .fs3-article-page .fsgk-sidebar-cta,
    .fs3-article-page .fsgk-post-content .post-entry,
    .fs3-article-page .fsgk-news-context,
    .fs3-article-page .fsgk-post-tag-links,
    .fs3-article-page .fsgk-comments {
        padding: 24px;
    }

    .fs3-site .fs3-news-card .sisf-e-media,
    .fs3-site .fs3-news-card .sisf-e-media-image,
    .fs3-site .fs3-news-card .sisf-e-media-image a,
    .fs3-site .fs3-news-card .sisf-e-media-image figure {
        height: 225px;
    }

    .fs3-article-page .fsgk-single-news .post-image figure {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .fs3-article-page .post-social-sharing ul {
        justify-content: flex-start;
        margin-top: 18px;
    }
}

@media (max-width: 480px) {
    .fs3-news-page .fsgk-news-stats span {
        min-height: 78px;
    }

    .fs3-news-page .fsgk-news-stats small {
        font-size: 9px;
    }

    .fs3-news-page .fsgk-news-results-heading {
        align-items: flex-start;
    }

    .fs3-news-page .fsgk-featured-news h2 {
        font-size: 31px;
    }

    .fs3-site .fs3-news-card .sisf-e-content {
        padding: 24px;
    }

    .fs3-article-page .fsgk-article-lead {
        padding: 21px;
        font-size: 18px;
    }
}


/* ================================================================
   Ispravka kartica u sekciji "Najnovije objave"
   ================================================================ */
.fs3-site .fs3-news-card .sisf-e-media {
    position: relative;
    display: block;
    min-height: 250px;
    overflow: hidden;
    background: #091a2d;
}

.fs3-site .fs3-news-card .sisf-e-media-image,
.fs3-site .fs3-news-card .sisf-e-media-image a,
.fs3-site .fs3-news-card .sisf-e-media-image figure {
    position: relative;
    display: block !important;
    width: 100%;
    height: 250px;
    margin: 0;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden;
}

.fs3-site .fs3-news-card .sisf-e-media-image figure,
.fs3-site .fs3-news-card .sisf-e-media-image img {
    transform: none;
    clip-path: none;
}

.fs3-site .fs3-news-card .sisf-e-media-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1 !important;
    visibility: visible !important;
}

.fs3-site .fs3-news-card .post-item-btn {
    display: flex;
    align-items: center;
    margin-top: auto;
    line-height: normal;
}

.fs3-site .fs3-news-card .readmore-btn,
.fs3-site .fs3-news-card .post-item-btn .readmore-btn {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 178px;
    height: auto !important;
    min-height: 50px;
    padding: 13px 22px !important;
    border: 1px solid var(--main-color) !important;
    border-radius: 0 !important;
    background: var(--main-color) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .03em;
    text-transform: uppercase;
    overflow: hidden;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.fs3-site .fs3-news-card .readmore-btn::before,
.fs3-site .fs3-news-card .readmore-btn::after {
    display: none !important;
    content: none !important;
}

.fs3-site .fs3-news-card .readmore-btn span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: inherit;
}

.fs3-site .fs3-news-card .readmore-btn i {
    position: static;
    margin: 0;
    color: inherit;
    font-size: 13px !important;
    transform: rotate(-45deg);
    transition: transform .25s ease;
}

.fs3-site .fs3-news-card .readmore-btn:hover {
    border-color: var(--fs3-news-deep) !important;
    background: var(--fs3-news-deep) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.fs3-site .fs3-news-card .readmore-btn:hover i {
    transform: rotate(0deg);
}

@media (max-width: 767px) {
    .fs3-site .fs3-news-card .sisf-e-media,
    .fs3-site .fs3-news-card .sisf-e-media-image,
    .fs3-site .fs3-news-card .sisf-e-media-image a,
    .fs3-site .fs3-news-card .sisf-e-media-image figure {
        min-height: 220px;
        height: 220px;
    }

    .fs3-site .fs3-news-card .readmore-btn,
    .fs3-site .fs3-news-card .post-item-btn .readmore-btn {
        width: 100% !important;
        min-width: 0;
    }
}

/* ================================================================
   FS3 NEWS CARD: stabilan prikaz slike i boja na svim uređajima
   ================================================================ */

/*
 * Originalni KicknGoal .blog-grid-page stil apsolutno pozicionira
 * sadržaj preko fotografije na desktopu. FS3 kartica uvek koristi
 * klasičan raspored: fotografija iznad, sadržaj ispod.
 */
.fs3-site .fs3-news-card .sisf-e-inner {
    position: relative;
}

.fs3-site .fs3-news-card .sisf-e-media,
.fs3-site .fs3-news-card .sisf-e-media-image,
.fs3-site .fs3-news-card .sisf-e-media-image > a,
.fs3-site .fs3-news-card .sisf-e-media-image figure,
.fs3-site .fs3-news-card .sisf-e-media-image img {
    visibility: visible !important;
    opacity: 1 !important;
}

.fs3-site .fs3-news-card .sisf-e-media {
    position: relative !important;
    z-index: 1;
    flex: 0 0 auto;
    overflow: hidden;
}

.fs3-site .fs3-news-card .sisf-e-media-image figure {
    position: relative;
    display: block !important;
    transform: none !important;
    clip-path: none !important;
}

.fs3-site .fs3-news-card .sisf-e-content {
    position: relative !important;
    inset: auto !important;
    z-index: 2;
    width: 100% !important;
}

/* Originalni mobilni template koristi !important i naslov boji crno. */
.fs3-site .fs3-news-card .sisf-e-title,
.fs3-site .fs3-news-card .sisf-e-title a,
.fs3-site .fs3-news-card .sisf-e-title-link {
    color: #ffffff !important;
}

.fs3-site .fs3-news-card .sisf-e-title a:hover,
.fs3-site .fs3-news-card .sisf-e-title-link:hover {
    color: var(--fs3-gold, #d9b44a) !important;
}

.fs3-site .fs3-news-card .fsgk-news-card__meta span {
    color: rgba(255, 255, 255, 0.68) !important;
}

.fs3-site .fs3-news-card .post-item-content p {
    color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 767px) {
    .fs3-site .fs3-news-card .sisf-e-media,
    .fs3-site .fs3-news-card .sisf-e-media-image,
    .fs3-site .fs3-news-card .sisf-e-media-image > a,
    .fs3-site .fs3-news-card .sisf-e-media-image figure {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .fs3-site .fs3-news-card .sisf-e-media-image img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
    }

    .fs3-site .fs3-news-card .sisf-e-content {
        padding: 24px !important;
        background: var(--fs3-news-deep) !important;
    }

    .fs3-site .fs3-news-card .sisf-e-title {
        font-size: 25px;
        line-height: 1.2;
    }
}
