    .tba-site-footer {
        background: #ffffff;
        padding: 20px 20px 25px 20px;
        margin-top: 0px;
        text-align: center;
        font-size: 13px;
        color: #64748b;
        width: 100%;
        border-top: 1px solid #e2e8f0;
    }
    .tba-footer-tags {
        display: flex;
        gap: 8px 6px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 950px;
        margin: 0 auto 20px auto;
        padding: 0 6px;
    }
    .tba-footer-tags .tag {
        background: #f8f9fa;
        border: 1px solid #e2e8f0;
        padding: 7px 10px;
        border-radius: 18px;
        font-size: 13px;
        color: #3c4043;
        text-decoration: none;
        transition: all 0.2s ease;
        display: inline-flex;
        align-items: center;
        font-weight: 600;
    }
    .tba-footer-tags .tag:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 5px rgba(0,0,0,0.04);
    }
    .tba-footer-tags .tag-vijesti { background: #eff6ff; border-color: #bfdbfe; color: #1a73e8; }
    .tba-footer-tags .tag-vrijeme { background: #eff6ff; border-color: #bfdbfe; color: #1a73e8; }
    .tba-footer-tags .tag-ceste { background: #fffbeb; border-color: #fde68a; color: #d97706; }
    .tba-footer-tags .tag-poslovi { background: #f0f9ff; border-color: #bae6fd; color: #0284c7; }
    .tba-footer-tags .tag-snizenja { background: #fff7ed; border-color: #ffedd5; color: #e65100; }
    .tba-footer-tags .tag-berza { background: #ecfdf5; border-color: #a7f3d0; color: #10b981; }
    .tba-footer-tags .tag-kalendar { background: #eff6ff; border-color: #bfdbfe; color: #1a73e8; }
    .tba-footer-tags .tag-tv { background: #eef2ff; border-color: #c7d2fe; color: #6366f1; }
    .tba-footer-tags .tag-kino { background: #fef2f2; border-color: #fecaca; color: #e50914; }
    .tba-footer-tags .tag-igrice { background: #fffbeb; border-color: #fde68a; color: #f59e0b; }

    .tba-footer-nav {
	    border-top: 1px solid #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px 18px;
        list-style: none;
        margin: 0 auto 12px auto;
        padding: 5px;
    }
    .tba-footer-nav li a {
        color: #475569;
        text-decoration: none;
        font-weight: 400;
        transition: color 0.2s;
    }
    .tba-footer-nav li a:hover {
        color: #0284c7;
        text-decoration: underline;
    }
    .tba-footer-copy {
        font-size: 12px;
        color: #94a3b8;
    }

    /* =========================================================
       DARK THEME SWITCH: SPECIFIČNO ZA BERZA SEKCIJU
    ========================================================= */
    .tba-site-footer.theme-berza-dark {
        background: #111827;
        border-top: 1px solid #1f2937;
        color: #94a3b8;
    }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag {
        background: #0f172a;
        border-color: #1f2937;
        color: #e2e8f0;
    }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag:hover {
        border-color: #374151;
        box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-vijesti { background: rgba(26, 115, 232, 0.15); border-color: rgba(26, 115, 232, 0.35); color: #60a5fa; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-vrijeme { background: rgba(26, 115, 232, 0.15); border-color: rgba(26, 115, 232, 0.35); color: #60a5fa; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-ceste { background: rgba(217, 119, 6, 0.15); border-color: rgba(217, 119, 6, 0.35); color: #fbbf24; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-poslovi { background: rgba(2, 132, 199, 0.15); border-color: rgba(2, 132, 199, 0.35); color: #38bdf8; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-snizenja { background: rgba(230, 81, 0, 0.15); border-color: rgba(230, 81, 0, 0.35); color: #fb923c; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-berza { background: rgba(16, 185, 129, 0.15); border-color: rgba(16, 185, 129, 0.35); color: #34d399; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-kalendar { background: rgba(26, 115, 232, 0.15); border-color: rgba(26, 115, 232, 0.35); color: #60a5fa; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-tv { background: rgba(99, 102, 241, 0.15); border-color: rgba(99, 102, 241, 0.35); color: #818cf8; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-kino { background: rgba(229, 9, 20, 0.15); border-color: rgba(229, 9, 20, 0.35); color: #f87171; }
    .tba-site-footer.theme-berza-dark .tba-footer-tags .tag-igrice { background: rgba(245, 158, 11, 0.15); border-color: rgba(245, 158, 11, 0.35); color: #fbbf24; }

    .tba-site-footer.theme-berza-dark .tba-footer-nav {
        border-top: 1px solid #1f2937;
    }
    .tba-site-footer.theme-berza-dark .tba-footer-nav li a {
        color: #94a3b8;
    }
    .tba-site-footer.theme-berza-dark .tba-footer-nav li a:hover {
        color: #10b981;
    }
    .tba-site-footer.theme-berza-dark .tba-footer-copy {
        color: #64748b;
    }

    /* =========================================================
       DARK THEME SWITCH: SPECIFIČNO ZA IGRICE SEKCIJU
    ========================================================= */
    .tba-site-footer.theme-igrice-dark {
        background: #1e293b;
        border-top: 1px solid #334155;
        color: #94a3b8;
    }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag {
        background: #0f172a;
        border-color: #334155;
        color: #cbd5e1;
    }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag:hover {
        border-color: #f59e0b;
        color: #f59e0b;
        box-shadow: 0 0 10px rgba(245, 158, 11, 0.25);
    }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-vijesti { background: rgba(26, 115, 232, 0.15); border-color: rgba(26, 115, 232, 0.35); color: #60a5fa; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-vrijeme { background: rgba(26, 115, 232, 0.15); border-color: rgba(26, 115, 232, 0.35); color: #60a5fa; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-ceste { background: rgba(217, 119, 6, 0.15); border-color: rgba(217, 119, 6, 0.35); color: #fbbf24; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-poslovi { background: rgba(2, 132, 199, 0.15); border-color: rgba(2, 132, 199, 0.35); color: #38bdf8; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-snizenja { background: rgba(230, 81, 0, 0.15); border-color: rgba(230, 81, 0, 0.35); color: #fb923c; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-berza { background: rgba(16, 185, 129, 0.15); border-color: rgba(16, 185, 129, 0.35); color: #34d399; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-kalendar { background: rgba(26, 115, 232, 0.15); border-color: rgba(26, 115, 232, 0.35); color: #60a5fa; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-tv { background: rgba(99, 102, 241, 0.15); border-color: rgba(99, 102, 241, 0.35); color: #818cf8; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-kino { background: rgba(229, 9, 20, 0.15); border-color: rgba(229, 9, 20, 0.35); color: #f87171; }
    .tba-site-footer.theme-igrice-dark .tba-footer-tags .tag-igrice { background: rgba(245, 158, 11, 0.15); border-color: rgba(245, 158, 11, 0.35); color: #fbbf24; }

    .tba-site-footer.theme-igrice-dark .tba-footer-nav {
        border-top: 1px solid #334155;
    }
    .tba-site-footer.theme-igrice-dark .tba-footer-nav li a {
        color: #94a3b8;
    }
    .tba-site-footer.theme-igrice-dark .tba-footer-nav li a:hover {
        color: #f59e0b;
    }
    .tba-site-footer.theme-igrice-dark .tba-footer-copy {
        color: #64748b;
    }

    /* ZASTITA ADRESA */
    span.mirror { 
        unicode-bidi: bidi-override;
        direction: rtl; 
        color: #1a73e8; font-weight: bold; text-decoration: none;
    }

    /* DUGME ZA POVRATAK NA VRH */
    #btnBackToTop {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 44px;
        height: 44px;
        background: #1a73e8;
        color: #ffffff;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 4px 14px rgba(26, 115, 232, 0.35);
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, transform 0.2s ease, visibility 0.3s;
        z-index: 1000;
    }
    #btnBackToTop.show { opacity: 1; visibility: visible; }
    #btnBackToTop:hover { background: #1557b0; transform: translateY(-3px) scale(1.05); }

    @media (max-width: 768px) {
        #btnBackToTop {
            bottom: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            font-size: 18px;
        }
    }