﻿/* =========================================================================
   karlobag.eu — Portal New Design (P3 redizajn)
   Brand foundation: B-European Gazette + C-Stadium Roar (sport zone) + A žuti hot badge
   Verzija: 0.1.0 (28-04-2026) — početni skeleton
   Scope: aktivira se SAMO na elementima unutar .theme-new wrapera
   ========================================================================= */

/* --- 1. CSS VARIJABLE (brand tokens iz BRAND_FINAL spec-a) --- */
.theme-new,
.theme-new * {
    --tn-bg-base:        #1A1B23;
    --tn-bg-card:        #252631;
    --tn-bg-card-hover:  #2D2E3B;
    --tn-bg-input:       #1F2029;

    --tn-cta-primary:    #FF6B35;  /* CTA narandžasta */
    --tn-cta-hover:      #FF8559;
    --tn-hot-badge:      #FFD60A;  /* hot/live žuta */
    --tn-info-badge:     #3B82F6;  /* info/affiliate plava */
    --tn-watchlist:      #3B82F6;  /* watchlist plava */

    --tn-text-base:      #EAEAE6;
    --tn-text-primary:   #EAEAE6;  /* alias za --tn-text-base — koristen u tn-artist-about i 10+ drugih pravila s fallbackom #1a1a1a (nevidljivo na dark theme bez ovog aliasa) */
    --tn-text-muted:     #9CA3AF;
    --tn-text-disabled:  #6B6B7A;

    --tn-win:            #22C55E;
    --tn-loss:           #EF4444;
    --tn-draw:           #EAB308;
    --tn-pending:        #9CA3AF;

    --tn-border:         #3F3F4D;
    --tn-divider:        rgba(255,255,255,0.08);

    --tn-radius-sm:      6px;
    --tn-radius-md:      12px;
    --tn-radius-lg:      18px;

    --tn-shadow-card:    0 4px 16px rgba(0,0,0,0.25);
    --tn-shadow-hover:   0 8px 28px rgba(0,0,0,0.4);

    --tn-font-sans:      'Manrope', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --tn-font-serif:     'Lora', Georgia, serif;
    --tn-font-mono:      'JetBrains Mono', 'IBM Plex Mono', Menlo, Consolas, monospace;

    --tn-page-title-mobile: 1.4rem;  /* jedinstvena velicina glavnih H1 naslova na mobitelu (<=768px) — mijenja se na 1 mjestu */
}

/* --- 2. RESET / OVERRIDE existing styles (samo unutar .theme-new) --- */
html, body.theme-new {
    overflow-x: hidden;
    max-width: 100vw;
}
.theme-new,
.theme-new *,
.theme-new *::before,
.theme-new *::after {
    box-sizing: border-box;
}
.theme-new {
    background-color: var(--tn-bg-base);
    color: var(--tn-text-base);
    font-family: var(--tn-font-sans);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.theme-new a {
    color: var(--tn-cta-primary);
    text-decoration: none;
    transition: color 0.15s ease;
}
.theme-new a:hover {
    color: var(--tn-cta-hover);
    text-decoration: none;
}

.theme-new img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- 3. TIPOGRAFIJA ---
   !important na color jer postojeci /css/style.css i /css/crododo.css iz MasterPage-a imaju
   h1/h2/h3 boje koje pobjedjuju zbog specificity-a (npr. .featured-posts h2 {color: #333}).
   U redizajnu od nule kasnije ce se ucitati samo portalNew.css i ovo se moze maknuti.
*/
.theme-new h1, .theme-new .tn-h1 {
    font-family: var(--tn-font-sans) !important;
    font-weight: 800 !important;
    font-size: 52px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 16px !important;
    color: var(--tn-text-base) !important;
}
.theme-new h2, .theme-new .tn-h2 {
    font-family: var(--tn-font-sans) !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
    margin: 0 0 14px !important;
    color: var(--tn-text-base) !important;
}
.theme-new h3, .theme-new .tn-h3 {
    font-family: var(--tn-font-sans) !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
    color: var(--tn-text-base) !important;
}
.theme-new h4, .theme-new .tn-h4 {
    font-family: var(--tn-font-sans) !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin: 0 0 8px !important;
    color: var(--tn-text-base) !important;
}
.theme-new p {
    color: var(--tn-text-base) !important;
}

.theme-new .tn-meta {
    font-size: 13px;
    color: var(--tn-text-muted);
    font-weight: 400;
}

@media (max-width: 768px) {
    .theme-new h1, .theme-new .tn-h1 { font-size: 36px; }
    .theme-new h2, .theme-new .tn-h2 { font-size: 24px; }
    .theme-new h3, .theme-new .tn-h3 { font-size: 20px; }
}

/* --- 4. CONTAINER (širi od Bootstrap default-a, vijesti feel) --- */
.theme-new .tn-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 768px) {
    .theme-new .tn-container { padding: 0 16px; }
}

/* --- 5. BADGES --- */
.theme-new .tn-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: var(--tn-radius-sm);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    vertical-align: middle;
}
.theme-new .tn-badge-live {
    background: var(--tn-hot-badge);
    color: #1A1B23;
    animation: tn-pulse 1.5s ease-in-out infinite;
}
.theme-new .tn-badge-info {
    background: var(--tn-info-badge);
    color: #fff;
}
.theme-new .tn-badge-warning {
    background: var(--tn-cta-primary, #FFB800);
    color: #1A1B23;
}
.theme-new .tn-hero-ticket-price {
    font-size: 22px;
    font-weight: 800;
    color: var(--tn-cta-primary, #FFB800);
    line-height: 1;
    letter-spacing: -0.01em;
}
.theme-new .tn-hero-ticket .tn-hero-feature-actions {
    align-items: center;
    gap: 16px;
}

/* --- E-E-A-T blok (autoritet medija na naslovnici) --- */
.theme-new .tn-eeat-section {
    background: linear-gradient(135deg, var(--tn-bg-card) 0%, var(--tn-bg-card-hover) 100%);
    padding: 56px 0;
    margin-bottom: 48px;
    border-radius: var(--tn-radius-lg);
}
.theme-new .tn-eeat {
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
}
.theme-new .tn-eeat-badge {
    display: inline-block;
    padding: 6px 14px;
    border: 2px solid var(--tn-cta-primary, #FFB800);
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--tn-cta-primary, #FFB800);
    margin-bottom: 16px;
    text-transform: uppercase;
}
.theme-new .tn-eeat-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 12px 0;
    color: var(--tn-text-base);
}
.theme-new .tn-eeat-lead {
    font-size: 17px;
    color: var(--tn-text-muted);
    line-height: 1.6;
    margin: 0 0 32px 0;
}
.theme-new .tn-eeat-authors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin: 0 0 32px 0;
}
.theme-new .tn-eeat-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease;
}
.theme-new .tn-eeat-author:hover { transform: translateY(-2px); }
.theme-new .tn-eeat-author-img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    background: var(--tn-bg-card);
    border: 2px solid var(--tn-divider);
}
.theme-new .tn-eeat-author-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--tn-text-base);
    margin-bottom: 4px;
}
.theme-new .tn-eeat-author-role {
    font-size: 13px;
    color: var(--tn-text-muted);
}
.theme-new .tn-eeat-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 640px) {
    .theme-new .tn-eeat-title { font-size: 26px; }
    .theme-new .tn-eeat-author-img { width: 80px; height: 80px; }
}

@keyframes tn-pulse {
    0%,100% { opacity: 1; }
    50%     { opacity: 0.6; }
}

/* --- 6. BUTTONS --- */
.theme-new .tn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: var(--tn-radius-md);
    font-family: var(--tn-font-sans);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.01em;
    border: none;
    cursor: pointer;
    transition: all 0.18s ease;
    text-decoration: none !important;
    line-height: 1.2;
    white-space: nowrap;
    min-height: 44px;
}
.theme-new .tn-btn-primary {
    background: var(--tn-cta-primary);
    color: #fff;
}
.theme-new .tn-btn-primary:hover {
    background: var(--tn-cta-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(255,107,53,0.4);
}
.theme-new .tn-btn-ghost {
    background: transparent;
    color: var(--tn-text-base);
    border: 1px solid var(--tn-border);
}
.theme-new .tn-btn-ghost:hover {
    background: var(--tn-bg-card-hover);
    color: var(--tn-text-base);
    border-color: var(--tn-text-muted);
}
.theme-new .tn-btn-sm { padding: 8px 14px; font-size: 13px; min-height: 36px; }

/* --- 7. HEADER (top navigation) --- */
.theme-new .tn-header {
    background: var(--tn-bg-base);
    border-bottom: 1px solid var(--tn-divider);
    padding: 16px 0 0 0;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(8px);
}
/* Firefox Android (Samsung Galaxy) bug fix: backdrop-filter triggera repaint loop pri scroll-u i pri otvaranju
   submenu rubrika → izbornici "titriaju". Desktop zadrzava blur (radi savrseno na Chrome/Safari/Firefox desktop). */
@media (max-width: 991px) {
    .theme-new .tn-header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}
/* Donji red header-a — full-width tražilica (DICE.fm/Songkick pattern, 2026-05-12). */
.theme-new .tn-header-search-row {
    padding: 8px 0;
    margin-top: 8px;
}
.theme-new .tn-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.theme-new .tn-logo {
    font-family: var(--tn-font-sans);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--tn-text-base);
    text-decoration: none !important;
    line-height: 1;
}
.theme-new .tn-logo .tn-logo-dot {
    color: var(--tn-cta-primary);
    font-family: var(--tn-font-serif);
    font-size: 26px;
    line-height: 1;
    margin: 0 1px;
}
.theme-new .tn-nav {
    display: flex;
    gap: 24px;
    align-items: center;
}
.theme-new .tn-nav-link {
    color: var(--tn-text-muted);
    font-weight: 500;
    font-size: 15px;
    transition: color 0.15s ease;
}
.theme-new .tn-nav-link:hover { color: var(--tn-text-base); }
.theme-new .tn-nav-link.active,
.theme-new .tn-nav-active { color: var(--tn-text-base); }

/* === Dropdown nav (Glazba s Festivali, Putovanja s 5 sub-rubrika) === */
.theme-new .tn-nav-item {
    position: relative;
}
.theme-new .tn-nav-link-with-arrow {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.theme-new .tn-nav-arrow {
    font-size: 10px;
    line-height: 1;
    transition: transform 0.15s ease;
    color: var(--tn-text-muted);
}
.theme-new .tn-nav-has-sub:hover .tn-nav-arrow,
.theme-new .tn-nav-sub-open .tn-nav-arrow {
    transform: rotate(180deg);
    color: var(--tn-text-base);
}
.theme-new .tn-nav-sub {
    position: absolute;
    top: 100%;
    left: -16px;
    min-width: 220px;
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    padding: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    border: 1px solid var(--tn-divider);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0s linear 0.15s;
    z-index: 100;
    display: flex;
    flex-direction: column;
}
/* Hover otvaranje dropdown-a SAMO na pointer device-ima (mouse/trackpad).
   Bez @media (hover: hover), touchscreen tap aktivira "sticky :hover" state koji
   se ponaša kao toggle u sukobu s JS .tn-nav-sub-open klasom → menu titra. */
@media (hover: hover) {
    .theme-new .tn-nav-has-sub:hover .tn-nav-sub {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition-delay: 0s;
    }
}
.theme-new .tn-nav-sub-open .tn-nav-sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}
.theme-new .tn-nav-sub-link {
    display: block;
    padding: 8px 12px;
    color: var(--tn-text-muted);
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--tn-radius-sm, 4px);
    text-decoration: none;
    transition: background 0.12s ease, color 0.12s ease;
}
.theme-new .tn-nav-sub-link:hover {
    background: var(--tn-bg-card-hover);
    color: var(--tn-text-base);
}
@media (max-width: 991px) {
    /* Mobile submenu: display:none/flex umjesto max-height transition.
       max-height transition triggera Firefox Android composition layer glitch (titanje / flickering).
       Instant display swap je stabilan; transition animacija ionako nije ključna na touch device-u. */
    .theme-new .tn-nav-sub {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        /* Mobile: submenu stavke (Vijesti, Ulaznice...) centrirane kao i parent nav-linkovi (Sport, Glazba...).
           Uklonjen lijevi indent 16px + text-align: center → uniformno poravnanje cijelog mobilnog menija. */
        padding: 4px 0 8px 0;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: none;
        text-align: center;
    }
    .theme-new .tn-nav-sub-open .tn-nav-sub {
        display: flex;
        flex-direction: column;
    }
    .theme-new .tn-header.tn-mobile-open .tn-nav-sub-link {
        text-align: center;
        padding: 10px 16px;
    }
}

/* === STATIC stranica (O nama, Redakcija, Impressum, Kontakt itd.) === */
.theme-new .tn-static-page {
    padding: 32px 0 64px;
}
.theme-new .tn-static-article {
    max-width: 760px;
    margin: 0 auto;
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg);
    padding: 48px;
    box-shadow: var(--tn-shadow-card);
}
@media (max-width: 768px) {
    .theme-new .tn-static-article { padding: 28px 20px; }
}
.theme-new .tn-static-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-static-header-center {
    text-align: center;
}
.theme-new .tn-static-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: var(--tn-cta-primary, #FF6B35);
    margin-bottom: 12px;
}
/* Arhiva disclaimer banner — članci s RUBRIKA_PORTAL=NULL (legacy, nisu u portal navigaciji).
   Vizualno isticano da korisnik zna da gleda arhivski sadržaj koji nije ažuriran. */
.theme-new .tn-archive-disclaimer {
    display: block;
    background: rgba(255, 107, 53, 0.08);
    border-left: 3px solid var(--tn-cta-primary, #FF6B35);
    padding: 10px 14px;
    margin: 0 0 16px;
    font-size: 13px;
    color: var(--tn-text-muted, #888);
    border-radius: 0 6px 6px 0;
}
.theme-new .tn-static-title {
    font-size: 38px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 16px !important;
    color: var(--tn-text-base) !important;
}
@media (max-width: 768px) { .theme-new .tn-static-title { font-size: 28px !important; } }
.theme-new .tn-static-lead {
    font-size: 18px;
    line-height: 1.55;
    color: var(--tn-text-muted);
    margin: 0;
}
.theme-new .tn-static-issn-card {
    background: linear-gradient(135deg, var(--tn-bg-card-hover) 0%, var(--tn-bg-card) 100%);
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-md);
    padding: 24px;
    margin: 32px 0;
}
.theme-new .tn-static-issn-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed var(--tn-divider);
}
.theme-new .tn-static-issn-badge strong {
    font-size: 18px;
    color: var(--tn-cta-primary, #FF6B35);
    letter-spacing: 0.04em;
    flex-shrink: 0;
    white-space: nowrap;
}
.theme-new .tn-static-issn-badge span {
    font-size: 13px;
    color: var(--tn-text-muted);
}
.theme-new .tn-static-issn-history p {
    margin: 0 0 8px;
    font-size: 14px;
    color: var(--tn-text-muted);
    line-height: 1.6;
}
.theme-new .tn-static-h2 {
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 32px 0 12px !important;
    color: var(--tn-text-base) !important;
}
.theme-new .tn-static-list {
    padding-left: 20px;
    margin: 0 0 20px;
}
.theme-new .tn-static-list li {
    margin-bottom: 6px;
    color: var(--tn-text-muted);
    line-height: 1.6;
}
.theme-new .tn-static-list li strong {
    color: var(--tn-text-base);
}
.theme-new .tn-static-cta {
    margin-top: 40px;
    padding: 24px;
    background: var(--tn-bg-card-hover);
    border-radius: var(--tn-radius-md);
    text-align: center;
}
.theme-new .tn-static-cta h3 {
    font-size: 18px !important;
    margin: 0 0 8px !important;
    color: var(--tn-text-base) !important;
}
.theme-new .tn-static-cta p {
    color: var(--tn-text-muted);
    margin: 0 0 20px;
}
.theme-new .tn-static-cta-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.theme-new .tn-breadcrumb-sep {
    margin: 0 8px;
    color: var(--tn-text-muted);
}

/* === Redakcija grid (popis autora portala — E-E-A-T autoritet) === */
.theme-new .tn-redakcija-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 40px;
}
.theme-new .tn-redakcija-card {
    display: flex;
    flex-direction: column;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-md);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.theme-new .tn-redakcija-card:hover {
    transform: translateY(-2px);
    border-color: var(--tn-cta-primary, #FF6B35);
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    text-decoration: none;
    color: inherit;
}
.theme-new .tn-redakcija-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-redakcija-card-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.theme-new .tn-redakcija-card-name {
    font-size: 17px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: var(--tn-text-base) !important;
    line-height: 1.3;
}
.theme-new .tn-redakcija-card-writes {
    font-size: 13px;
    color: var(--tn-text-muted);
    line-height: 1.45;
    flex: 1;
}
.theme-new .tn-redakcija-card-stats {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--tn-divider);
}
.theme-new .tn-redakcija-card-count {
    font-size: 16px;
    font-weight: 800;
    color: var(--tn-cta-primary, #FF6B35);
}
.theme-new .tn-redakcija-card-count-lbl {
    font-size: 12px;
    color: var(--tn-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* === Impressum (pravna identifikacija portala) === */
.theme-new .tn-impressum-block {
    margin: 32px 0;
    padding: 24px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-md);
}
.theme-new .tn-impressum-section-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--tn-cta-primary, #FF6B35) !important;
    margin: 0 0 16px !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--tn-divider);
    letter-spacing: 0.02em;
}
.theme-new .tn-impressum-dl {
    display: grid;
    grid-template-columns: minmax(140px, max-content) 1fr;
    column-gap: 24px;
    row-gap: 10px;
    margin: 0;
}
.theme-new .tn-impressum-dl dt {
    font-size: 13px;
    font-weight: 600;
    color: var(--tn-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    align-self: start;
}
.theme-new .tn-impressum-dl dd {
    margin: 0;
    font-size: 15px;
    color: var(--tn-text-base);
    line-height: 1.5;
}
.theme-new .tn-impressum-dl dd a {
    color: var(--tn-cta-primary, #FF6B35);
    text-decoration: none;
}
.theme-new .tn-impressum-dl dd a:hover {
    text-decoration: underline;
}
.theme-new .tn-impressum-block p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--tn-text-base);
}
.theme-new .tn-impressum-block p:last-child {
    margin-bottom: 0;
}
.theme-new .tn-impressum-block a {
    color: var(--tn-cta-primary, #FF6B35);
    text-decoration: none;
}
.theme-new .tn-impressum-block a:hover {
    text-decoration: underline;
}
.theme-new .tn-impressum-meta {
    background: transparent;
    border: 0;
    padding: 8px 0 0;
    text-align: right;
}
.theme-new .tn-impressum-meta p {
    font-size: 13px;
    color: var(--tn-text-muted);
    font-style: italic;
    margin: 0;
}
@media (max-width: 640px) {
    .theme-new .tn-impressum-dl {
        grid-template-columns: 1fr;
        row-gap: 4px;
    }
    .theme-new .tn-impressum-dl dt {
        margin-top: 12px;
    }
    .theme-new .tn-impressum-dl dt:first-child {
        margin-top: 0;
    }
}

/* === Kontakt — forma + info blok === */
.theme-new .tn-kontakt-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    margin-top: 40px;
}
@media (max-width: 900px) {
    .theme-new .tn-kontakt-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.theme-new .tn-kontakt-section-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--tn-cta-primary, #FF6B35) !important;
    margin: 0 0 16px !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--tn-divider);
    letter-spacing: 0.02em;
}
.theme-new .tn-kontakt-form-wrap,
.theme-new .tn-kontakt-info {
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-md);
    padding: 24px;
}
.theme-new .tn-kontakt-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.theme-new .tn-kontakt-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.theme-new .tn-kontakt-row label {
    font-size: 13px;
    font-weight: 600;
    color: var(--tn-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.theme-new .tn-kontakt-row input[type="text"],
.theme-new .tn-kontakt-row input[type="email"],
.theme-new .tn-kontakt-row textarea {
    background: var(--tn-bg-input, #1a1d2e);
    border: 1px solid var(--tn-divider);
    color: var(--tn-text-base);
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    width: 100%;
    box-sizing: border-box;
}
.theme-new .tn-kontakt-row input:focus,
.theme-new .tn-kontakt-row textarea:focus {
    outline: none;
    border-color: var(--tn-cta-primary, #FF6B35);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.18);
}
.theme-new .tn-kontakt-row textarea {
    resize: vertical;
    min-height: 140px;
    line-height: 1.5;
}
.theme-new .tn-kontakt-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.theme-new .tn-kontakt-consent {
    flex-direction: row;
}
.theme-new .tn-kontakt-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    color: var(--tn-text-base);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5;
}
.theme-new .tn-kontakt-checkbox input[type="checkbox"] {
    margin-top: 2px;
    accent-color: var(--tn-cta-primary, #FF6B35);
    flex-shrink: 0;
}
.theme-new .tn-kontakt-actions {
    margin-top: 8px;
}
.theme-new .tn-kontakt-actions .tn-btn {
    width: 100%;
    justify-content: center;
}
.theme-new .tn-kontakt-msg {
    margin-top: 4px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
}
.theme-new .tn-kontakt-msg.tn-kontakt-msg-ok,
.theme-new .tn-kontakt-msg.tn-kontakt-msg-err {
    display: block;
}
.theme-new .tn-kontakt-msg-ok {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #22c55e;
}
.theme-new .tn-kontakt-msg-err {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #ef4444;
}
.theme-new .tn-kontakt-impressum-note {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed var(--tn-divider);
    font-size: 13px;
    color: var(--tn-text-muted);
    line-height: 1.55;
}
.theme-new .tn-kontakt-impressum-link {
    color: var(--tn-cta-primary, #FF6B35);
    text-decoration: none;
    font-weight: 600;
}
.theme-new .tn-kontakt-impressum-link:hover {
    text-decoration: underline;
}

/* === Privatnost — popis GDPR prava === */
.theme-new .tn-privatnost-rights {
    list-style: none;
    margin: 16px 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
.theme-new .tn-privatnost-rights li {
    background: var(--tn-bg-card-hover);
    border-left: 3px solid var(--tn-cta-primary, #FF6B35);
    border-radius: 6px;
    padding: 12px 14px 12px 16px;
    font-size: 14px;
    color: var(--tn-text-base);
    line-height: 1.55;
}
.theme-new .tn-privatnost-rights li strong {
    color: var(--tn-cta-primary, #FF6B35);
    margin-right: 4px;
}

/* === Kolacici — re-open consent CTA + kategorije + tablica === */
.theme-new .tn-cookies-cta {
    background: linear-gradient(135deg, var(--tn-bg-card-hover) 0%, var(--tn-bg-card) 100%);
    border: 1px solid var(--tn-cta-primary, #FF6B35);
    border-radius: var(--tn-radius-md);
    padding: 24px 28px;
    margin: 32px 0;
    text-align: center;
}
.theme-new .tn-cookies-cta p {
    margin: 0 0 16px;
    color: var(--tn-text-base);
    font-size: 15px;
}
.theme-new .tn-cookies-cat-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--tn-text-base) !important;
    margin: 24px 0 10px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.theme-new .tn-cookies-cat-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
}
.theme-new .tn-cookies-cat-necessary { background: #16a34a; }
.theme-new .tn-cookies-cat-functional { background: #2563eb; }
.theme-new .tn-cookies-cat-analytics { background: #d97706; }
.theme-new .tn-cookies-cat-marketing { background: #dc2626; }
.theme-new .tn-cookies-table-wrap {
    overflow-x: auto;
    margin: 12px 0 8px;
    border: 1px solid var(--tn-divider);
    border-radius: 8px;
}
.theme-new .tn-cookies-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: var(--tn-text-base);
    min-width: 600px;
}
.theme-new .tn-cookies-table thead {
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-cookies-table th {
    text-align: left;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700;
    color: var(--tn-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-cookies-table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--tn-divider);
    line-height: 1.5;
    vertical-align: top;
}
.theme-new .tn-cookies-table tbody tr:last-child td {
    border-bottom: 0;
}
.theme-new .tn-cookies-table code {
    background: var(--tn-bg-card-hover);
    color: var(--tn-cta-primary, #FF6B35);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
}
.theme-new .tn-cookies-browsers {
    list-style: none;
    margin: 12px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.theme-new .tn-cookies-browsers li {
    background: var(--tn-bg-card-hover);
    border: 1px solid var(--tn-divider);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
}
.theme-new .tn-cookies-browsers li a {
    color: var(--tn-text-base);
    text-decoration: none;
}
.theme-new .tn-cookies-browsers li a:hover {
    color: var(--tn-cta-primary, #FF6B35);
}

/* === Oglasavanje (Media Kit) — stats, vertikale, formati === */
.theme-new .tn-ads-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 32px 0 8px;
}
.theme-new .tn-ads-stat {
    background: linear-gradient(135deg, var(--tn-bg-card-hover) 0%, var(--tn-bg-card) 100%);
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-md);
    padding: 20px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.theme-new .tn-ads-stat:hover {
    border-color: var(--tn-cta-primary, #FF6B35);
    transform: translateY(-2px);
}
.theme-new .tn-ads-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: var(--tn-cta-primary, #FF6B35);
    letter-spacing: 0.02em;
    line-height: 1.1;
}
.theme-new .tn-ads-stat-lbl {
    font-size: 13px;
    font-weight: 700;
    color: var(--tn-text-base);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.theme-new .tn-ads-stat-detail {
    font-size: 12px;
    color: var(--tn-text-muted);
    line-height: 1.4;
}
.theme-new .tn-ads-vertikale-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.theme-new .tn-ads-vertikala {
    background: var(--tn-bg-card-hover);
    border-left: 3px solid var(--tn-cta-primary, #FF6B35);
    border-radius: 6px;
    padding: 14px 16px;
}
.theme-new .tn-ads-vertikala-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--tn-text-base) !important;
    margin: 0 0 6px !important;
}
.theme-new .tn-ads-vertikala p {
    font-size: 13px !important;
    color: var(--tn-text-muted) !important;
    line-height: 1.5;
    margin: 0 !important;
}
.theme-new .tn-ads-formats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.theme-new .tn-ads-format {
    background: var(--tn-bg-card-hover);
    border: 1px solid var(--tn-divider);
    border-radius: 8px;
    padding: 18px 18px 16px;
    transition: border-color 0.15s ease;
}
.theme-new .tn-ads-format:hover {
    border-color: var(--tn-cta-primary, #FF6B35);
}
.theme-new .tn-ads-format-badge {
    display: inline-block;
    background: var(--tn-cta-primary, #FF6B35);
    color: #fff;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
.theme-new .tn-ads-format-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--tn-text-base) !important;
    margin: 0 0 8px !important;
}
.theme-new .tn-ads-format p {
    font-size: 13px !important;
    color: var(--tn-text-muted) !important;
    line-height: 1.5;
    margin: 0 !important;
}

/* === 404 stranica — veliki "404" + suggestion grid === */
.theme-new .tn-404-header {
    padding: 32px 0 24px;
}
.theme-new .tn-404-code {
    font-size: 96px;
    font-weight: 800;
    line-height: 1;
    color: var(--tn-cta-primary, #FF6B35);
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    text-shadow: 0 4px 24px rgba(255, 107, 53, 0.18);
}
@media (max-width: 600px) {
    .theme-new .tn-404-code {
        font-size: 64px;
    }
}
.theme-new .tn-404-original-url {
    margin: 16px auto 0;
    max-width: 600px;
    font-size: 13px;
    color: var(--tn-text-muted);
}
.theme-new .tn-404-original-url code {
    background: var(--tn-bg-card-hover);
    padding: 4px 8px;
    border-radius: 4px;
    font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
    font-size: 12px;
    color: var(--tn-text-base);
    word-break: break-all;
}
.theme-new .tn-404-suggest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.theme-new .tn-404-suggest-card {
    background: var(--tn-bg-card-hover);
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-md);
    padding: 20px 18px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.theme-new .tn-404-suggest-card:hover {
    transform: translateY(-2px);
    border-color: var(--tn-cta-primary, #FF6B35);
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    text-decoration: none;
    color: inherit;
}
.theme-new .tn-404-suggest-card,
.theme-new .tn-404-suggest-card *,
.theme-new .tn-404-suggest-card:hover,
.theme-new .tn-404-suggest-card:hover * {
    text-decoration: none !important;
}
.theme-new .tn-404-suggest-icon {
    font-size: 32px;
    line-height: 1;
    color: var(--tn-cta-primary, #FF6B35);
    margin-bottom: 6px;
}
.theme-new .tn-404-suggest-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--tn-text-base);
}
.theme-new .tn-404-suggest-desc {
    font-size: 13px;
    color: var(--tn-text-muted);
    line-height: 1.45;
}

/* === Newsletter confirmation page state ikoni === */
.theme-new .tn-newsletter-state-icon {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 12px;
}
.theme-new .tn-newsletter-state-ok {
    color: #16a34a;
    display: inline-block;
    width: 80px; height: 80px; line-height: 80px;
    border: 3px solid #16a34a;
    border-radius: 50%;
    text-align: center;
    font-size: 44px;
}
.theme-new .tn-newsletter-state-already {
    color: #2563eb;
    display: inline-block;
    width: 80px; height: 80px; line-height: 80px;
    border: 3px solid #2563eb;
    border-radius: 50%;
    text-align: center;
    font-size: 44px;
}
.theme-new .tn-newsletter-state-err {
    color: #dc2626;
    display: inline-block;
    width: 80px; height: 80px; line-height: 80px;
    border: 3px solid #dc2626;
    border-radius: 50%;
    text-align: center;
    font-size: 44px;
}

/* === Currency switcher dropdown (7 valuta) === */
.theme-new .tn-currency-switcher {
    position: relative;
    margin-left: 8px;
}
.theme-new .tn-currency-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-text-muted);
    border-radius: 4px;
    padding: 6px 10px;
    color: var(--tn-text-base);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}
.theme-new .tn-currency-toggle:hover {
    border-color: var(--tn-cta-primary, #FF6B35);
    color: var(--tn-text-base);
}
.theme-new .tn-currency-toggle[aria-expanded="true"] {
    border-color: var(--tn-cta-primary, #FF6B35);
    color: var(--tn-text-base);
}
.theme-new .tn-currency-arrow {
    font-size: 10px;
    line-height: 1;
}
.theme-new .tn-currency-menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    min-width: 130px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    padding: 4px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}
.theme-new .tn-currency-menu[hidden] {
    display: none;
}
.theme-new .tn-currency-item {
    background: transparent;
    border: 0;
    padding: 8px 12px;
    text-align: left;
    color: var(--tn-text-muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.12s ease, color 0.12s ease;
}
.theme-new .tn-currency-item:hover {
    background: var(--tn-bg-card-hover);
    color: var(--tn-text-base);
}
.theme-new .tn-currency-item-active {
    background: var(--tn-cta-primary, #FF6B35) !important;
    color: #fff !important;
}

.theme-new .tn-lang-switcher {
    display: flex;
    gap: 6px;
    align-items: center;
}
.theme-new .tn-lang-switcher a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--tn-text-muted);
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}
.theme-new .tn-lang-switcher a.active {
    color: var(--tn-text-base);
    background: var(--tn-bg-card);
}
.theme-new .tn-lang-switcher a:hover { color: var(--tn-text-base); }

.theme-new .tn-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--tn-text-base);
    font-size: 24px;
    cursor: pointer;
    padding: 4px 8px;
}

@media (max-width: 991px) {
    .theme-new .tn-nav { display: none; }
    .theme-new .tn-mobile-toggle { display: block; }

    /* Mobile inner = 1. red header-a: SAMO logo + hamburger (lang + currency su premješteni u tn-mobile-row2 wrapper).
       flex-wrap: nowrap + justify-content: space-between → logo lijevo, ☰ desno, bez wrap-anja u 3 reda. */
    .theme-new .tn-header-inner {
        gap: 12px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .theme-new .tn-logo { font-size: 18px; }

    /* Header je stack 3 reda na mobitelu: tn-header-inner (logo + hamburger toggle),
       tn-lang-switcher (jezici — premješten JS-om IZNAD search-a), tn-header-search-row (tražilica).
       Sticky position (sa desktop-a) zadržan da header ostane visible pri scroll-u. */
    .theme-new .tn-header {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    /* MOBILE 2-RED LAYOUT (2026-05-15): JEZIK i VALUTA dijele tn-mobile-row2 wrapper između inner i search-row.
       Stack: [Logo + ☰] / [HR EN DE PL FR ES | EUR €] / Search row. Iznad: hamburger menu overlay z-index 1000. */
    .theme-new .tn-mobile-row2 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 12px;
        padding: 8px 16px;
        background: var(--tn-bg-base);
        border-top: 1px solid var(--tn-divider);
        position: relative;
        z-index: 1;
    }
    /* Unutar mobile row2: lang switcher i currency switcher su čisti (bez vlastitog padding/border/background). */
    .theme-new .tn-mobile-row2 .tn-lang-switcher {
        display: flex;
        gap: 6px;
        padding: 0;
        background: transparent;
        border: none;
    }
    .theme-new .tn-mobile-row2 .tn-currency-switcher {
        flex-shrink: 0;
    }

    /* Mobile menu OPEN state — overlay ABOVE search row i lang switcher (z-index 1000).
       position: absolute izvlači nav iz natural flow-a → ne gura search-row + lang-switcher dolje.
       Pun-širine drop-down ispod header-inner reda. */
    .theme-new .tn-header.tn-mobile-open {
        background: var(--tn-bg-card);
    }
    .theme-new .tn-header.tn-mobile-open .tn-nav {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;  /* override-a flex-wrap:wrap iz inline critical CSS-a u Master-u — bez toga, Sport submenu (9 stavki) ispuni prvu kolonu, ostale rubrike wrap-aju u drugu kolonu */
        gap: 0;
        background: var(--tn-bg-card);
        padding: 8px 0;
        border-top: 1px solid var(--tn-divider);
        box-shadow: 0 8px 20px rgba(0,0,0,0.4);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        max-height: calc(100vh - 64px);
        overflow-y: auto;
    }
    /* Mobile: parent nav-linkovi (Sport, Glazba, Stand-up, Putovanja, Događanja) uvijek centrirani —
       neovisno o open/closed state. Bez ovoga, kad se submenu otvori, parent nav-link (s arrow ▾) bi
       se pomaknuo lijevo zbog cascade-a iz submenu padding/text-align kombinacije. */
    .theme-new .tn-header.tn-mobile-open .tn-nav-item {
        text-align: center;
    }
    .theme-new .tn-header.tn-mobile-open .tn-nav-link {
        padding: 14px 16px;
        font-size: 17px;
        border-bottom: 1px solid var(--tn-divider);
        color: var(--tn-text-base);
        text-align: center;
        justify-content: center;
    }
    /* Parent nav-link s arrow (Glazba ▾, Stand-up ▾...) ima display: inline-flex (shrink-to-fit).
       Force display: flex + width: 100% da centrira sadržaj unutar parent block-a, neovisno o open/closed state. */
    .theme-new .tn-header.tn-mobile-open .tn-nav-link-with-arrow {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .theme-new .tn-header.tn-mobile-open .tn-nav-link:last-child {
        border-bottom: none;
    }
    .theme-new .tn-header.tn-mobile-open .tn-nav-link.active {
        color: var(--tn-cta-primary);
    }
    .theme-new .tn-header.tn-mobile-open .tn-mobile-toggle {
        color: var(--tn-cta-primary);
    }
}

/* --- Globalna zaštita protiv overflow-a u grid kontejnerima --- */
.theme-new .tn-card-grid > *,
.theme-new .tn-vijesti-grid > *,
.theme-new .tn-hero-grid > *,
.theme-new .tn-scoreboard-list > *,
.theme-new .tn-standup-list > * {
    min-width: 0;
    max-width: 100%;
}

/* --- Slike: nikad nikad ne smiju biti šire od kontejnera --- */
.theme-new img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- 8. HERO BILLBOARD (vrh stranice — 3-stupac: 2 sporedne + 1 dominantna + sidebar Najnovije) --- */
.theme-new .tn-hero {
    padding: 32px 0 48px;
}
.theme-new .tn-hero-billboard {
    display: grid;
    grid-template-columns: 1fr 2.4fr 1.4fr;
    gap: 20px;
    align-items: stretch;
}
@media (max-width: 1199px) {
    .theme-new .tn-hero-billboard {
        grid-template-columns: 1.6fr 1fr;
    }
    .theme-new .tn-hero-side-col { grid-row: 2; grid-column: 1 / -1; flex-direction: row; }
    .theme-new .tn-hero-side-col .tn-hero-side-card { flex: 1; }
}
@media (max-width: 768px) {
    .theme-new .tn-hero-billboard { grid-template-columns: 1fr; gap: 16px; }
    .theme-new .tn-hero-side-col { flex-direction: column; }
}

/* LIJEVI stupac — 2 sporedne kartice */
.theme-new .tn-hero-side-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.theme-new .tn-hero-side-card {
    display: block;
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--tn-shadow-card);
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.theme-new .tn-hero-side-card:hover {
    box-shadow: var(--tn-shadow-hover);
    transform: translateY(-2px);
}
.theme-new .tn-hero-side-card-img-wrap {
    position: relative;
    overflow: hidden;
}
.theme-new .tn-hero-side-card-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

/* === ULAZNICE BADGE === */
/* Vidljiv signal "ovaj klik vodi na karte, nije samo clanak" — gornji desni kut svake event slike */
.theme-new .tn-music-card-img-wrap {
    position: relative;
    overflow: hidden;
}
.theme-new .tn-ticket-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--tn-cta-primary, #FFB800);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 10px 6px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 2;
    pointer-events: none;
}
.theme-new .tn-ticket-badge svg {
    flex-shrink: 0;
}

/* === City card OSM map iframe (Putovanja sekcija — koordinate iz tblPlaces) === */
.theme-new .tn-city-card-map-wrap {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-city-card-map {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    pointer-events: none;
}
.theme-new .tn-hero-side-card-body {
    padding: 14px 16px 16px;
}
.theme-new .tn-hero-side-card-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1A1B23;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.theme-new .tn-hero-side-card-title {
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0 0 6px !important;
    color: var(--tn-text-base) !important;
}
.theme-new .tn-hero-side-card-meta {
    font-size: 12px;
    color: var(--tn-text-muted);
}

/* CENTAR — dominantni TOP STORY */
.theme-new .tn-hero-main {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg);
    overflow: hidden;
    box-shadow: var(--tn-shadow-card);
    display: flex;
    flex-direction: column;
}
/* Image area — relative wrapper za UC sliku + apsolutni "TOP PRIČA" badge overlay */
.theme-new .tn-hero-main-image-area {
    position: relative;
    width: 100%;
}
.theme-new .tn-hero-main-link {
    display: inline;
    color: inherit;
    text-decoration: none;
}
.theme-new .tn-hero-main-link:hover {
    color: var(--tn-cta-primary);
    text-decoration: none;
}
.theme-new .tn-hero-main-img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-hero-main-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
}
.theme-new .tn-badge-top-story {
    background: var(--tn-cta-primary, #FFB800);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 6px 12px;
    border-radius: 3px;
    text-transform: uppercase;
}
.theme-new .tn-hero-main-body {
    padding: 24px 28px 28px;
}
.theme-new .tn-hero-main-title {
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 12px 0 !important;
    color: var(--tn-text-base) !important;
}
@media (max-width: 768px) {
    .theme-new .tn-hero-main-title { font-size: 24px !important; }
    .theme-new .tn-hero-main-body { padding: 18px; }
}
.theme-new .tn-hero-main-meta {
    font-size: 13px;
    color: var(--tn-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* DESNI sidebar — Najnovije */
.theme-new .tn-hero-news {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    padding: 24px;
    box-shadow: var(--tn-shadow-card);
}
.theme-new .tn-hero-news-title {
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--tn-text-base) !important;
    margin: 0 0 18px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid var(--tn-text-base);
}
.theme-new .tn-hero-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-new .tn-hero-news-item {
    padding: 14px 0;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-hero-news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.theme-new .tn-hero-news-item:first-child {
    padding-top: 0;
}
.theme-new .tn-hero-news-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: color 0.15s ease;
}
.theme-new .tn-hero-news-link:hover .tn-hero-news-item-title {
    color: var(--tn-cta-primary, #FFB800);
}
.theme-new .tn-hero-news-item-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--tn-text-base);
    margin-bottom: 6px;
}
.theme-new .tn-hero-news-item-meta {
    display: block;
    font-size: 11px;
    color: var(--tn-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Stari hero-grid backup ako ga jos netko koristi */
.theme-new .tn-hero-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: start;
}
.theme-new .tn-hero-feature-body {
    display: flex;
    flex-direction: column;
}
.theme-new .tn-hero-feature h2 + .tn-hero-feature-lead {
    flex: 1 1 auto;
}
@media (max-width: 991px) {
    .theme-new .tn-hero-grid { grid-template-columns: 1fr; }
}

.theme-new .tn-hero-feature {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg);
    overflow: hidden;
    box-shadow: var(--tn-shadow-card);
    transition: box-shadow 0.18s ease;
}
.theme-new .tn-hero-feature:hover { box-shadow: var(--tn-shadow-hover); }

.theme-new .tn-hero-feature-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-hero-feature-body {
    padding: 28px;
}
@media (max-width: 768px) { .theme-new .tn-hero-feature-body { padding: 20px; } }

.theme-new .tn-hero-feature-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.theme-new .tn-hero-feature h2 {
    font-size: 38px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 14px !important;
    color: var(--tn-text-base) !important;
}
@media (max-width: 768px) { .theme-new .tn-hero-feature h2 { font-size: 28px !important; } }

.theme-new .tn-hero-feature-lead {
    font-size: 17px !important;
    color: var(--tn-text-muted) !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}
.theme-new .tn-hero-feature-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* --- 9. SPORT SCOREBOARD (hero desno) --- */
.theme-new .tn-scoreboard {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg);
    padding: 24px;
    box-shadow: var(--tn-shadow-card);
    display: flex;
    flex-direction: column;
}
.theme-new .tn-scoreboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-scoreboard-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tn-text-base);
    margin: 0;
}
.theme-new .tn-scoreboard-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}
.theme-new .tn-scoreboard-match {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border-radius: var(--tn-radius-md);
    background: var(--tn-bg-base);
    border: 1px solid var(--tn-divider);
    transition: border-color 0.15s ease;
}
.theme-new .tn-scoreboard-match:hover { border-color: var(--tn-border); }

.theme-new .tn-scoreboard-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--tn-text-muted);
    font-weight: 600;
}

.theme-new .tn-scoreboard-teams {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.theme-new .tn-scoreboard-team {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme-new .tn-scoreboard-team {
    font-family: var(--tn-font-sans);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}
.theme-new .tn-scoreboard-team-a { text-align: right; }
.theme-new .tn-scoreboard-vs {
    font-family: var(--tn-font-mono);
    font-weight: 600;
    font-size: 13px;
    color: var(--tn-text-muted);
    padding: 2px 8px;
    background: var(--tn-bg-card-hover);
    border-radius: 4px;
}
.theme-new .tn-scoreboard-result {
    font-family: var(--tn-font-mono);
    font-weight: 700;
    font-size: 22px;
    color: var(--tn-text-base);
    padding: 2px 10px;
    background: var(--tn-bg-card-hover);
    border-radius: 4px;
}

.theme-new .tn-scoreboard-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px dashed var(--tn-divider);
}
.theme-new .tn-scoreboard-price-info {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.theme-new .tn-scoreboard-price-current {
    font-family: var(--tn-font-mono);
    font-weight: 700;
    font-size: 20px;
    color: var(--tn-cta-primary);
}

/* --- 10. SECTION (univerzalna sekcija s naslovom) --- */
.theme-new .tn-section {
    padding: 48px 0;
}
@media (max-width: 768px) { .theme-new .tn-section { padding: 32px 0; } }

.theme-new .tn-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    gap: 16px;
    flex-wrap: wrap;
}
.theme-new .tn-section-title {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.1;
}
.theme-new .tn-section-subtitle {
    font-size: 14px;
    color: var(--tn-text-muted);
    margin-top: 6px;
}
.theme-new .tn-section-link {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* --- 11. KARTICE (Top natjecanja, Ovog vikenda grid) --- */
.theme-new .tn-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 991px) {
    .theme-new .tn-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .theme-new .tn-card-grid { grid-template-columns: 1fr; }
}

/* --- 12. KARTICA NATJECANJA (Top 5 sport kompetencija) --- */
.theme-new .tn-comp-card {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    padding: 20px;
    text-align: center;
    transition: all 0.18s ease;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none !important;
    display: block;
}
.theme-new .tn-comp-card:hover {
    background: var(--tn-bg-card-hover);
    border-color: var(--tn-cta-primary);
    transform: translateY(-2px);
}
.theme-new .tn-comp-card-icon {
    font-size: 32px;
    margin-bottom: 8px;
    color: var(--tn-cta-primary);
}
.theme-new .tn-comp-card-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--tn-text-base);
    margin: 0 0 4px;
}
.theme-new .tn-comp-card-count {
    font-family: var(--tn-font-mono);
    font-size: 13px;
    color: var(--tn-text-muted);
    font-weight: 500;
}

/* --- 13. FOOTER PLACEHOLDER (full footer kasnije) --- */
.theme-new .tn-footer {
    background: var(--tn-bg-base);
    border-top: 1px solid var(--tn-divider);
    padding: 48px 0 24px;
    margin-top: 64px;
}
.theme-new .tn-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .theme-new .tn-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 576px) {
    .theme-new .tn-footer-grid { grid-template-columns: 1fr; }
}
.theme-new .tn-footer-col-title {
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--tn-text-base) !important;
    margin: 0 0 16px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid var(--tn-cta-primary, #FF6B35);
    display: inline-block;
}
.theme-new .tn-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.theme-new .tn-footer-list a {
    color: var(--tn-text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s ease;
}
.theme-new .tn-footer-list a:hover {
    color: var(--tn-text-base);
}
.theme-new .tn-footer-issn {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px dashed var(--tn-divider);
    font-size: 12px;
    color: var(--tn-text-muted);
}
.theme-new .tn-footer-issn-label {
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.theme-new .tn-footer-issn strong {
    color: var(--tn-text-base);
    font-size: 14px;
    letter-spacing: 0.04em;
}
.theme-new .tn-footer-authority {
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid var(--tn-divider);
    border-bottom: 1px solid var(--tn-divider);
    margin-bottom: 16px;
    color: var(--tn-text-muted);
    font-size: 13px;
}
.theme-new .tn-footer-authority strong { color: var(--tn-text-base); }

.theme-new .tn-footer-bottom {
    text-align: center;
    color: var(--tn-text-muted);
    font-size: 13px;
    line-height: 1.8;
}
.theme-new .tn-footer-bottom-sep {
    color: var(--tn-divider);
}
.theme-new .tn-footer-gdpr-link {
    color: var(--tn-text-muted);
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
    font-size: inherit;
}
.theme-new .tn-footer-gdpr-link:hover { color: var(--tn-text-base); }

/* --- 14. UTILITY classes --- */
.theme-new .tn-text-muted { color: var(--tn-text-muted); }
.theme-new .tn-text-cta   { color: var(--tn-cta-primary); }
.theme-new .tn-text-win   { color: var(--tn-win); }
.theme-new .tn-text-loss  { color: var(--tn-loss); }

/* --- 15. BODY OVERRIDE (aktivacijska klasa na <body>) --- */
body.theme-new {
    background: var(--tn-bg-base) !important;
    color: var(--tn-text-base) !important;
    font-family: var(--tn-font-sans) !important;
}

/* --- 16. SVG ikona u kartici natjecanja — limit velicine kad dolazi raw iz baze --- */
.theme-new .tn-comp-card-icon svg {
    width: 36px;
    height: 36px;
    fill: var(--tn-cta-primary);
    color: var(--tn-cta-primary);
    margin: 0 auto;
    display: block;
}

/* =========================================================================
   --- 22. GDPR MODAL (samostalan — bez Bootstrap dependencije) ---
   ========================================================================= */
.theme-new .tn-gdpr-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 16px;
    backdrop-filter: blur(4px);
}
.theme-new .tn-gdpr-dialog {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg);
    max-width: 520px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.theme-new .tn-gdpr-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-gdpr-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--tn-text-base) !important;
}
.theme-new .tn-gdpr-close {
    background: none;
    border: none;
    color: var(--tn-text-muted);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
}
.theme-new .tn-gdpr-close:hover { color: var(--tn-text-base); }
.theme-new .tn-gdpr-body {
    padding: 18px 22px;
}
.theme-new .tn-gdpr-intro {
    font-size: 13px !important;
    color: var(--tn-text-muted) !important;
    margin: 0 0 16px !important;
    line-height: 1.5 !important;
}
.theme-new .tn-gdpr-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    margin-bottom: 6px;
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-sm);
    cursor: pointer;
    font-size: 13px;
    color: var(--tn-text-base);
    line-height: 1.4;
}
.theme-new .tn-gdpr-option:hover {
    background: var(--tn-bg-card-hover);
    border-color: var(--tn-border);
}
.theme-new .tn-gdpr-option input {
    margin-top: 2px;
    accent-color: var(--tn-cta-primary);
}
.theme-new .tn-gdpr-footer {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    padding: 18px 22px;
    border-top: 1px solid var(--tn-divider);
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .theme-new .tn-gdpr-footer { flex-direction: column; }
    .theme-new .tn-gdpr-footer .tn-btn { width: 100%; }
}

/* =========================================================================
   --- 17. STAND-UP KARTICE (lista komičara/događaja) ---
   ========================================================================= */
.theme-new .tn-standup-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.theme-new .tn-standup-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-md);
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.theme-new .tn-standup-row:hover {
    border-color: var(--tn-cta-primary);
    transform: translateX(2px);
}
.theme-new .tn-standup-date {
    font-family: var(--tn-font-mono);
    font-weight: 600;
    font-size: 14px;
    color: var(--tn-text-muted);
    text-align: center;
    min-width: 64px;
    line-height: 1.2;
}
.theme-new .tn-standup-date strong {
    display: block;
    font-size: 22px;
    color: var(--tn-text-base);
    font-weight: 700;
}
.theme-new .tn-standup-info { min-width: 0; }
.theme-new .tn-standup-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--tn-text-base);
    margin: 0 0 4px;
    line-height: 1.25;
}
.theme-new .tn-standup-venue {
    font-size: 13px;
    color: var(--tn-text-muted);
    line-height: 1.3;
}
.theme-new .tn-standup-price {
    font-family: var(--tn-font-mono);
    font-weight: 700;
    font-size: 18px;
    color: var(--tn-cta-primary);
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .theme-new .tn-standup-row {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }
    .theme-new .tn-standup-price,
    .theme-new .tn-standup-row > .tn-btn {
        grid-column: 1 / -1;
        text-align: left;
    }
    .theme-new .tn-standup-row > .tn-btn { width: 100%; }
    .theme-new .tn-standup-name { font-size: 16px; }
    .theme-new .tn-standup-venue { font-size: 12px; }
}

/* =========================================================================
   --- 18. GLAZBA grid (top koncerti vikenda) ---
   ========================================================================= */
.theme-new .tn-music-card {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    overflow: hidden;
    box-shadow: var(--tn-shadow-card);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: var(--tn-text-base) !important;
}
.theme-new .tn-music-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--tn-shadow-hover);
    color: var(--tn-text-base) !important;
}
.theme-new .tn-music-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-music-card-body {
    padding: 14px 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.theme-new .tn-music-card-genre {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2px;
}
.theme-new .tn-music-card-name {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.01em;
    color: var(--tn-text-base);
}
.theme-new .tn-music-card-meta {
    font-size: 13px;
    color: var(--tn-text-muted);
    line-height: 1.4;
    margin-top: 2px;
}
.theme-new .tn-music-card-price {
    margin-top: auto;
    padding-top: 8px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: baseline;
    border-top: 1px dashed var(--tn-divider);
}
.theme-new .tn-music-card-price-amount {
    font-family: var(--tn-font-mono);
    font-weight: 700;
    font-size: 18px;
    color: var(--tn-cta-primary);
}
.theme-new .tn-music-card-price-label {
    font-size: 12px;
    color: var(--tn-text-muted);
    letter-spacing: 0.04em;
    text-transform: none;
}

/* =========================================================================
   --- 17.5 HEADER SEARCH BAR (DICE pattern — central search) ---
   ========================================================================= */
.theme-new .tn-header-search-wrap {
    position: relative;
    flex: 1;
    max-width: 360px;
    margin: 0 16px;
}
.theme-new .tn-header-search-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tn-text-muted);
    pointer-events: none;
}
.theme-new .tn-header-search-icon svg { width: 16px; height: 16px; }
.theme-new .tn-header-search-input {
    width: 100%;
    height: 40px;
    padding: 0 14px 0 40px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: 999px;
    color: var(--tn-text-primary);
    font-family: var(--tn-font-sans);
    font-size: 14px;
    outline: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.theme-new .tn-header-search-input::placeholder { color: var(--tn-text-muted); }
.theme-new .tn-header-search-input:focus {
    background: var(--tn-bg-hover);
    border-color: rgba(255,107,53,0.4);
}
.theme-new .tn-header-search-results {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    max-height: 480px;
    overflow-y: auto;
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    padding: 8px;
    z-index: 100;
    border: 1px solid var(--tn-divider);
}
.theme-new .tn-search-section { padding: 4px 0; }
.theme-new .tn-search-section + .tn-search-section { border-top: 1px solid var(--tn-divider); margin-top: 4px; padding-top: 8px; }
.theme-new .tn-search-section-title {
    font-size: 10px;
    font-weight: 700;
    color: var(--tn-text-muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 12px 4px 12px;
}
@media (max-width: 991px) {
    .theme-new .tn-header-search-wrap { max-width: 240px; margin: 0 8px; }
    .theme-new .tn-header-search-input { font-size: 13px; }
}
@media (max-width: 640px) {
    .theme-new .tn-header-search-wrap { display: none; }
}

/* =========================================================================
   --- 17.9a SPORT TILE PICKER (V6 LAYOUTS sekcija 2) ---
   /sport/ → 1:1 squares, sport name + count utakmica
   Reference: PORTAL_REDIZAJN_LAYOUTS.md sekcija 2 (DICE.fm minimal pattern)
   ========================================================================= */
.theme-new .tn-sport-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 24px;
}
@media (max-width: 991px) { .theme-new .tn-sport-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (max-width: 640px) { .theme-new .tn-sport-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.theme-new .tn-sport-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background: var(--tn-bg-card, #252631);
    border: 1px solid var(--tn-border, #3F3F4D);
    border-radius: 12px;
    padding: 24px 16px;
    text-decoration: none;
    color: inherit;
    transition: background 0.18s, transform 0.18s, border-color 0.18s;
}
.theme-new .tn-sport-tile:hover {
    background: var(--tn-bg-hover, #2D2E3B);
    border-color: var(--tn-cta-primary, #FF6B35);
    transform: translateY(-2px);
}
.theme-new .tn-sport-tile-icon {
    width: 96px;
    height: 96px;
    margin-bottom: 14px;
    color: var(--tn-cta-primary, #FF6B35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.18s ease, color 0.18s ease;
}
.theme-new .tn-sport-tile:hover .tn-sport-tile-icon { transform: scale(1.06); }
.theme-new .tn-sport-tile-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}
.theme-new .tn-sport-tile-icon svg path,
.theme-new .tn-sport-tile-icon svg circle,
.theme-new .tn-sport-tile-icon svg rect,
.theme-new .tn-sport-tile-icon svg polygon,
.theme-new .tn-sport-tile-icon svg polyline,
.theme-new .tn-sport-tile-icon svg ellipse {
    fill: currentColor;
}
.theme-new .tn-sport-tile-initial {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tn-cta-primary, #FF6B35) 0%, #E55A2B 100%);
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em;
}
.theme-new .tn-sport-tile-name {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--tn-text-primary, #EAEAE6);
    text-align: center;
    margin-bottom: 4px;
}
.theme-new .tn-sport-tile-count {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--tn-text-muted, #9CA3AF);
    text-align: center;
}
@media (max-width: 640px) {
    .theme-new .tn-sport-tile { padding: 16px 8px; }
    .theme-new .tn-sport-tile-icon { width: 64px; height: 64px; margin-bottom: 10px; }
    .theme-new .tn-sport-tile-initial { width: 64px; height: 64px; font-size: 32px; }
    .theme-new .tn-sport-tile-name { font-size: 14px; }
    .theme-new .tn-sport-tile-count { font-size: 11px; }
}

/* =========================================================================
   --- 17.9b LIGA TILE PICKER (V6 LAYOUTS sekcija 3) ---
   /sport/{sport}/ → 16:9 cover slika n.IMG, zastava overlay top-right, liga naziv + count
   Reference: PORTAL_REDIZAJN_LAYOUTS.md sekcija 3
   ========================================================================= */
.theme-new .tn-liga-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}
@media (max-width: 991px) { .theme-new .tn-liga-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 640px) { .theme-new .tn-liga-grid { grid-template-columns: 1fr; gap: 12px; } }

.theme-new .tn-liga-tile {
    display: block;
    background: var(--tn-bg-card, #252631);
    border: 1px solid var(--tn-border, #3F3F4D);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: background 0.18s, transform 0.18s, border-color 0.18s;
}
.theme-new .tn-liga-tile:hover {
    background: var(--tn-bg-hover, #2D2E3B);
    border-color: var(--tn-cta-primary, #FF6B35);
    transform: translateY(-2px);
}
.theme-new .tn-liga-tile:hover .tn-liga-tile-img { transform: scale(1.02); }

.theme-new .tn-liga-tile-img-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #1A1B23;
}
.theme-new .tn-liga-tile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.theme-new .tn-liga-tile-body {
    padding: 16px 18px 18px;
}
.theme-new .tn-liga-tile-name {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--tn-text-primary, #EAEAE6);
    margin: 0 0 6px 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
.theme-new .tn-liga-tile-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--tn-text-muted, #9CA3AF);
}

/* =========================================================================
   --- 18.0 DICE EVENT CARD (V6 1:1 cover, žuti datum, heart) ---
   /sport/, /glazba/, /stand-up/, /sport/{x}/{y}/ — sve listing stranice
   1:1 cover slika + heart top-right + naslov bold + datum #FFD60A žut + venue muted + cijena
   Reference: dice.fm/events Bologna full-page screenshot 2026-04-30
   ========================================================================= */
.theme-new .tn-events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 16px;
}
@media (max-width: 1199px) { .theme-new .tn-events-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .theme-new .tn-events-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 480px) { .theme-new .tn-events-grid { grid-template-columns: 1fr; } }

.theme-new .tn-event-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease;
}
.theme-new .tn-event-card:hover { transform: translateY(-2px); }
.theme-new .tn-event-card:hover .tn-event-card-img { transform: scale(1.02); }

.theme-new .tn-event-card-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--tn-radius-md);
    background: #1A1B23;
    margin-bottom: 12px;
}
.theme-new .tn-event-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

/* Heart icon (watchlist placeholder dok backend P5.1 ne bude gotov) */
.theme-new .tn-event-card-heart {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease;
    border: 0;
    z-index: 2;
}
.theme-new .tn-event-card-heart:hover { background: rgba(0,0,0,0.85); }
.theme-new .tn-event-card-heart svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    transition: fill 0.15s ease, stroke 0.15s ease;
}
.theme-new .tn-event-card-heart.active svg { fill: var(--tn-cta-primary); stroke: var(--tn-cta-primary); }

/* Hot badge (žuti, top-left ako event ≤ 14 dana) */
.theme-new .tn-event-card-hot {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--tn-hot, #FFD60A);
    color: #1A1B23;
    font-family: var(--tn-font-sans);
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 3px;
    z-index: 2;
}

.theme-new .tn-event-card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 4px;
}
.theme-new .tn-event-card-title {
    font-family: var(--tn-font-sans);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: var(--tn-text-primary);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* DICE žuti datum (Fri, May 22) — A spec hot accent */
.theme-new .tn-event-card-date {
    font-family: var(--tn-font-sans);
    font-weight: 500;
    font-size: 13px;
    color: var(--tn-hot, #FFD60A);
    margin: 0;
}
.theme-new .tn-event-card-venue {
    font-family: var(--tn-font-sans);
    font-weight: 400;
    font-size: 13px;
    color: var(--tn-text-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theme-new .tn-event-card-price {
    font-family: var(--tn-font-sans);
    font-weight: 500;
    font-size: 13px;
    color: var(--tn-text-primary);
    margin: 4px 0 0 0;
}
.theme-new .tn-event-card-price .tn-price-prefix {
    color: var(--tn-text-muted);
    font-weight: 400;
}

/* =========================================================================
   --- 18.1 FILTER BAR (DICE pattern) — global chips + sport pill chips ---
   ========================================================================= */
.theme-new .tn-filter-bar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0 24px 0;
}
.theme-new .tn-filter-chips-global {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.theme-new .tn-filter-chip-global {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: 999px;
    color: var(--tn-text-primary);
    font-family: var(--tn-font-sans);
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
    text-decoration: none;
}
.theme-new .tn-filter-chip-global:hover { background: var(--tn-bg-hover); border-color: rgba(255,107,53,0.4); }
.theme-new .tn-filter-chip-global svg { width: 14px; height: 14px; opacity: 0.7; }
.theme-new .tn-filter-chip-global .tn-chip-chevron { width: 10px; height: 10px; opacity: 0.5; transition: transform 0.15s ease; }

.theme-new .tn-filter-dropdown { position: relative; display: inline-block; }
.theme-new .tn-filter-dropdown.open .tn-filter-chip-global { background: var(--tn-bg-hover); border-color: var(--tn-cta-primary); }
.theme-new .tn-filter-dropdown.open .tn-chip-chevron { transform: rotate(180deg); }
.theme-new .tn-filter-dropdown.active .tn-filter-chip-global {
    background: rgba(255,107,53,0.12);
    border-color: var(--tn-cta-primary);
    color: var(--tn-cta-primary);
}
.theme-new .tn-filter-dropdown.active .tn-filter-chip-global svg { opacity: 1; }

.theme-new .tn-filter-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 100;
    min-width: 220px;
    max-height: 320px;
    overflow-y: auto;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-border, #3F3F4D);
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.theme-new .tn-filter-panel[hidden] { display: none; }
.theme-new .tn-filter-option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 14px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: var(--tn-text-primary);
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.12s ease;
}
.theme-new .tn-filter-option:hover { background: var(--tn-bg-hover); color: var(--tn-cta-primary); }
.theme-new .tn-filter-empty {
    padding: 40px;
    text-align: center;
    color: var(--tn-text-muted);
    font-family: 'Manrope', sans-serif;
}

.theme-new .tn-filter-chips-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.theme-new .tn-filter-chip-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: transparent;
    border: 1px solid var(--tn-divider);
    border-radius: 999px;
    color: var(--tn-text-muted);
    font-family: var(--tn-font-sans);
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    text-decoration: none;
}
.theme-new .tn-filter-chip-pill:hover { color: var(--tn-text-primary); border-color: rgba(255,255,255,0.15); }
.theme-new .tn-filter-chip-pill.active {
    background: var(--tn-cta-primary);
    color: #1A1B23;
    border-color: var(--tn-cta-primary);
    font-weight: 600;
}

/* Section header H2 "Popular Events in {Location}" — Manrope ExtraBold */
.theme-new .tn-section-h2 {
    font-family: var(--tn-font-sans);
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--tn-text-primary);
    margin: 24px 0 16px 0;
}
.theme-new .tn-section-h2 .tn-section-h2-light {
    font-weight: 400;
    color: var(--tn-text-muted);
}

/* =========================================================================
   --- 18.2 LAZY LOAD PLACEHOLDER (skeleton kartice) ---
   ========================================================================= */
.theme-new .tn-event-card-skeleton {
    display: flex;
    flex-direction: column;
}
.theme-new .tn-event-card-skeleton-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(90deg, #1F2128 0%, #2A2C36 50%, #1F2128 100%);
    background-size: 200% 100%;
    border-radius: var(--tn-radius-md);
    margin-bottom: 12px;
    animation: tn-shimmer 1.5s infinite linear;
}
.theme-new .tn-event-card-skeleton-line {
    height: 12px;
    background: #1F2128;
    border-radius: 4px;
    margin-bottom: 6px;
}
.theme-new .tn-event-card-skeleton-line.short { width: 60%; }
@keyframes tn-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* =========================================================================
   --- 18a3. LIGA HERO BANNER /sport/{sport}/{liga}/ — natjecanje info pre event listing ---
   ========================================================================= */
.theme-new .tn-liga-hero {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    overflow: hidden;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0;
}
@media (max-width: 768px) { .theme-new .tn-liga-hero { grid-template-columns: 1fr; } }
.theme-new .tn-liga-hero-img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    display: block;
}
.theme-new .tn-liga-hero-body {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.theme-new .tn-liga-hero-eyebrow {
    font-size: 12px;
    color: var(--tn-text-muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.theme-new .tn-liga-hero-flag {
    width: 22px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.theme-new .tn-liga-hero-title {
    font-family: var(--tn-font-sans);
    font-weight: 800;
    font-size: 36px;
    color: var(--tn-text-primary);
    margin: 0 0 12px 0;
    line-height: 1.15;
    letter-spacing: -0.01em;
}
@media (max-width: 768px) { .theme-new .tn-liga-hero-title { font-size: 28px; } }
.theme-new .tn-liga-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 12px;
}
.theme-new .tn-liga-hero-stat {
    display: flex;
    flex-direction: column;
}
.theme-new .tn-liga-hero-stat-label {
    font-size: 11px;
    color: var(--tn-text-muted);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.theme-new .tn-liga-hero-stat-value {
    font-family: var(--tn-font-mono);
    font-weight: 700;
    font-size: 18px;
    color: var(--tn-text-primary);
}
.theme-new .tn-liga-hero-memo {
    font-size: 14px;
    color: var(--tn-text-muted);
    line-height: 1.55;
    margin: 8px 0 0 0;
}

/* =========================================================================
   --- 18a4. STANDINGS TABLE (W/D/L/PTS) — sezonska tablica natjecanja ---
   ========================================================================= */
.theme-new .tn-standings {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    overflow: hidden;
    margin: 24px 0;
}
.theme-new .tn-standings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-standings-title {
    font-family: var(--tn-font-sans);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--tn-cta-primary);
    margin: 0;
}
.theme-new .tn-standings-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--tn-font-mono);
    font-size: 13px;
}
.theme-new .tn-standings-table th {
    text-align: right;
    padding: 10px 8px;
    font-weight: 600;
    color: var(--tn-text-muted);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-standings-table th:first-child,
.theme-new .tn-standings-table th:nth-child(2) { text-align: left; }
.theme-new .tn-standings-table td {
    padding: 12px 8px;
    text-align: right;
    color: var(--tn-text-primary);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.theme-new .tn-standings-table td:first-child {
    text-align: center;
    color: var(--tn-text-muted);
    font-weight: 700;
    width: 40px;
}
.theme-new .tn-standings-table td:nth-child(2) {
    text-align: left;
    font-family: var(--tn-font-sans);
    font-weight: 600;
}
.theme-new .tn-standings-table td.tn-standings-pts {
    color: var(--tn-cta-primary);
    font-weight: 800;
}
.theme-new .tn-standings-table tr:hover td { background: var(--tn-bg-hover); }
@media (max-width: 640px) {
    .theme-new .tn-standings-table { font-size: 12px; }
    .theme-new .tn-standings-table th,
    .theme-new .tn-standings-table td { padding: 8px 4px; }
    /* Sakrij F/A na mobile — prikazujemo samo P/W/D/L/PTS */
    .theme-new .tn-standings-table th.tn-standings-mobile-hide,
    .theme-new .tn-standings-table td.tn-standings-mobile-hide { display: none; }
}

/* =========================================================================
   --- 18b. SPORT EVENT LIST-ROW (V6 — goal.com / billboard.com chart row stil) ---
   /sport/{sport}/{liga}/ event listing — datum lijevo, naslov centar, cijena desno
   ========================================================================= */
.theme-new .tn-event-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.theme-new .tn-event-row {
    display: grid;
    grid-template-columns: 84px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px 20px;
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease, transform 0.15s ease;
    border: 1px solid transparent;
}
.theme-new .tn-event-row:hover {
    background: var(--tn-bg-hover);
    transform: translateY(-1px);
    border-color: rgba(255,107,53,0.2);
}
/* Datum lijevo: 3 retka DAN / BROJ / MJESEC (Manrope Black, sport scoreboard feel) */
.theme-new .tn-event-row-date {
    text-align: center;
    font-family: var(--tn-font-mono);
    line-height: 1.05;
    border-right: 1px solid var(--tn-divider);
    padding-right: 16px;
}
.theme-new .tn-event-row-day {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--tn-text-muted);
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}
.theme-new .tn-event-row-num {
    font-size: 28px;
    font-weight: 800;
    color: var(--tn-text-primary);
}
.theme-new .tn-event-row-month {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--tn-text-muted);
    letter-spacing: 0.08em;
    margin-top: 2px;
}
/* Centar: naslov ekipa + venue + meta */
.theme-new .tn-event-row-body {
    min-width: 0; /* za truncate */
}
.theme-new .tn-event-row-title {
    font-family: var(--tn-font-sans);
    font-weight: 700;
    font-size: 18px;
    color: var(--tn-text-primary);
    margin: 0 0 4px 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme-new .tn-event-row-meta {
    font-size: 13px;
    color: var(--tn-text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.theme-new .tn-event-row-flag {
    width: 18px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    vertical-align: middle;
}
/* Hot badge (žuti A spec) */
.theme-new .tn-event-row-hot {
    display: inline-block;
    background: var(--tn-hot, #FFD60A);
    color: #1A1B23;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-right: 8px;
    vertical-align: middle;
}
/* Cijena desno: JetBrains Mono Bold (sport scoreboard feel) */
.theme-new .tn-event-row-price {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.theme-new .tn-event-row-price-amount {
    font-family: var(--tn-font-mono);
    font-weight: 700;
    font-size: 24px;
    color: var(--tn-cta-primary);
    line-height: 1;
}
.theme-new .tn-event-row-price-label {
    font-size: 10px;
    color: var(--tn-text-muted);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
/* Mobile responsive */
@media (max-width: 640px) {
    .theme-new .tn-event-row {
        grid-template-columns: 64px 1fr;
        gap: 12px;
        padding: 12px 14px;
    }
    .theme-new .tn-event-row-date {
        padding-right: 12px;
    }
    .theme-new .tn-event-row-num { font-size: 22px; }
    .theme-new .tn-event-row-title { font-size: 15px; white-space: normal; }
    .theme-new .tn-event-row-price {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        padding-top: 8px;
        border-top: 1px dashed var(--tn-divider);
    }
    .theme-new .tn-event-row-price-amount { font-size: 18px; }
}

/* =========================================================================
   --- 18c. VIJESTI NEWSROOM (1 feature veliki + 4 mali — Prijedlog B billboard.com stil) ---
   ========================================================================= */
.theme-new .tn-newsroom {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 24px;
}
@media (max-width: 991px) { .theme-new .tn-newsroom { grid-template-columns: 1fr; } }

.theme-new .tn-newsroom-feature {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: background 0.15s ease;
}
.theme-new .tn-newsroom-feature:hover { background: var(--tn-bg-hover); }
.theme-new .tn-newsroom-feature-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}
.theme-new .tn-newsroom-feature-body { padding: 24px 28px 28px; }
.theme-new .tn-newsroom-rubrika {
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.theme-new .tn-newsroom-feature-title {
    font-family: var(--tn-font-sans);
    font-weight: 800;
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.01em;
    color: var(--tn-text-primary);
    margin: 0 0 12px 0;
}
@media (max-width: 768px) { .theme-new .tn-newsroom-feature-title { font-size: 24px; } }
.theme-new .tn-newsroom-feature-lead {
    font-family: var(--tn-font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--tn-text-muted);
    margin: 0 0 12px 0;
}
.theme-new .tn-newsroom-feature-meta {
    font-size: 12px;
    color: var(--tn-text-muted);
    letter-spacing: 0.04em;
}

.theme-new .tn-newsroom-side { display: grid; gap: 16px; align-content: start; }
.theme-new .tn-newsroom-mini {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 14px;
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    padding: 12px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
}
.theme-new .tn-newsroom-mini:hover { background: var(--tn-bg-hover); }
.theme-new .tn-newsroom-mini-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.theme-new .tn-newsroom-mini-body { display: flex; flex-direction: column; justify-content: center; }
.theme-new .tn-newsroom-mini-rubrika {
    font-size: 10px;
    font-weight: 700;
    color: var(--tn-cta-primary);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.theme-new .tn-newsroom-mini-title {
    font-family: var(--tn-font-sans);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: var(--tn-text-primary);
    margin: 0 0 4px 0;
}
.theme-new .tn-newsroom-mini-meta {
    font-size: 11px;
    color: var(--tn-text-muted);
}

/* =========================================================================
   --- 18d. VIJESTI MORE STORIES (Theathletic horizontal list-row) ---
   Slika 180×120 lijevo + naslov + lead + autor/datum desno
   ========================================================================= */
.theme-new .tn-vijesti-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}
/* =========================================================================
   LISTA ČLANAKA (rubrikaListing) — urednički raspored (Sky Sports / ESPN / Guardian):
   JEDAN markup + postojeće tn-news-* klase; modifikator ".tn-news-row--lead" (1. priča)
   daje veći "lead" prikaz. Fontovi/boje = tokeni stranice (Manrope, h2/h3 spec, --tn-text-base
   za naslov i sažetak = puni kontrast kao globalni `p`, --tn-text-muted za meta kao `.tn-meta`).
   • DESKTOP (≥601px): slika lijevo + naslov/sažetak/meta desno, tanki separator (bez kutija/sjena).
   • MOBITEL (≤600px): kompaktna lista (mala slika lijevo), sažetak/nadnaslov sklopljeni.
   Sva polja uvijek u DOM-u → CSS bira prikaz po širini (SEO netaknut).
   ========================================================================= */
.theme-new .tn-news-list { display: flex; flex-direction: column; margin-top: 24px; }
.theme-new .tn-news-row {
    padding: 24px 0;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-news-row:first-child { padding-top: 0; }
.theme-new .tn-news-row:last-child { border-bottom: none; }
.theme-new .tn-news-row-link {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 24px;
    align-items: start;
    text-decoration: none !important;
    color: inherit;
}
.theme-new .tn-news-row-img {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: var(--tn-radius-md);
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-news-row-img img,
.theme-new .tn-news-row-img > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(.2,.6,.2,1);
}
.theme-new .tn-news-row-link:hover .tn-news-row-img img { transform: scale(1.05); }
.theme-new .tn-news-row-body { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.theme-new .tn-news-row-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tn-cta-primary);
}
.theme-new .tn-news-row-title {
    /* !important OBVEZNO — globalno ".theme-new h2 {font-size:32px!important; line-height:1.2!important;
       margin:0 0 14px!important}" (linija ~100) inače pregazi ove vrijednosti. Vrijednosti = h3 spec. */
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em !important;
    margin: 0 !important;
    color: var(--tn-text-base);
    transition: color 0.15s ease;
}
.theme-new .tn-news-row-link:hover .tn-news-row-title { color: var(--tn-cta-hover); }
/* Sažetak (KRATKI_OPIS): puni kontrast (boju daje globalni `p {--tn-text-base !important}`),
   2 retka clamp. Prazan <p> (nema sažetka) se sakriva. */
.theme-new .tn-news-row-summary {
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theme-new .tn-news-row-summary:empty { display: none; }
.theme-new .tn-news-row-meta { font-size: 13px; color: var(--tn-text-muted); font-weight: 500; }

/* --- LEAD (1. priča): veća slika + krupniji naslov (= h2 spec) + duži sažetak --- */
.theme-new .tn-news-row--lead .tn-news-row-link { grid-template-columns: 1.12fr 1fr; gap: 30px; align-items: center; }
.theme-new .tn-news-row--lead .tn-news-row-img { aspect-ratio: 16/10; }
.theme-new .tn-news-row--lead .tn-news-row-title { font-size: 30px !important; line-height: 1.18 !important; }
.theme-new .tn-news-row--lead .tn-news-row-summary { font-size: 16px; -webkit-line-clamp: 4; }

/* Mobitel (≤600px): kompaktna lista (slika lijevo), sažetak + nadnaslov sklopljeni. */
@media (max-width: 600px) {
    .theme-new .tn-news-list { margin-top: 16px; }
    .theme-new .tn-news-row { padding: 16px 0; }
    .theme-new .tn-news-row-link { grid-template-columns: 104px 1fr; gap: 14px; align-items: center; }
    .theme-new .tn-news-row-img { aspect-ratio: 1/1; border-radius: var(--tn-radius-sm); }
    .theme-new .tn-news-row-body { gap: 4px; }
    .theme-new .tn-news-row-eyebrow { display: none; }
    .theme-new .tn-news-row-summary { display: none; }
    /* !important — nadjačava globalni ".theme-new h2 {32px!important}". */
    .theme-new .tn-news-row-title { font-size: 16px !important; line-height: 1.3 !important; }
    .theme-new .tn-news-row-meta { font-size: 12px; }

    /* Lead na mobitelu: slika gore (stacked), naslov ispod — nadnaslov vidljiv samo za lead. */
    .theme-new .tn-news-row--lead .tn-news-row-link { grid-template-columns: 1fr; gap: 0; align-items: start; }
    .theme-new .tn-news-row--lead .tn-news-row-img { aspect-ratio: 16/9; }
    .theme-new .tn-news-row--lead .tn-news-row-eyebrow { display: block; margin-top: 13px; }
    .theme-new .tn-news-row--lead .tn-news-row-title { font-size: 21px !important; }
}
.theme-new .tn-vijesti-list-header {
    font-family: var(--tn-font-sans);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tn-cta-primary);
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-vijesti-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    padding: 18px 0;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid var(--tn-divider);
    transition: background 0.15s ease;
}
.theme-new .tn-vijesti-row:hover { background: rgba(255,255,255,0.02); }
.theme-new .tn-vijesti-row-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: var(--tn-radius-sm, 6px);
    display: block;
}
.theme-new .tn-vijesti-row-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.theme-new .tn-vijesti-row-rubrika {
    font-size: 10px;
    font-weight: 700;
    color: var(--tn-cta-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.theme-new .tn-vijesti-row-title {
    font-family: var(--tn-font-sans);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: var(--tn-text-primary);
    margin: 0;
}
.theme-new .tn-vijesti-row-lead {
    font-family: var(--tn-font-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--tn-text-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 640px) {
    .theme-new .tn-vijesti-row { grid-template-columns: 100px 1fr; gap: 14px; }
    .theme-new .tn-vijesti-row-title { font-size: 15px; }
    .theme-new .tn-vijesti-row-lead { font-size: 13px; -webkit-line-clamp: 2; }
}

/* =========================================================================
   --- 19. VIJESTI — vintage newsroom layout (1 feature + 4 sporedna) ---
   ========================================================================= */
.theme-new .tn-vijesti-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}
@media (max-width: 991px) { .theme-new .tn-vijesti-grid { grid-template-columns: 1fr; } }

.theme-new .tn-vijesti-feature {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg);
    overflow: hidden;
    box-shadow: var(--tn-shadow-card);
    display: flex;
    flex-direction: column;
}
.theme-new .tn-vijesti-feature-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    background: var(--tn-bg-card-hover);
    max-height: 420px;
}
.theme-new .tn-vijesti-feature-body { padding: 20px 24px 24px; }
.theme-new .tn-vijesti-feature-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
}
.theme-new .tn-vijesti-feature-link:hover {
    color: var(--tn-cta-primary);
    text-decoration: none;
}
.theme-new .tn-vijesti-feature-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.theme-new .tn-vijesti-feature h3 {
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin: 0 0 12px !important;
    letter-spacing: -0.02em !important;
    color: var(--tn-text-base) !important;
}
@media (max-width: 768px) { .theme-new .tn-vijesti-feature h3 { font-size: 24px !important; } }
.theme-new .tn-vijesti-feature p {
    font-size: 16px !important;
    color: var(--tn-text-muted) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.theme-new .tn-vijesti-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.theme-new .tn-vijesti-side-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 12px;
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-md);
    overflow: hidden;
    text-decoration: none !important;
    color: var(--tn-text-base) !important;
    transition: background 0.15s ease;
}
.theme-new .tn-vijesti-side-item:hover { background: var(--tn-bg-card-hover); }
.theme-new .tn-vijesti-side-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-vijesti-side-body {
    padding: 8px 12px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.theme-new .tn-vijesti-side-genre {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2px;
}
.theme-new .tn-vijesti-side-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--tn-text-base);
    margin: 0;
}

/* =========================================================================
   --- 20. PUTOVANJA / SMJESTAJ widget (Stay22 placeholder) ---
   ========================================================================= */
.theme-new .tn-travel {
    background: linear-gradient(135deg, #252631 0%, #1F2A3D 100%);
    border-radius: var(--tn-radius-lg);
    padding: 36px;
    box-shadow: var(--tn-shadow-card);
    border: 1px solid var(--tn-divider);
}
@media (max-width: 768px) { .theme-new .tn-travel { padding: 24px; } }

.theme-new .tn-travel-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    margin: 0 0 8px !important;
    letter-spacing: -0.01em !important;
    color: var(--tn-text-base) !important;
}
.theme-new .tn-travel-lead {
    font-size: 15px !important;
    color: var(--tn-text-muted) !important;
    margin: 0 0 20px !important;
    line-height: 1.5 !important;
}
.theme-new .tn-travel-form {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr auto;
    gap: 10px;
    align-items: stretch;
}
@media (max-width: 768px) {
    .theme-new .tn-travel-form { grid-template-columns: 1fr; }
}
.theme-new .tn-travel-input {
    background: var(--tn-bg-input);
    color: var(--tn-text-base);
    border: 1px solid var(--tn-border);
    border-radius: var(--tn-radius-md);
    padding: 12px 16px;
    font-family: var(--tn-font-sans);
    font-size: 15px;
    min-height: 48px;
    transition: border-color 0.15s ease;
}
.theme-new .tn-travel-input::placeholder { color: var(--tn-text-disabled); }
.theme-new .tn-travel-input:focus {
    outline: none;
    border-color: var(--tn-cta-primary);
}
.theme-new .tn-travel-powered {
    margin-top: 16px;
    font-size: 12px;
    color: var(--tn-text-disabled);
    letter-spacing: 0.04em;
    text-align: right;
}

/* =========================================================================
   --- 21. NEWSLETTER signup (u footer) ---
   ========================================================================= */
.theme-new .tn-newsletter {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg);
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
}
@media (max-width: 768px) { .theme-new .tn-newsletter { padding: 24px; } }

.theme-new .tn-newsletter-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 0 0 6px !important;
    color: var(--tn-text-base) !important;
}
.theme-new .tn-newsletter-lead {
    font-size: 14px !important;
    color: var(--tn-text-muted) !important;
    margin: 0 0 18px !important;
}
.theme-new .tn-newsletter-form {
    display: flex;
    gap: 8px;
    max-width: 600px;
    margin: 0 auto;
}
.theme-new .tn-newsletter-input {
    min-width: 260px;
}
@media (max-width: 576px) {
    .theme-new .tn-newsletter-form { flex-direction: column; }
}
.theme-new .tn-newsletter-msg {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    min-height: 22px;
}
.theme-new .tn-newsletter-msg-ok {
    color: #3DD68C;
    font-weight: 600;
}
.theme-new .tn-newsletter-msg-err {
    color: #FF6B6B;
    font-weight: 600;
}
.theme-new .tn-newsletter-input {
    flex: 1;
    background: var(--tn-bg-input);
    color: var(--tn-text-base);
    border: 1px solid var(--tn-border);
    border-radius: var(--tn-radius-md);
    padding: 12px 16px;
    font-family: var(--tn-font-sans);
    font-size: 15px;
    min-height: 44px;
}
.theme-new .tn-newsletter-input:focus {
    outline: none;
    border-color: var(--tn-cta-primary);
}
.theme-new .tn-newsletter-input::placeholder { color: var(--tn-text-disabled); }
.theme-new .tn-newsletter-disclaimer {
    font-size: 11px;
    color: var(--tn-text-disabled);
    margin-top: 12px;
    letter-spacing: 0.02em;
}

/* =========================================================================
   --- 22. EVENT DETAIL stranica (eventDetail.aspx) ---
   ========================================================================= */

/* Breadcrumb */
.theme-new .tn-breadcrumb a:hover { color: var(--tn-cta-primary); }
/* Razmak između tražilice i breadcrumb-a — UKUPNO 16px (identičan razmaku
   header → tražilica). Korisnikov zahtjev 2026-05-12.
   Sastav: 0 + 16 + 0 = 16px:
   1) tn-hero-band-compact margin-bottom: 0
   2) .tn-section koji sadrži .tn-breadcrumb-wrap → padding-top: 16px
   3) .tn-breadcrumb-wrap margin-top: 0 */
.theme-new .tn-section:has(> .tn-container > .tn-breadcrumb-wrap:first-child) {
    padding-top: 16px;
}
.theme-new .tn-breadcrumb-wrap {
    margin: 0 0 16px 0;
}
/* Btn secondary (used in pricing matrix) */
.theme-new .tn-btn-secondary {
    background: transparent;
    color: var(--tn-cta-primary);
    border: 1px solid var(--tn-cta-primary);
    padding: 8px 16px;
    border-radius: var(--tn-radius-md);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
    display: inline-block;
}
.theme-new .tn-btn-secondary:hover {
    background: var(--tn-cta-primary);
    color: #fff;
}

/* Pricing matrix */
.theme-new .tn-pricing-matrix {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg);
    overflow: hidden;
    border: 1px solid var(--tn-border);
}
.theme-new .tn-pricing-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-bottom: 1px solid var(--tn-border);
}
.theme-new .tn-pricing-row:last-child { border-bottom: none; }
@media (max-width: 768px) {
    /* MOBILE redovi (ulaznice I hoteli) — jedinstveno i cisto:
       1. red = IDENTITET (provider / slika+naziv) punom sirinom;
       2. red = CIJENA (lijevo, istaknuta) + CTA gumb (puna preostala sirina).
       Desktop 3-stupcani grid (definiran gore) ostaje NETAKNUT. */
    .theme-new .tn-pricing-row {
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "ident ident"
            "price action";
        row-gap: 10px;
        column-gap: 12px;
        align-items: center;
        padding: 14px 16px;
    }
    .theme-new .tn-pricing-provider { grid-area: ident; }
    .theme-new .tn-pricing-price { grid-area: price; text-align: left; white-space: nowrap; }
    .theme-new .tn-pricing-action { grid-area: action; }
    .theme-new .tn-pricing-action .tn-btn-primary {
        display: block;
        width: 100%;
        text-align: center;
    }
    .theme-new .tn-pricing-badge { white-space: nowrap; }
}

.theme-new .tn-pricing-row-cheapest {
    background: linear-gradient(90deg, rgba(255,107,53,0.08), transparent);
    border-left: 3px solid var(--tn-cta-primary);
}

.theme-new .tn-pricing-provider {
    display: flex;
    align-items: center;
    gap: 10px;
}
.theme-new .tn-pricing-provider-name {
    font-weight: 600;
    font-size: 15px;
    color: var(--tn-text-base);
}
.theme-new .tn-pricing-badge {
    background: var(--tn-cta-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.theme-new .tn-pricing-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--tn-text-base);
    font-family: var(--tn-font-mono);
}
.theme-new .tn-pricing-action {
    text-align: right;
}
@media (max-width: 768px) { .theme-new .tn-pricing-action { text-align: left; } }

/* =========================================================================
   --- 23. FILTER CHIPS (sub-listing navigacija na top kategoriji) ---
   ========================================================================= */
.theme-new .tn-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.theme-new .tn-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-border);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tn-text-base);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}
.theme-new .tn-chip:hover {
    background: var(--tn-bg-card-hover);
    border-color: var(--tn-text-muted);
    color: var(--tn-text-base);
}
.theme-new .tn-chip-active,
.theme-new .tn-chip-active:hover {
    background: var(--tn-cta-primary);
    border-color: var(--tn-cta-primary);
    color: #fff;
}
.theme-new .tn-chip-label { line-height: 1; }
.theme-new .tn-chip-count {
    font-size: 11px;
    font-weight: 700;
    opacity: 0.6;
    background: rgba(255,255,255,0.08);
    padding: 2px 6px;
    border-radius: 8px;
    line-height: 1;
}
.theme-new .tn-chip-active .tn-chip-count {
    background: rgba(255,255,255,0.25);
    opacity: 0.95;
}

/* =========================================================================
   --- 24. PAGINATION (kategorijaListing) ---
   ========================================================================= */
.theme-new .tn-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 16px 0;
}
.theme-new .tn-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-border);
    border-radius: var(--tn-radius-md);
    color: var(--tn-text-base);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.theme-new .tn-page:hover {
    background: var(--tn-bg-card-hover);
    border-color: var(--tn-text-muted);
    color: var(--tn-text-base);
}
.theme-new .tn-page-active,
.theme-new .tn-page-active:hover {
    background: var(--tn-cta-primary);
    border-color: var(--tn-cta-primary);
    color: #fff;
    cursor: default;
}
.theme-new .tn-page-nav {
    padding: 0 16px;
    font-size: 13px;
}
.theme-new .tn-page-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    color: var(--tn-text-muted);
}
.theme-new .tn-page-ellipsis {
    color: var(--tn-text-muted);
    padding: 0 4px;
    font-weight: 600;
}
@media (max-width: 576px) {
    .theme-new .tn-page-nav { padding: 0 10px; font-size: 12px; }
    .theme-new .tn-page { min-width: 36px; height: 36px; font-size: 13px; }
}

/* =========================================================================
   --- 25. CARD HOT badge (overlay na slici listing kartice) ---
   ========================================================================= */
.theme-new .tn-music-card-img-wrap {
    position: relative;
    overflow: hidden;
}
.theme-new .tn-card-hot-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--tn-hot-badge);
    color: #1a1a1a;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 9px;
    border-radius: 4px;
    letter-spacing: 0.08em;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* =====================================================================
   Faza 7 — Article detail (29-04-2026)
   ===================================================================== */
.theme-new .tn-article {
    max-width: 760px;
    margin: 0 auto;
}

.theme-new .tn-article-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--tn-divider);
}

.theme-new .tn-article-meta-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.theme-new .tn-article-cat {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--tn-cta-primary);
}

.theme-new .tn-article-hot {
    background: var(--tn-hot-badge);
    color: #1a1a1a;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 3px;
    letter-spacing: 0.08em;
}

.theme-new .tn-article-title {
    font-family: 'Lora', Georgia, serif;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 600;
    color: var(--tn-text-base);
    margin: 0 0 18px 0;
    letter-spacing: -0.01em;
}

.theme-new .tn-article-lead {
    font-family: 'Lora', Georgia, serif;
    font-size: 19px;
    line-height: 1.55;
    color: var(--tn-text-muted);
    font-style: italic;
    margin: 0 0 22px 0;
}

.theme-new .tn-article-byline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: var(--tn-text-muted);
}

.theme-new .tn-article-author strong {
    color: var(--tn-text-base);
    font-weight: 600;
}

.theme-new .tn-article-byline-sep {
    color: var(--tn-text-muted);
    opacity: 0.6;
}

.theme-new .tn-article-figure {
    position: relative;
    margin: 0 0 32px 0;
    border-radius: 8px;
    overflow: hidden;
    background: var(--tn-bg-card);
}

/* Copyright/credit overlay na velikim fotografijama — uvijek vidljiv. */
.theme-new .tn-article-figure-credit {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    padding: 4px 10px;
    border-radius: 3px;
    letter-spacing: 0.02em;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    max-width: calc(100% - 24px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.theme-new .tn-article-figure-credit a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.4);
    text-underline-offset: 2px;
}

.theme-new .tn-article-figure-credit a:hover {
    text-decoration-color: #ffffff;
    color: #ffffff;
}

.theme-new .tn-article-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.theme-new .tn-article-figcaption {
    padding: 10px 14px;
    font-size: 12px;
    color: var(--tn-text-muted);
    background: var(--tn-bg-card);
    border-top: 1px solid var(--tn-divider);
    font-style: italic;
}

.theme-new .tn-article-body {
    font-family: var(--tn-font-sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.72;
    color: var(--tn-text-base);
}

.theme-new .tn-article-body p {
    margin: 0 0 22px 0;
}

.theme-new .tn-article-body h2 {
    font-family: var(--tn-font-sans);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 48px 0 16px 0;
    color: var(--tn-text-base);
}

.theme-new .tn-article-body h3 {
    font-family: var(--tn-font-sans);
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin: 32px 0 14px 0;
    color: var(--tn-text-base);
}

/* V6 SPEC: blockquote citati u Lora Italic 500 + border-left #FF6B35 (vijesti gravitas) */
.theme-new .tn-article-body blockquote,
.theme-new .tn-article-body q,
.theme-new .tn-article-quote {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: var(--tn-text-base);
    border-left: 4px solid var(--tn-cta-primary);
    padding: 8px 0 8px 24px;
    margin: 32px 0;
    background: transparent;
    quotes: none;
}
.theme-new .tn-article-body blockquote p { margin: 0 0 12px 0; }
.theme-new .tn-article-body blockquote p:last-child { margin: 0; }
.theme-new .tn-article-body blockquote cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-family: var(--tn-font-sans);
    font-weight: 600;
    font-size: 14px;
    color: var(--tn-text-muted);
    letter-spacing: 0.04em;
}
@media (max-width: 768px) {
    .theme-new .tn-article-body blockquote,
    .theme-new .tn-article-body q,
    .theme-new .tn-article-quote { font-size: 19px; padding-left: 18px; }
}

.theme-new .tn-article-body a {
    color: var(--tn-cta-primary);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    transition: border-color 0.15s ease;
}

.theme-new .tn-article-body a:hover {
    border-bottom-color: var(--tn-cta-primary);
}

.theme-new .tn-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 20px 0;
}

.theme-new .tn-article-body ul,
.theme-new .tn-article-body ol {
    margin: 0 0 22px 0;
    padding-left: 28px;
}

.theme-new .tn-article-body li {
    margin-bottom: 8px;
}

.theme-new .tn-article-body blockquote {
    margin: 28px 0;
    padding: 14px 20px;
    border-left: 3px solid var(--tn-cta-primary);
    background: var(--tn-bg-card);
    font-style: italic;
    color: var(--tn-text-muted);
}

.theme-new .tn-article-body code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9em;
    background: var(--tn-bg-card);
    padding: 2px 6px;
    border-radius: 3px;
}

.theme-new .tn-article-tags {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--tn-divider);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.theme-new .tn-article-tags-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--tn-text-muted);
    font-weight: 600;
    margin-right: 4px;
}

.theme-new .tn-article-tag {
    background: var(--tn-bg-card);
    color: var(--tn-text-muted);
    font-size: 12px;
    padding: 5px 11px;
    border-radius: 12px;
    border: 1px solid var(--tn-divider);
}

.theme-new .tn-article-source {
    margin-top: 24px;
    padding: 14px 18px;
    background: var(--tn-bg-card);
    border-left: 3px solid var(--tn-text-muted);
    border-radius: 4px;
    font-size: 13px;
    color: var(--tn-text-muted);
}

.theme-new .tn-article-source-label {
    font-weight: 700;
    color: var(--tn-text-base);
    margin-right: 6px;
}

/* Lang switcher: disabled (nema prijevoda) */
.theme-new .tn-lang-switcher .tn-lang-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Mobile responsive za article */
@media (max-width: 720px) {
    .theme-new .tn-article-title {
        font-size: 30px;
        line-height: 1.22;
    }
    .theme-new .tn-article-lead {
        font-size: 17px;
    }
    .theme-new .tn-article-body {
        font-size: 17px;
        line-height: 1.65;
    }
    .theme-new .tn-article-body h2 {
        font-size: 24px;
    }
    .theme-new .tn-article-body h3 {
        font-size: 19px;
    }
}

/* =========================================================================
   --- 23. ARTICLE DETAIL (articleDetailNew.aspx) — story clanci ---
   Naslov / lead / breadcrumb / fontovi koriste tn-static-* (oNama, kontakt,
   kolacici …) za KONZISTENTAN dizajn. Tu su samo article-specifične dodatke:
   2-stupac grid, hero figure, body paragraph spacing, tagovi, sticky sidebar.
   ========================================================================= */

/* article-detail-grid: marker class na top-level kontejneru — layout dolazi iz tn-sport-hub-grid
   (single source: minmax(0, 1fr) 320px + 1.5rem gap). Margin-top zadržan jer ide ispod breadcrumb-a. */
.theme-new .article-detail-grid { margin-top: 32px; }

/* Meta-bar (datum, autor, reading time) ispod naslova */
.theme-new .article-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 18px;
    padding: 12px 0;
    border-top: 1px solid var(--tn-divider);
    border-bottom: 1px solid var(--tn-divider);
    font-size: 13px;
    color: var(--tn-text-muted);
}
.theme-new .article-detail-meta a {
    color: var(--tn-text-base);
    text-decoration: none;
    font-weight: 500;
}
.theme-new .article-detail-meta a:hover { color: var(--tn-cta-primary); }
.theme-new .article-detail-meta-sep {
    margin: 0 6px;
    opacity: 0.5;
}

/* Article header — meta info vec ima vlastiti border-bottom (boxed),
   pa zaopci border-bottom na .tn-static-header da ne dobivamo 2 razdjelnice. */
.theme-new .article-detail-grid .tn-static-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ===== RUBRIKA LISTING (5 rubrika × 6 jezika) =====
   Stranica: rubrikaListing.aspx (top-level + sub-rubrika)
   Layout: hero header (naslov + subtitle + sub-rubrika chips) + grid 3-stupca + paginacija */
.theme-new .tn-rubrika-listing {
    padding: 32px 0 64px 0;
}
.theme-new .tn-rubrika-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-rubrika-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--tn-text-base);
    margin: 0 0 8px 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.theme-new .tn-rubrika-subtitle {
    font-size: 16px;
    color: var(--tn-text-muted);
    margin: 0 0 18px 0;
    line-height: 1.5;
}
.theme-new .tn-rubrika-subrubrike {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.theme-new .tn-rubrika-sub-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    color: var(--tn-text-base);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
}
.theme-new .tn-rubrika-sub-chip:hover {
    border-color: var(--tn-cta-primary);
    color: var(--tn-cta-primary);
}
.theme-new .tn-rubrika-sub-chip-active {
    background: var(--tn-cta-primary);
    border-color: var(--tn-cta-primary);
    color: #fff;
}
.theme-new .tn-rubrika-sub-chip-active:hover {
    color: #fff;
    background: #ff5722;
}

/* Grid 3-stupca s karticama */
.theme-new .tn-rubrika-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
}
@media (max-width: 920px) {
    .theme-new .tn-rubrika-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
    .theme-new .tn-rubrika-grid { grid-template-columns: 1fr; gap: 18px; }
    .theme-new .tn-rubrika-title { font-size: 26px; }
}

.theme-new .tn-rubrika-card {
    background: var(--tn-bg-card);
    border-radius: var(--tn-radius-lg, 8px);
    overflow: hidden;
    box-shadow: var(--tn-shadow-card);
    display: flex;
    flex-direction: column;
}
.theme-new .tn-rubrika-card-body {
    padding: 16px 18px 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.theme-new .tn-rubrika-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--tn-text-muted);
}
.theme-new .tn-rubrika-card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px 0;
    letter-spacing: -0.01em;
}
.theme-new .tn-rubrika-card-link {
    color: var(--tn-text-base);
    text-decoration: none;
    transition: color 0.15s ease;
}
.theme-new .tn-rubrika-card-link:hover {
    color: var(--tn-cta-primary);
}
.theme-new .tn-rubrika-card-lead {
    font-size: 14px;
    color: var(--tn-text-muted);
    line-height: 1.55;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theme-new .tn-rubrika-card-event-time {
    margin-top: auto;
    padding: 8px 10px;
    background: rgba(255, 107, 53, 0.08);
    border-left: 2px solid var(--tn-cta-primary);
    border-radius: 3px;
    font-size: 12px;
    color: var(--tn-text-base);
    font-weight: 600;
}

/* Empty state */
.theme-new .tn-rubrika-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--tn-text-muted);
    font-size: 16px;
}

/* ===== Paginacija (generička klasa za centralni portalPagination UC) =====
   Koristi se na svim listing stranicama (rubrike, autor članci, tag listing,
   buduće listing-e). UC: webKontrole/portalPagination.ascx. */
.theme-new .tn-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--tn-divider);
}
.theme-new .tn-pagination-link {
    padding: 10px 18px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: 6px;
    color: var(--tn-text-base);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
}
.theme-new .tn-pagination-link:hover {
    border-color: var(--tn-cta-primary);
    color: var(--tn-cta-primary);
}
.theme-new .tn-pagination-info {
    font-size: 14px;
    color: var(--tn-text-muted);
    font-weight: 500;
}

/* ===== SPORT LISTING TOP — goal.com-inspirirani vizualni stil =====
   Tamna gradient kockica + bold tipografija + narandzasti akcent na hover */
.theme-new .tn-sport-listing { padding: 40px 0 80px 0; }
.theme-new .tn-sport-header {
    margin-bottom: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-sport-title {
    font-size: 48px;
    font-weight: 900;
    color: var(--tn-text-base);
    margin: 0 0 12px 0;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
.theme-new .tn-sport-subtitle {
    font-size: 17px;
    color: var(--tn-text-muted);
    margin: 0 0 18px 0;
    line-height: 1.55;
    max-width: 760px;
}
.theme-new .tn-sport-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--tn-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}
.theme-new .tn-sport-stat strong {
    color: var(--tn-cta-primary);
    font-weight: 800;
    font-size: 18px;
    margin-right: 4px;
}
.theme-new .tn-sport-stat-sep { opacity: 0.4; }

/* Tile grid — 4 stupca desktop, 3 tablet, 2 mobile */
.theme-new .tn-sport-tile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 1100px) {
    .theme-new .tn-sport-tile-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
    .theme-new .tn-sport-tile-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .theme-new .tn-sport-title { font-size: 32px; }
}

/* Tile — gradient kartica s narandzastim akcentom (goal.com inspiracija) */
.theme-new .tn-sport-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.04) 0%, var(--tn-bg-card) 50%, rgba(22, 27, 34, 0.95) 100%);
    border: 1px solid var(--tn-divider);
    border-radius: 12px;
    padding: 22px 22px 20px 22px;
    text-decoration: none;
    color: var(--tn-text-base);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    aspect-ratio: 1 / 1.05;
    overflow: hidden;
    text-align: left;
}
/* Akcent pruga na vrhu */
.theme-new .tn-sport-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--tn-cta-primary) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.22s ease;
}
.theme-new .tn-sport-tile:hover {
    border-color: var(--tn-cta-primary);
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(255, 107, 53, 0.22), 0 4px 10px rgba(0, 0, 0, 0.3);
}
.theme-new .tn-sport-tile:hover::before { opacity: 1; }

/* Icon — orange akcent, veći (72px) */
.theme-new .tn-sport-tile-icon-wrap {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tn-cta-primary) !important;
    margin-bottom: 8px;
    filter: drop-shadow(0 4px 12px rgba(255, 107, 53, 0.35));
    transition: transform 0.22s ease, filter 0.22s ease;
}
.theme-new .tn-sport-tile-icon-wrap svg {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px;
    max-height: 72px;
    color: var(--tn-cta-primary) !important;
    fill: var(--tn-cta-primary) !important;
}
.theme-new .tn-sport-tile-icon-wrap svg * {
    fill: var(--tn-cta-primary) !important;
    stroke: var(--tn-cta-primary);
}
.theme-new .tn-sport-tile:hover .tn-sport-tile-icon-wrap {
    transform: scale(1.08);
    filter: drop-shadow(0 6px 18px rgba(255, 107, 53, 0.55));
}

/* Tile body */
.theme-new .tn-sport-tile-body {
    width: 100%;
    margin-top: auto;
}
.theme-new .tn-sport-tile-name {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--tn-text-base);
    text-transform: uppercase;
}
.theme-new .tn-sport-tile:hover .tn-sport-tile-name {
    color: var(--tn-cta-primary);
}
.theme-new .tn-sport-tile-meta {
    font-size: 11px;
    color: var(--tn-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.theme-new .tn-sport-tile-events strong {
    color: var(--tn-cta-primary);
    font-size: 16px;
    font-weight: 800;
    margin-right: 4px;
}

.theme-new .tn-sport-empty {
    text-align: center;
    padding: 80px 20px;
    color: var(--tn-text-muted);
    font-size: 16px;
}

/* Vrijeme održavanja eventa — istaknut blok ispod hero slike (kad članak govori o
   konkretnom eventu s datumom). Vidljiv samo ako tblArticleOneRandom.VRIJEME_ODRZAVANJA NIJE NULL. */
.theme-new .article-event-time {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 4px 0;
    padding: 14px 18px;
    background: rgba(255, 107, 53, 0.08); /* lagani narandzasti tint */
    border-left: 3px solid var(--tn-cta-primary);
    border-radius: 4px;
    font-size: 15px;
}
.theme-new .article-event-time-icon {
    font-size: 18px;
    line-height: 1;
}
.theme-new .article-event-time-label {
    color: var(--tn-text-muted);
    font-weight: 500;
}
.theme-new .article-event-time-value {
    color: var(--tn-text-base);
    font-weight: 700;
}

/* Hero slika ispod headera */
.theme-new .article-detail-hero {
    position: relative;
    margin: 28px 0 0 0;
    border-radius: var(--tn-radius-md, 6px);
    overflow: hidden;
    background: var(--tn-bg-card);
}
.theme-new .article-detail-hero img {
    display: block;
    width: 100%;
    height: auto;
}
/* Stara klasa zadržana za backward-compat ako se negdje još koristi.
   Novi credit ide kroz portalImgCredit UC s tn-img-credit-overlay klasom. */
.theme-new .article-detail-hero-credit {
    padding: 8px 12px;
    font-size: 11px;
    color: var(--tn-text-muted);
    font-style: italic;
    background: var(--tn-bg-card);
    border-top: 1px solid var(--tn-divider);
}

/* ===== Generička .tn-img-credit klasa — koristi se na svim velikim slikama
   (article hero, naslovnica hero, vijesti feature, listing kartice).
   "Overlay" varijanta = apsolutno pozicionirano u donji desni kut slike
   sa sjenovitom pozadinom za čitljivost na bilo kojoj fotografiji. */
.theme-new .tn-img-credit {
    font-size: 11px;
    color: var(--tn-text-muted);
    font-style: italic;
}
.theme-new .tn-img-credit-overlay {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 2;
    padding: 4px 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.92);
    font-style: italic;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 3px;
    line-height: 1.2;
    pointer-events: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Copyright © prefiks ide kroz CSS (literal Unicode znak u CSS-u s BOM-om).
   Razlog: izbjegava mojibake u HTML response-u i drži se pravila #1 (UTF-8 BOM)
   bez riskiranja literal © u .ascx markup-u koji se cache-ira u IIS-u. */
.theme-new .tn-img-credit-overlay::before {
    content: "© ";
}
/* Link varijanta credit overlay-a — klikabilan link na original izvor (pi.URL).
   Override pointer-events: none iz tn-img-credit-overlay-a (default je not-clickable). */
.theme-new a.tn-img-credit-link {
    text-decoration: none !important;
    pointer-events: auto;
    cursor: pointer;
    display: inline-block;
}
.theme-new a.tn-img-credit-link:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.75);
    text-decoration: underline !important;
}

/* AI-ilustracija caption ispod velikih slika (hero/large) — portalArticleImage.ascx phAiCaption.
   Disclosure da slika nije stvarna fotografija + link na objasnjenje (uvjeti koristenja #ai-ilustracije).
   Stoji ISPOD okvira slike (tn-img-frame ima overflow:hidden) pa se ne klipa. */
.theme-new .tn-img-ai-caption {
    margin: 0;
    padding: 9px 13px;
    background: var(--tn-bg-card);
    border-top: 1px solid var(--tn-divider);
    font-size: 12px;
    line-height: 1.45;
    color: var(--tn-text-muted);
    font-style: italic;
}
/* Link "Sto znaci AI ilustracija?" — standardni portal-link izgled: BEZ podvlacenja, samo promjena
   boje na hover (uskladjeno s globalnim .theme-new a). 2026-06-13: maknuto custom podvlacenje. */
.theme-new .tn-img-ai-caption-link {
    color: var(--tn-cta-primary);
    text-decoration: none;
}
.theme-new .tn-img-ai-caption-link:hover {
    color: var(--tn-cta-hover);
    text-decoration: none;
}

/* ===== Generički slike-frame UC (portalArticleImage.ascx) =====
   Wrapper za svaku sliku članka/eventa s automatskim resize + credit overlay.
   Size varijante: thumbnail / small / medium / large / hero.
   Ovo PRAVILO: svaka nova stranica koristi <tn:PortalArticleImage /> umjesto inline <img>. */
.theme-new .tn-img-frame {
    position: relative;
    overflow: hidden;
    line-height: 0; /* makni baseline gap ispod slike */
    width: 100%;
}
.theme-new .tn-img-frame-link {
    display: block;
    width: 100%;
    text-decoration: none;
}
.theme-new .tn-img-frame-img {
    display: block;
    width: 100%;
    height: auto;
}
.theme-new .tn-img-frame-thumbnail .tn-img-frame-img { aspect-ratio: 1 / 1; object-fit: cover; }
.theme-new .tn-img-frame-small .tn-img-frame-img { aspect-ratio: 4 / 3; object-fit: cover; }
.theme-new .tn-img-frame-medium .tn-img-frame-img { aspect-ratio: 16 / 9; object-fit: cover; }
.theme-new .tn-img-frame-large .tn-img-frame-img { aspect-ratio: 16 / 9; object-fit: cover; }
.theme-new .tn-img-frame-hero .tn-img-frame-img { aspect-ratio: 16 / 10; object-fit: cover; }
/* Wrapper za vijesti feature da overlay bude relativno na sliku, ne na čitavu karticu */
.theme-new .tn-vijesti-feature-img-wrap {
    position: relative;
    overflow: hidden;
}

/* Body — naslijedi tn-static font (Manrope sans), samo paragraf razmak */
.theme-new .article-detail-body {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.72;
    color: var(--tn-text-base);
}
.theme-new .article-detail-body p { margin: 0 0 22px 0; }
.theme-new .article-detail-body h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.22;
    margin: 40px 0 14px 0;
    color: var(--tn-text-base);
}
.theme-new .article-detail-body h3 {
    font-size: 21px;
    font-weight: 700;
    margin: 30px 0 12px 0;
    color: var(--tn-text-base);
}
.theme-new .article-detail-body a {
    color: var(--tn-cta-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.theme-new .article-detail-body blockquote {
    margin: 28px 0;
    padding: 4px 0 4px 22px;
    border-left: 3px solid var(--tn-cta-primary);
    font-style: italic;
    font-size: 19px;
    line-height: 1.5;
    color: var(--tn-text-base);
}
.theme-new .article-detail-body ul,
.theme-new .article-detail-body ol {
    margin: 0 0 22px 0;
    padding-left: 26px;
}
.theme-new .article-detail-body li { margin-bottom: 8px; }
.theme-new .article-detail-body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 22px 0;
}

/* Tagovi (chips ispod body-ja) */
.theme-new .article-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid var(--tn-divider);
}
.theme-new .article-detail-tags-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--tn-text-muted);
    margin-right: 4px;
}
.theme-new .article-detail-tag {
    font-size: 12px;
    padding: 5px 12px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: 14px;
    color: var(--tn-text-muted);
}

/* Footer "Piše X →" link */
.theme-new .article-detail-author-link {
    margin-top: 28px;
    padding: 16px 0;
    border-top: 1px solid var(--tn-divider);
    font-size: 14px;
    color: var(--tn-text-muted);
}
.theme-new .article-detail-author-link a {
    color: var(--tn-text-base);
    text-decoration: none;
    font-weight: 600;
}
.theme-new .article-detail-author-link a:hover { color: var(--tn-cta-primary); }

/* === Generička sticky sidebar klasa — koristi se na SVIM portal stranicama
   (article detail, listing rubrike, statickim s desnim stupcem). Buduce stranice
   stave class="tn-sticky-sidebar" i automatski dobiju isti pattern + razdjelnike. */
/* tn-sticky-sidebar: sticky pozicioniranje (flex/gap dolazi iz tn-sport-side, single source).
   Koristi se na svim portal stranicama (article detail, listing rubrike, drugima s desnim stupcem). */
.theme-new .tn-sticky-sidebar {
    position: sticky;
    top: 90px;
    align-self: start;
}

/* Anchor target za #secPrikazSmjestaja u članku — nevidljiv, daje samo
   točku u DOM-u za #hash skroll. scroll-margin-top kompenzira sticky header
   da skrolanje ne završi ispod njega. */
.theme-new .article-anchor-target {
    display: block;
    height: 0;
    overflow: hidden;
    scroll-margin-top: 100px;
}
/* article-detail-cta: trenutno nema dodatnih overrida (tn-side-card daje sve — bg+border+radius+padding).
   Ostavljen ID samo kao marker za buduće Tickets-specific tweaks ako bude trebalo. */
.theme-new .article-detail-cta-eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--tn-cta-primary);
    margin-bottom: 8px;
}
.theme-new .article-detail-cta-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--tn-text-base);
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.theme-new .article-detail-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Stay22 iframe */
.theme-new .article-detail-stay22-frame {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
    background: var(--tn-bg-page);
}
.theme-new .article-detail-stay22-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ===== Stay22 mid-content velika mapa (unutar tijela članka) ===== */
.theme-new .article-stay22-mid {
    margin: 2.25rem 0;
    padding: 1.25rem;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-divider);
    border-radius: var(--tn-radius-md, 6px);
}
.theme-new .article-stay22-mid-eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--tn-text-muted);
    margin-bottom: 6px;
}
.theme-new .article-stay22-mid-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--tn-text-base);
    margin: 0 0 14px 0;
}
/* Popis smjestaja NA VRHU putovanja/dogadanja clanka (izmedu naslova i podnaslova).
   Samo razmak gore/dolje od h1 i lead-a. Naslov bloka (.ak-eyebrow/.ak-title) stilizira
   agodaKarta.css — JEDAN izvor istine, identičan naslovu karte (vidi portalSmjestajPopis.ascx). */
.theme-new .article-top-hotels {
    margin: 1rem 0 1.5rem;
}
/* Naslov (ak-eyebrow + ak-title) UNUTAR sive kartice (tn-pricing-matrix), na vrhu, poravnat s
   redovima (isti horizontalni padding 24px / mobilno 16px), odvojen linijom od prvog reda. */
.theme-new .article-top-hotels-head {
    padding: 16px 24px;
    border-bottom: 1px solid var(--tn-border);
}
.theme-new .article-top-hotels-head .ak-title { margin-bottom: 0; }
@media (max-width: 768px) {
    .theme-new .article-top-hotels-head { padding: 14px 16px; }
}
.theme-new .article-stay22-mid-frame {
    position: relative;
    width: 100%;
    height: 336px; /* -30% od 480px */
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 14px;
    background: var(--tn-bg-page);
}
.theme-new .article-stay22-mid-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.theme-new .article-stay22-mid-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
}
/* Override .article-detail-body a (color: orange + underline) — gumb se nakon JS premjestanja
   nalazi UNUTAR .article-detail-body, pa parent selector bi inace pobijedio i tekst bi bio
   narancast na narancastoj pozadini (nevidljiv dok ne hover). Veca specificnost (3 klase). */
.theme-new .article-detail-body .article-stay22-mid-cta,
.theme-new .article-stay22-mid .tn-btn-primary,
.theme-new .article-stay22-mid .tn-btn-primary:hover {
    color: #fff !important;
    text-decoration: none !important;
}
@media (max-width: 768px) {
    .theme-new .article-stay22-mid-frame { height: 252px; } /* -30% od 360px */
}

/* Tickets sidebar lista */
.theme-new .article-detail-tickets-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.theme-new .article-detail-ticket-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    background: var(--tn-bg-page);
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    transition: border-color 0.15s ease;
}
.theme-new .article-detail-ticket-item:hover { border-color: var(--tn-cta-primary); }
.theme-new .article-detail-ticket-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}
.theme-new .article-detail-ticket-body { flex: 1; min-width: 0; }
.theme-new .article-detail-ticket-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--tn-text-base);
    line-height: 1.35;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theme-new .article-detail-ticket-meta {
    font-size: 11px;
    color: var(--tn-text-muted);
}

/* Related sidebar lista */
.theme-new .article-detail-related-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--tn-text-muted);
    margin: 0 0 14px 0;
}
.theme-new .article-detail-related-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.theme-new .article-detail-related-item {
    display: block;
    text-decoration: none;
    color: inherit;
}
.theme-new .article-detail-related-item-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--tn-text-base);
    line-height: 1.4;
    margin: 0 0 4px 0;
    transition: color 0.15s ease;
}
.theme-new .article-detail-related-item:hover .article-detail-related-item-title {
    color: var(--tn-cta-primary);
}
.theme-new .article-detail-related-item-meta {
    font-size: 11px;
    color: var(--tn-text-muted);
}

/* ===== Najcitanije ovaj tjedan (mini cards s velikim brojem rangiranja) ===== */
.theme-new .article-detail-most-read-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.theme-new .article-detail-most-read-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .article-detail-most-read-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.theme-new .article-detail-most-read-rank {
    flex: 0 0 auto;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: var(--tn-cta-primary);
    min-width: 24px;
    text-align: left;
    font-family: var(--tn-font-sans);
}
.theme-new .article-detail-most-read-body {
    flex: 1 1 auto;
    min-width: 0;
}
.theme-new .article-detail-most-read-eyebrow {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--tn-text-muted);
    margin-bottom: 3px;
}
.theme-new .article-detail-most-read-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--tn-text-base);
    line-height: 1.35;
    transition: color 0.15s ease;
}
.theme-new .article-detail-most-read-item:hover .article-detail-most-read-title {
    color: var(--tn-cta-primary);
}

/* Mobile: sidebar gubi sticky (1-column dolazi iz tn-sport-hub-grid @ 980px). */
@media (max-width: 920px) {
    .theme-new .tn-sticky-sidebar {
        position: static;
        max-height: none;
    }
}

/* =========================================================================
   --- 24. PORTAL AUTHOR BYLINE (portalAuthorByline.ascx) — 3 varijante ---
   compact = inline u meta liniji (clanak + listing kartice)
   card    = veci avatar + bio (related sekcija, autor footer)
   minimal = samo ime + datum, no foto (kraj clanka)
   ========================================================================= */

.theme-new .portal-author-byline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--tn-text-muted);
    font-family: var(--tn-font-sans);
    font-size: 13px;
    line-height: 1.4;
    transition: color 0.15s ease;
}
.theme-new .portal-author-byline:hover {
    color: var(--tn-cta-primary);
}
.theme-new .portal-author-byline-photo {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.theme-new .portal-author-byline-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.theme-new .portal-author-byline-prefix {
    color: var(--tn-text-muted);
    font-weight: 400;
}
.theme-new .portal-author-byline-name {
    color: var(--tn-text-base);
    font-weight: 600;
}
.theme-new .portal-author-byline:hover .portal-author-byline-name {
    color: var(--tn-cta-primary);
}
.theme-new .portal-author-byline-sep {
    margin: 0 2px;
    opacity: 0.5;
}
.theme-new .portal-author-byline-date {
    color: var(--tn-text-muted);
    font-weight: 400;
}

/* Variant: card (veci avatar, vise prostora) */
.theme-new .portal-author-byline-card {
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--tn-divider);
    border-radius: 6px;
    background: var(--tn-bg-card);
}
.theme-new .portal-author-byline-card .portal-author-byline-photo {
    width: 64px;
    height: 64px;
}
.theme-new .portal-author-byline-card .portal-author-byline-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.theme-new .portal-author-byline-card .portal-author-byline-name {
    font-size: 16px;
}

/* Variant: minimal (no foto) */
.theme-new .portal-author-byline-minimal .portal-author-byline-photo {
    display: none;
}

/* =====================================================================
   SPORT HUB (/sport/) — kompaktan goal.com inspirirani layout.
   NIJE catalog tile picker.
   ===================================================================== */
.theme-new .tn-sport-hub { padding: 1rem 0 2rem; }

/* SEO H1 — vidljiv crawlerima i screen readerima, sakriven vizualno */
.theme-new .tn-sr-only {
    position: absolute !important; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}
.theme-new .tn-sport-hub-hero {
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 1.5rem; margin: 0 0 1.25rem; flex-wrap: wrap;
}
.theme-new .tn-sport-hub-hero-text { flex: 1 1 60%; min-width: 280px; }
.theme-new .tn-sport-hub-h1 {
    font-size: 1.75rem; line-height: 1.2; margin: 0 0 .35rem;
    color: var(--tn-text-primary); font-weight: 800;
}
.theme-new .tn-sport-hub-sub {
    margin: 0; color: var(--tn-text-muted); font-size: .95rem; line-height: 1.5;
}
.theme-new .tn-sport-hub-pulse {
    display: flex; flex-wrap: wrap; gap: .5rem; align-items: center;
}
.theme-new .tn-pulse-chip {
    display: inline-flex; align-items: center; gap: .35rem;
    padding: .35rem .7rem; border: 1px solid var(--tn-divider);
    border-radius: 999px; background: var(--tn-bg-card);
    font-size: .8rem; color: var(--tn-text-secondary);
}
.theme-new .tn-pulse-chip strong {
    color: var(--tn-text-primary); font-weight: 700;
}
.theme-new .tn-pulse-chip.tn-pulse-live {
    background: rgba(255, 107, 53, .14); border-color: rgba(255, 107, 53, .45);
    color: var(--tn-cta-primary);
}
.theme-new .tn-pulse-chip.tn-pulse-live strong { color: var(--tn-cta-primary); }
.theme-new .tn-pulse-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--tn-cta-primary); box-shadow: 0 0 8px var(--tn-cta-primary);
    animation: tnPulseDot 1.4s ease-in-out infinite;
}
@keyframes tnPulseDot {
    0%,100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: .55; }
}

/* Filter bar */
.theme-new .tn-sport-filters {
    position: sticky; top: 0; z-index: 30;
    background: var(--tn-bg-page);
    border-top: 1px solid var(--tn-divider);
    border-bottom: 1px solid var(--tn-divider);
    padding: .5rem 0; margin: 0 0 1.25rem;
    display: flex; flex-direction: column; gap: .35rem;
}
.theme-new .tn-filter-row {
    display: flex; flex-wrap: wrap; align-items: center;
    gap: .4rem .4rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.theme-new .tn-filter-row::-webkit-scrollbar { display: none; height: 0; width: 0; }
.theme-new .tn-filter-lbl {
    font-size: .72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; color: var(--tn-text-muted);
    flex: 0 0 auto; padding: 0 .35rem 0 0;
}
.theme-new .tn-chip {
    display: inline-flex; align-items: center; gap: .3rem;
    padding: .3rem .65rem; border: 1px solid var(--tn-divider);
    border-radius: 999px; background: var(--tn-bg-card);
    color: var(--tn-text-secondary); font-size: .8rem;
    text-decoration: none; white-space: nowrap; transition: all .15s ease;
    flex: 0 0 auto;
}
.theme-new .tn-chip:hover {
    color: var(--tn-cta-primary); border-color: var(--tn-cta-primary);
    background: rgba(255, 107, 53, .08);
}
.theme-new .tn-chip.tn-chip-active {
    background: var(--tn-cta-primary); color: #fff; border-color: var(--tn-cta-primary);
}
.theme-new .tn-chip svg { color: var(--tn-cta-primary); }
.theme-new .tn-chip.tn-chip-active svg { color: #fff; }
.theme-new .tn-chip-count {
    font-style: normal; font-size: .68rem; opacity: .7; font-weight: 600;
    margin-left: .15rem;
}
.theme-new .tn-chip-meta {
    font-style: normal; font-size: .7rem; opacity: .65;
    margin-left: .25rem;
}
.theme-new .tn-chip-country .tn-flag { font-size: 1rem; line-height: 1; }
.theme-new .tn-flag-img {
    display: inline-block; width: 18px; height: 12px;
    object-fit: cover; border-radius: 2px;
    vertical-align: middle; margin-right: .25rem;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}
.theme-new .tn-feed-team .tn-flag-img {
    width: 22px; height: 14px; margin-right: .35rem;
}
.theme-new .tn-feed-team {
    display: inline-flex; align-items: center; gap: .35rem;
}
.theme-new .tn-feed-team .tn-team-badge {
    flex: 0 0 auto;
}

/* "Više…" expand chip + dropdown overflow lista */
.theme-new .tn-chip-more-wrap { position: relative; display: inline-flex; flex: 0 0 auto; }
.theme-new .tn-chip-more {
    cursor: pointer; border: 1px dashed var(--tn-cta-primary);
    background: transparent; color: var(--tn-cta-primary);
    font-weight: 600;
}
.theme-new .tn-chip-more:hover {
    background: rgba(255, 107, 53, .08);
}
.theme-new .tn-chip-arrow {
    display: inline-block; margin-left: .15rem; font-size: .9rem;
    transition: transform .15s ease;
}
.theme-new .tn-chip-more[aria-expanded="true"] .tn-chip-arrow { transform: rotate(45deg); }
.theme-new .tn-chip-more-list {
    position: absolute; top: calc(100% + .35rem); left: 0; z-index: 25;
    display: flex; flex-wrap: wrap; gap: .35rem;
    max-width: min(560px, calc(100vw - 2rem));
    padding: .65rem; border: 1px solid var(--tn-divider);
    border-radius: 8px; background: var(--tn-bg-card);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
}
.theme-new .tn-chip-more-list[hidden] { display: none; }
.theme-new .tn-chip-more-list .tn-chip {
    background: var(--tn-bg-page);
}

/* Sport sa 0 events ("Uskoro" label) — vizualno priguseno */
.theme-new .tn-bottom-sport-tile .tn-bottom-sport-count:not(:empty) {
    /* default — broj events */
}
.theme-new .tn-chip-comp { font-weight: 600; }
.theme-new .tn-chip-stadium { background: transparent; }

/* Grid: feed + sidebar */
.theme-new .tn-sport-hub-grid {
    display: grid; grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem; align-items: flex-start;
}
@media (max-width: 980px) {
    .theme-new .tn-sport-hub-grid { grid-template-columns: 1fr; }
}

/* Feed */
.theme-new .tn-sport-feed { min-width: 0; }
.theme-new .tn-feed-day { margin: 0 0 1.25rem; }
.theme-new .tn-feed-day-title {
    display: flex; align-items: baseline; gap: .65rem;
    margin: 0 0 .5rem; padding: 0 0 .35rem;
    border-bottom: 2px solid var(--tn-cta-primary);
    font-size: 1rem; font-weight: 700; color: var(--tn-text-primary);
    text-transform: uppercase; letter-spacing: .03em;
}
.theme-new .tn-feed-day-date {
    font-weight: 400; color: var(--tn-text-muted);
    text-transform: none; letter-spacing: 0;
}
.theme-new .tn-feed-day-count {
    margin-left: auto; font-size: .72rem; color: var(--tn-text-muted);
    font-weight: 500; text-transform: none;
}
.theme-new .tn-feed-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column;
}
.theme-new .tn-feed-row {
    display: grid; grid-template-columns: 56px 32px 1fr auto;
    gap: .75rem; align-items: center;
    padding: .65rem .25rem; border-bottom: 1px solid var(--tn-divider);
    transition: background .15s ease;
}
.theme-new .tn-feed-row:hover { background: rgba(255,107,53,.04); }
.theme-new .tn-feed-row-finished { opacity: .82; }
.theme-new .tn-feed-time {
    display: flex; flex-direction: column; align-items: flex-start;
    line-height: 1.1;
}
.theme-new .tn-feed-time-h {
    font-size: .95rem; font-weight: 700; color: var(--tn-text-primary);
}
.theme-new .tn-feed-time-tz {
    font-size: .65rem; color: var(--tn-text-muted);
    text-transform: uppercase; letter-spacing: .04em;
}
.theme-new .tn-feed-icon {
    color: var(--tn-cta-primary); display: flex; align-items: center; justify-content: center;
}
/* SPORT: na desktopu se prikazuje IKONA; sportska pool-slika (POOL_IMG, direktno dijete .tn-feed-icon,
   IZVAN .tn-feed-icon-svg) skrivena je na desktopu, a banner samo na mobitelu (toggle u @media ≤600px).
   Koncerti su NETAKNUTI: njihova slika živi unutar .tn-feed-icon-svg (ICON_SVG) i ostaje vidljiva svuda. */
.theme-new .tn-feed-icon-svg { display: inline-flex; align-items: center; }
.theme-new .tn-feed-icon > .tn-feed-img-pool { display: none; }
.theme-new .tn-feed-body { min-width: 0; }
.theme-new .tn-feed-teams {
    display: flex; align-items: baseline; gap: .35rem;
    font-size: .95rem; color: var(--tn-text-primary); font-weight: 600;
    flex-wrap: wrap;
}
.theme-new .tn-feed-vs {
    font-size: .75rem; color: var(--tn-text-muted); font-weight: 400;
}
.theme-new .tn-feed-meta {
    font-size: .8rem; color: var(--tn-text-muted); margin-top: .15rem;
}
/* tn-feed-meta-row span renderira se kao zaseban red unutar tn-feed-meta panel-a (2 reda — 2026-05-12). */
.theme-new .tn-feed-meta-row { display: flex; align-items: center; gap: .35rem; }
.theme-new .tn-feed-meta-row .tn-flag-img { vertical-align: middle; flex-shrink: 0; }
.theme-new .tn-feed-meta-right { text-align: right; }
.theme-new .tn-feed-najava {
    display: inline-block; margin-top: 0;
    font-size: .75rem; color: var(--tn-cta-primary);
    text-decoration: none; font-weight: 600;
}
.theme-new .tn-feed-najava:hover { text-decoration: underline; }
.theme-new .tn-feed-vodic {
    display: inline-block; margin-top: 0; margin-left: .6rem;
    font-size: .75rem; color: var(--tn-cta-primary);
    text-decoration: none; font-weight: 600;
}
.theme-new .tn-feed-vodic:hover { text-decoration: underline; }
.theme-new .tn-feed-action {
    display: flex; flex-direction: column; align-items: flex-end; gap: .2rem;
    min-width: 100px;
}
.theme-new .tn-feed-result {
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    padding: .25rem .5rem; border-radius: 4px;
    font-size: .85rem; color: var(--tn-text-primary);
}
.theme-new .tn-feed-result strong { color: var(--tn-cta-primary); }
.theme-new .tn-feed-tickets {
    display: inline-flex; flex-direction: column; align-items: flex-end;
    text-decoration: none; gap: .15rem;
}
.theme-new .tn-feed-price {
    font-size: .72rem; color: var(--tn-text-muted);
}
.theme-new .tn-feed-price strong {
    color: var(--tn-text-primary); font-weight: 700; font-size: .9rem;
}
.theme-new .tn-feed-tickets-btn {
    display: inline-block; padding: .25rem .65rem;
    background: var(--tn-cta-primary); color: #fff;
    border-radius: 4px; font-size: .75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .03em;
}
.theme-new .tn-feed-tickets:hover .tn-feed-tickets-btn { background: var(--tn-cta-primary-hover, #e85a26); }

/* Sidebar */
.theme-new .tn-sport-side { display: flex; flex-direction: column; gap: 1rem; }
.theme-new .tn-side-card {
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    border-radius: 6px; padding: .85rem;
}
.theme-new .tn-side-title {
    font-size: .8rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; margin: 0 0 .65rem;
    color: var(--tn-cta-primary); border-bottom: 1px solid var(--tn-divider);
    padding-bottom: .35rem;
}
.theme-new .tn-side-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: .45rem;
}
.theme-new .tn-side-list li {
    font-size: .8rem; color: var(--tn-text-secondary);
    display: flex; flex-direction: column; gap: .1rem;
    padding-bottom: .35rem; border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-side-list li:last-child { border-bottom: none; padding-bottom: 0; }
.theme-new .tn-side-time, .theme-new .tn-side-when, .theme-new .tn-side-iata {
    font-size: .7rem; color: var(--tn-cta-primary); font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
}
.theme-new .tn-side-teams {
    color: var(--tn-text-primary); font-weight: 600; font-size: .85rem;
}
.theme-new .tn-side-list-results .tn-side-teams {
    display: inline-flex; align-items: center; gap: .3rem;
    flex-wrap: wrap;
}
.theme-new .tn-side-list-results .tn-side-teams strong {
    color: var(--tn-cta-primary); margin: 0 .2rem;
}
.theme-new .tn-side-meta { color: var(--tn-text-muted); font-size: .72rem; }
.theme-new .tn-side-stories { list-style: none; padding: 0; margin: 0; }
.theme-new .tn-side-stories li { padding: 0; margin: 0 0 .65rem; border: none; }
.theme-new .tn-side-stories li:last-child { margin-bottom: 0; }
.theme-new .tn-side-story-link {
    display: grid; grid-template-columns: 60px 1fr; gap: .5rem;
    text-decoration: none; align-items: center;
}
.theme-new .tn-side-story-img {
    display: block; width: 60px; height: 60px;
    background-size: cover; background-position: center;
    border-radius: 4px; background-color: var(--tn-divider);
}
.theme-new .tn-side-story-body { display: flex; flex-direction: column; gap: .15rem; }
.theme-new .tn-side-story-title {
    color: var(--tn-text-primary); font-weight: 600; font-size: .82rem;
    line-height: 1.25;
}
.theme-new .tn-side-story-link:hover .tn-side-story-title { color: var(--tn-cta-primary); }
.theme-new .tn-side-story-date { color: var(--tn-text-muted); font-size: .68rem; }
.theme-new .tn-side-ticket-link {
    color: var(--tn-text-primary); text-decoration: none; font-weight: 600;
}
.theme-new .tn-side-ticket-link:hover { color: var(--tn-cta-primary); }
.theme-new .tn-side-standings-block { margin-bottom: .85rem; }
.theme-new .tn-side-standings-block:last-child { margin-bottom: 0; }
.theme-new .tn-side-sub {
    margin: 0 0 .35rem; font-size: .75rem; color: var(--tn-text-primary);
    font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
}
.theme-new .tn-side-table {
    width: 100%; border-collapse: collapse; font-size: .72rem;
}
.theme-new .tn-side-table thead th {
    text-align: left; padding: .25rem .35rem;
    border-bottom: 1px solid var(--tn-divider);
    color: var(--tn-text-muted); font-weight: 600;
    text-transform: uppercase; letter-spacing: .03em;
}
.theme-new .tn-side-table tbody td {
    padding: .3rem .35rem; border-bottom: 1px solid var(--tn-divider);
    color: var(--tn-text-secondary);
}
.theme-new .tn-side-table tbody tr:last-child td { border-bottom: none; }
.theme-new .tn-side-table tbody td:nth-child(1),
.theme-new .tn-side-table tbody td:nth-child(3),
.theme-new .tn-side-table tbody td:nth-child(4),
.theme-new .tn-side-table tbody td:nth-child(5) {
    text-align: center; width: 30px;
}
.theme-new .tn-side-table tbody td:nth-child(2) {
    color: var(--tn-text-primary); font-weight: 600;
}

/* Sport empty */
.theme-new .tn-sport-empty {
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    border-radius: 6px; padding: 2rem; text-align: center;
    color: var(--tn-text-muted);
}

/* Bottom sections */
.theme-new .tn-sport-hub-bottom {
    margin: 2rem 0 0; display: flex; flex-direction: column; gap: 1.5rem;
    border-top: 1px solid var(--tn-divider); padding-top: 1.5rem;
}
.theme-new .tn-bottom-block { }
.theme-new .tn-bottom-title {
    font-size: 1rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; color: var(--tn-text-primary);
    margin: 0 0 .85rem; padding-bottom: .35rem;
    border-bottom: 2px solid var(--tn-cta-primary);
    display: inline-block;
}
.theme-new .tn-bottom-sport-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: .65rem;
}
.theme-new .tn-bottom-sport-tile {
    display: flex; align-items: center; gap: .5rem;
    padding: .65rem .75rem; border: 1px solid var(--tn-divider);
    border-radius: 6px; background: var(--tn-bg-card);
    text-decoration: none; color: var(--tn-text-primary);
    font-size: .85rem; font-weight: 600; transition: all .15s ease;
}
.theme-new .tn-bottom-sport-tile:hover {
    border-color: var(--tn-cta-primary); background: rgba(255,107,53,.06);
    color: var(--tn-cta-primary);
}
.theme-new .tn-bottom-sport-icon {
    color: var(--tn-cta-primary); flex: 0 0 auto;
    display: flex; align-items: center;
}
.theme-new .tn-bottom-sport-name { flex: 1 1 auto; min-width: 0; }
.theme-new .tn-bottom-sport-count {
    font-size: .7rem; color: var(--tn-text-muted); font-weight: 500;
    flex: 0 0 auto;
}
.theme-new .tn-bottom-chip-row {
    display: flex; flex-wrap: wrap; gap: .4rem;
}

/* Artist card grid — vertikalni card (slika gore, naziv ispod) za glazba bottom widget.
   Sport listing koristi flat tile sa SVG ikonom; glazba treba prepoznatljive face slike izvođača
   (Songkick/Bandsintown/Ticketmaster pattern), pa ima vlastiti card layout s aspect-ratio slikom. */
.theme-new .tn-bottom-artist-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}
.theme-new .tn-bottom-artist-card {
    display: flex; flex-direction: column;
    border-radius: 8px; overflow: hidden;
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    text-decoration: none; color: var(--tn-text-primary);
    transition: transform .15s ease, border-color .15s ease;
}
.theme-new .tn-bottom-artist-card:hover {
    transform: translateY(-2px); border-color: var(--tn-cta-primary);
}
.theme-new .tn-bottom-artist-img {
    aspect-ratio: 4 / 3; width: 100%; object-fit: cover; display: block;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-bottom-artist-img-placeholder {
    aspect-ratio: 4 / 3; width: 100%; background: var(--tn-bg-card-hover);
    display: flex; align-items: center; justify-content: center;
    color: var(--tn-text-muted); font-size: .75rem; text-align: center;
}
.theme-new .tn-bottom-artist-body {
    padding: .65rem .75rem; display: flex; flex-direction: column; gap: .15rem;
}
.theme-new .tn-bottom-artist-name {
    font-weight: 600; font-size: .9rem; line-height: 1.3;
}
.theme-new .tn-bottom-artist-count {
    font-size: .75rem; color: var(--tn-text-muted);
}

/* Search input unutar tn-chip-more-list (za client-side filter velikih country list-a).
   Trigger: input event → JS handler u portalNew.js (data-tn-chip-filter="<key>"). */
.theme-new .tn-chip-search-wrap {
    padding: .5rem; border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-chip-search {
    width: 100%; padding: .45rem .65rem;
    background: var(--tn-bg-card); color: var(--tn-text-primary);
    border: 1px solid var(--tn-divider); border-radius: 4px;
    font-size: .85rem; outline: none;
}
.theme-new .tn-chip-search:focus {
    border-color: var(--tn-cta-primary);
}
.theme-new .tn-chip-more-list .tn-chip-search-wrap + .tn-chip,
.theme-new .tn-chip-more-list a.tn-chip {
    margin: .15rem;
}
/* Override za chip-more-list (overflow expand): zadržava flex-wrap iz primarne definicije
   gore, ograničava visinu na ~12 redaka chip-ova. Search input + chips wrap-aju horizontalno.
   Custom thin scrollbar (Firefox + WebKit) — bootstrap-ish look, ne native windows scrollbar. */
.theme-new .tn-chip-more-list {
    min-width: 280px; max-width: 480px;
    max-height: 480px; overflow-y: auto; overflow-x: hidden;
    /* Custom scrollbar — Firefox */
    scrollbar-width: thin;
    scrollbar-color: var(--tn-cta-primary) var(--tn-bg-card);
}
/* Custom scrollbar — WebKit (Chrome/Edge/Safari) */
.theme-new .tn-chip-more-list::-webkit-scrollbar {
    width: 6px;
}
.theme-new .tn-chip-more-list::-webkit-scrollbar-track {
    background: var(--tn-bg-card); border-radius: 4px;
}
.theme-new .tn-chip-more-list::-webkit-scrollbar-thumb {
    background: var(--tn-cta-primary); border-radius: 4px; opacity: .7;
}
.theme-new .tn-chip-more-list::-webkit-scrollbar-thumb:hover {
    background: var(--tn-cta-primary-hover, var(--tn-cta-primary));
}
.theme-new .tn-chip-more-list .tn-chip-search-wrap {
    /* Search input zauzme cijelu širinu kao prvi flex item, sticky za scroll */
    flex: 0 0 100%; padding: 0 0 .5rem 0; border-bottom: 1px solid var(--tn-divider);
    margin-bottom: .25rem; background: var(--tn-bg-card);
    position: sticky; top: 0; z-index: 1;
}

/* Sidebar — avatar slika izvođača (40x40 round) lijevo + naziv/broj desno.
   Songkick sidebar pattern. Mali avatar = brzo prepoznavanje fanovima. */
.theme-new .tn-side-artist-row {
    list-style: none;
}
.theme-new .tn-side-artist-link {
    display: flex; gap: .6rem; align-items: center;
    text-decoration: none; color: inherit;
    padding: .25rem; border-radius: 6px;
    transition: background .12s ease;
}
.theme-new .tn-side-artist-link:hover {
    background: var(--tn-bg-card-hover);
    color: var(--tn-cta-primary);
}
.theme-new .tn-side-artist-img {
    width: 40px; height: 40px; flex: 0 0 auto;
    border-radius: 50%; object-fit: cover;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-side-artist-img-placeholder {
    width: 40px; height: 40px; flex: 0 0 auto;
    border-radius: 50%; background: var(--tn-bg-card-hover);
    display: flex; align-items: center; justify-content: center;
    color: var(--tn-text-muted); font-weight: 600; font-size: .85rem;
}
.theme-new .tn-side-artist-info {
    flex: 1 1 auto; display: flex; flex-direction: column; min-width: 0;
}

/* tn-bottom-venue-* klase obrisane 2026-05-08 — bottom venue widget je sad chip-row pattern
   kroz portalBottomVenues.ascx UC (reuse u sport + glazba listing). */

/* =====================================================================
   ARTIST LANDING (izvodjacLanding.aspx) — hero + nadolazeći nastupi listing.
   Pattern: pool slika izvođača (350px) + ime + count nadolazećih + KRATKI_OPIS.
   ===================================================================== */
.theme-new .tn-artist-hero {
    display: flex; gap: 1.5rem; align-items: flex-start;
    padding: 1.5rem 0 2rem 0; border-bottom: 1px solid var(--tn-divider);
    margin-bottom: 1.5rem;
}
.theme-new .tn-artist-hero-img-wrap {
    flex: 0 0 auto; width: 180px; height: 180px;
    border-radius: 8px; overflow: hidden; background: var(--tn-bg-card);
}
.theme-new .tn-artist-hero-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.theme-new .tn-artist-hero-body {
    flex: 1 1 auto; min-width: 0;
}
.theme-new .tn-artist-hero-name {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800; line-height: 1.15; margin: 0 0 .5rem 0;
    color: var(--tn-text-primary); letter-spacing: -.01em;
}
.theme-new .tn-artist-hero-meta {
    color: var(--tn-cta-primary); font-weight: 700; font-size: .95rem;
    margin: 0 0 1rem 0;
}
.theme-new .tn-artist-hero-opis {
    color: var(--tn-text-secondary, #c9ced6); font-size: .95rem;
    line-height: 1.55; margin: 0;
}
/* Paragrafi unutar hero-opis (autor bio / izvođač opis) — DB SHORT_TEXT ima \n\n
   između paragrafa, vbClass.funcRenderParagraphs ga gradi u <p> blokove.
   Default browser <p> margin (1em top+bottom) bi razdvojio previše — držim 0.65rem bottom,
   zadnji paragraf bez margin-a (čist završetak hero blocka). */
.theme-new .tn-artist-hero-opis p {
    margin: 0 0 .65rem 0;
}
.theme-new .tn-artist-hero-opis p:last-child {
    margin-bottom: 0;
}
@media (max-width: 600px) {
    .theme-new .tn-artist-hero {
        flex-direction: column; gap: 1rem; align-items: flex-start;
    }
    .theme-new .tn-artist-hero-img-wrap { width: 140px; height: 140px; }
}

/* "O izvođaču" sekcija — VELIKI_OPIS iz baze (prosjek 30k char, HTML).
   Ispod event feed-a (ne potapa primarni CTA). Max-width za citljivost na sirokom ekranu,
   line-height za dugacku citljivost. Sirov HTML (h2/p/ul) iz baze. */
.theme-new .tn-artist-about {
    margin: 2.5rem auto 1.5rem; max-width: 820px;
    color: var(--tn-text-primary, #1a1a1a);
}
.theme-new .tn-artist-about-title {
    font-size: 1.5rem; font-weight: 700; margin: 0 0 1rem;
    color: var(--tn-text-primary, #1a1a1a);
}
.theme-new .tn-artist-about-body {
    font-size: 1rem; line-height: 1.7;
}
.theme-new .tn-artist-about-body h2,
.theme-new .tn-artist-about-body h3 {
    font-size: 1.15rem; font-weight: 700;
    margin: 1.5rem 0 .6rem;
    color: var(--tn-text-primary, #1a1a1a);
}
.theme-new .tn-artist-about-body h2:first-child,
.theme-new .tn-artist-about-body h3:first-child {
    margin-top: 0;
}
.theme-new .tn-artist-about-body p {
    margin: 0 0 1rem;
}
.theme-new .tn-artist-about-body ul,
.theme-new .tn-artist-about-body ol {
    margin: 0 0 1rem 1.5rem;
}
.theme-new .tn-artist-about-body li {
    margin: 0 0 .35rem;
}
.theme-new .tn-artist-about-body strong { font-weight: 700; }
.theme-new .tn-artist-about-body em { font-style: italic; }
@media (max-width: 600px) {
    .theme-new .tn-artist-about { margin: 2rem auto 1rem; padding: 0 .25rem; }
    .theme-new .tn-artist-about-title { font-size: 1.25rem; }
    .theme-new .tn-artist-about-body { font-size: .95rem; line-height: 1.65; }
}

/* Empty state placeholder ispod feed-a kad nema event-a. */
.theme-new .tn-empty-state {
    padding: 2rem 1rem; text-align: center;
    color: var(--tn-text-muted); font-size: .95rem;
}

/* =====================================================================
   VIJESTI DIVIDER — vizualni separator izmedju event sekcija (gore) i
   vijesti sekcija (dolje). "Vijesti" label centriran s linijom okolo.
   Cilj: korisnik vidi gdje portal prelazi iz "ticket discovery" u
   "long-form sadržaj". Hijerarhijski kaže: events su primarni, vijesti sekundarni.
   ===================================================================== */
.theme-new .tn-vijesti-divider {
    margin: 2.5rem 0 1.25rem 0;
}
.theme-new .tn-vijesti-divider-inner {
    display: flex; align-items: center; gap: 1rem;
    max-width: 720px; margin: 0 auto;
}
.theme-new .tn-vijesti-divider-label {
    font-size: .8rem; font-weight: 700; letter-spacing: .15em;
    text-transform: uppercase; color: var(--tn-text-muted);
    white-space: nowrap;
}
.theme-new .tn-vijesti-divider-line {
    flex: 1 1 auto; height: 1px; background: var(--tn-divider);
}

/* =====================================================================
   HEADER CTA "Pronađi ulaznice" — prominent orange gumb desno u headeru.
   Vodi na lokalizirani home + #tn-find-tickets anchor (scroll na hero band).
   Mobile: skriven u nav-u (sticky bottom bar preuzima ulogu).
   ===================================================================== */
.theme-new .tn-header-cta {
    display: inline-flex; align-items: center; gap: .35rem;
    padding: .55rem .9rem; margin: 0 .5rem;
    background: var(--tn-cta-primary); color: #fff;
    border-radius: 6px; text-decoration: none;
    font-size: .82rem; font-weight: 700; line-height: 1;
    white-space: nowrap;
    transition: background .12s ease, transform .08s ease;
}
.theme-new .tn-header-cta:hover {
    background: var(--tn-cta-primary-hover, #e85a26); transform: translateY(-1px); color: #fff;
}
.theme-new .tn-header-cta-icon { display: inline-flex; align-items: center; }
@media (max-width: 991px) {
    .theme-new .tn-header-cta { display: none; }
}

/* Anchor target (#tn-find-tickets) — invisible span iznad hero band-a, scroll target. */
.theme-new .tn-anchor-target {
    display: block; height: 0; width: 0;
    scroll-margin-top: 80px;  /* offset za sticky header (visina headera + buffer) */
}

/* Mobile sticky bottom bar — fixed bottom, full-width, samo mobile (<= 991px).
   Preuzima ulogu Header CTA gumba na malim ekranima. */
.theme-new .tn-mobile-find-cta {
    display: none;  /* default: hidden na desktop */
}
@media (max-width: 991px) {
    .theme-new .tn-mobile-find-cta {
        display: flex; align-items: center; justify-content: center; gap: .5rem;
        position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
        padding: .85rem 1rem;
        background: var(--tn-cta-primary); color: #fff;
        text-decoration: none; font-size: .95rem; font-weight: 700;
        box-shadow: 0 -4px 16px rgba(0,0,0,.4);
    }
    .theme-new .tn-mobile-find-cta:active { background: var(--tn-cta-primary-hover, #e85a26); }
    /* Padding-bottom na body kako sticky bar ne bi pokrivao footer/sadržaj */
    body.theme-new { padding-bottom: 60px; }
}

/* =====================================================================
   HERO BAND (DICE.fm pattern) — primarni "Pronađi ulaznice" band
   na svim listing/home stranicama. Reuse: portalListingSearch.ascx UC.
   Sastav: tagline (h1) + subtitle + search input + helper + 4 quick chips.
   ===================================================================== */
.theme-new .tn-hero-band {
    background: linear-gradient(135deg, var(--tn-bg-elevated, #1a1d23) 0%, var(--tn-bg-card, #14171c) 100%);
    border-bottom: 1px solid var(--tn-divider);
    padding: 2.5rem 1rem 2rem;
    margin: 0 0 1.5rem 0;
    position: relative;
}
.theme-new .tn-hero-band-inner {
    max-width: 880px; margin: 0 auto; text-align: center;
}
.theme-new .tn-hero-band-title {
    font-size: clamp(1.4rem, 3.4vw, 2.1rem);
    font-weight: 800; line-height: 1.2; letter-spacing: -.01em;
    color: var(--tn-text-primary); margin: 0 0 .5rem 0;
}
.theme-new .tn-hero-band-subtitle {
    font-size: clamp(.95rem, 1.6vw, 1.05rem);
    color: var(--tn-text-secondary, #c9ced6); margin: 0 0 1.25rem 0;
}
.theme-new .tn-hero-band-helper {
    font-size: .82rem; color: var(--tn-text-muted);
    margin: .65rem 0 1rem 0; max-width: 720px; margin-left: auto; margin-right: auto;
}
.theme-new .tn-hero-band-chips {
    display: flex; flex-wrap: wrap; gap: .55rem; justify-content: center;
    margin: 0 auto; max-width: 720px;
}
.theme-new .tn-hero-chip {
    display: inline-flex; align-items: center; gap: .35rem;
    padding: .5rem 1rem; border-radius: 999px;
    background: var(--tn-bg-card); color: var(--tn-text-primary);
    border: 1px solid var(--tn-divider); text-decoration: none;
    font-size: .82rem; font-weight: 600; line-height: 1;
    transition: background .12s ease, border-color .12s ease, transform .08s ease;
}
.theme-new .tn-hero-chip:hover {
    background: var(--tn-bg-card-hover); border-color: var(--tn-cta-primary);
    color: var(--tn-cta-primary); transform: translateY(-1px);
}

/* Compact varijanta — koristi se na detail stranicama (event/article/venue)
   gdje search treba biti diskretan. Skriva tagline/helper/chips, ostaje samo input. */
.theme-new .tn-hero-band-compact {
    padding: 1rem 1rem 0; background: transparent; border-bottom: none; margin: 0;
}

/* Scope bar — slim ribbon ispod hero band-a (klasa zadržana .tn-trust-bar zbog
   reverse-compatibility, ali sadržaj je sad faktualan: brojevi nadolazećih
   događaja iz baze, BEZ trust-claim-a ili partner imena).
   Format: "🌍 N nadolazećih događaja · X koncerata · Y utakmica · Z festivala · W stand-up" */
.theme-new .tn-trust-bar {
    background: var(--tn-bg-card); border-bottom: 1px solid var(--tn-divider);
    padding: .55rem 1rem; margin: 0 0 1.5rem 0;
    font-size: .8rem; color: var(--tn-text-muted);
}
.theme-new .tn-trust-bar-inner {
    max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: center;
    gap: .55rem; flex-wrap: wrap;
}
.theme-new .tn-trust-bar-icon {
    font-size: 1rem; line-height: 1; color: var(--tn-cta-primary);
    display: inline-flex; align-items: center;
}
.theme-new .tn-trust-bar-icon svg { display: block; }
.theme-new .tn-trust-bar-total {
    font-weight: 700; color: var(--tn-text-primary); letter-spacing: .01em;
}
.theme-new .tn-trust-bar-divider { color: var(--tn-divider); }
.theme-new .tn-trust-bar-items {
    display: inline-flex; gap: .8rem; flex-wrap: wrap; align-items: center;
}
.theme-new .tn-trust-bar-item {
    color: var(--tn-text-secondary, #c9ced6); font-size: .78rem;
    display: inline-flex; align-items: center; gap: .3rem;
}
.theme-new .tn-trust-bar-item-icon {
    display: inline-flex; align-items: center; color: var(--tn-cta-primary);
}
/* SVG-ovi iz baze (IKONA_SVG_CODE) imaju 800px size + razne fill/stroke boje hardkodirane
   na više načina:
     - <svg fill="#000000"> root attribute (Rukomet, Boks)
     - <path fill="#000000" stroke="#292D32"> child attribute (Koncert)
     - <style>.st0{fill:#000000}</style> + class="st0" (Utakmica/Sport-figura)
   Force-am 16×16 + currentColor s !important za sve fill/stroke (osim "none"). */
.theme-new .tn-trust-bar-item-icon svg {
    display: block; width: 16px; height: 16px; max-width: 16px; max-height: 16px;
}
.theme-new .tn-trust-bar-item-icon svg,
.theme-new .tn-trust-bar-item-icon svg * {
    fill: currentColor !important; stroke: currentColor !important;
}
.theme-new .tn-trust-bar-item-icon svg[fill="none"],
.theme-new .tn-trust-bar-item-icon svg [fill="none"] { fill: none !important; }
.theme-new .tn-trust-bar-item-icon svg[stroke="none"],
.theme-new .tn-trust-bar-item-icon svg [stroke="none"] { stroke: none !important; }
/* Outline SVG-ovi (Koncert ima viewBox 24×24 + stroke-width="1.5") gube čitljivost
   pri scaleu na 16px: efektivni stroke ~1px. Force-am 4 user-space units →
   efektivni stroke ~2.6px (16/24×4). Ostalim SVG-ovima koji su solid (fill bazirani)
   stroke-width nije bitan. */
.theme-new .tn-trust-bar-item-icon svg[stroke-width],
.theme-new .tn-trust-bar-item-icon svg [stroke-width] {
    stroke-width: 4 !important;
}
.theme-new .tn-trust-bar-item + .tn-trust-bar-item::before {
    content: "·"; color: var(--tn-divider); margin-right: .5rem;
}
@media (max-width: 600px) {
    .theme-new .tn-trust-bar { font-size: .72rem; padding: .45rem .65rem; }
    .theme-new .tn-trust-bar-inner { gap: .35rem; }
    .theme-new .tn-trust-bar-items { gap: .5rem; }
    .theme-new .tn-trust-bar-item { font-size: .7rem; gap: .25rem; }
    .theme-new .tn-trust-bar-item + .tn-trust-bar-item::before { margin-right: .35rem; }
}

@media (max-width: 600px) {
    .theme-new .tn-hero-band { padding: 1.75rem .75rem 1.5rem; }
    .theme-new .tn-hero-band-helper { font-size: .76rem; }
    .theme-new .tn-hero-chip { padding: .45rem .85rem; font-size: .78rem; }
}

/* Listing search (Songkick/Bandsintown pattern) — prominentni search input pri vrhu listing-a.
   Reuse-a postojeći /api/search.aspx endpoint kroz portalListingSearch.ascx UC.
   Centralni dropdown pokazuje 5 sekcija (izvođači / natjecanja / sport eventi / glazba eventi / članci). */
.theme-new .tn-listing-search {
    position: relative; max-width: 720px; margin: 0 auto;
}
.theme-new .tn-listing-search-input-wrap {
    position: relative; display: flex; align-items: center;
}
.theme-new .tn-listing-search-icon {
    position: absolute; left: 1rem; top: 50%; transform: translateY(-50%);
    color: var(--tn-text-muted); pointer-events: none; display: flex;
}
.theme-new .tn-listing-search-input {
    width: 100%; padding: 1rem 1rem 1rem 3rem; font-size: 1rem;
    background: var(--tn-bg-card); color: var(--tn-text-primary);
    border: 2px solid var(--tn-divider); border-radius: 12px;
    outline: none; transition: border-color .15s ease, box-shadow .15s ease;
}
.theme-new .tn-listing-search-input:focus {
    border-color: var(--tn-cta-primary);
    box-shadow: 0 0 0 4px rgba(255,107,53,.12);
}
.theme-new .tn-listing-search-results {
    position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 1000;
    /* Pagination: TOP 2 per sekcija = max 10 itema = ~600px = staje bez scrollbara.
       Klik "Učitaj više" → append page+1, dropdown raste do 80vh, tek tad scroll.
       Bez scrollbar-a u defaultnom stanju = nema "seljački scroll" osjećaja. */
    max-height: 80vh; overflow-y: auto; scroll-behavior: smooth;
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.5);
    scrollbar-width: thin;
    scrollbar-color: var(--tn-cta-primary) transparent;
    overscroll-behavior: contain;
}
.theme-new .tn-listing-search-results[hidden] { display: none; }
.theme-new .tn-listing-search-results::-webkit-scrollbar { width: 6px; }
.theme-new .tn-listing-search-results::-webkit-scrollbar-track {
    background: transparent;
}
.theme-new .tn-listing-search-results::-webkit-scrollbar-thumb {
    background: var(--tn-cta-primary);
    border-radius: 6px;
}
.theme-new .tn-listing-search-results::-webkit-scrollbar-thumb:hover {
    background: var(--tn-cta-primary-hover, var(--tn-cta-primary));
    opacity: .85;
}

/* "Učitaj više" gumb — full-width na dnu dropdown-a, brand-color CTA */
.theme-new .tn-search-load-more {
    display: block; width: 100%;
    padding: .75rem 1rem;
    margin: 0;
    background: var(--tn-bg-card-hover, transparent);
    color: var(--tn-cta-primary);
    border: none;
    border-top: 1px solid var(--tn-divider);
    font-size: .85rem; font-weight: 600;
    text-align: center; cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.theme-new .tn-search-load-more:hover {
    background: var(--tn-cta-primary);
    color: #fff;
}
.theme-new .tn-search-load-more:disabled,
.theme-new .tn-search-load-more.tn-search-load-more-loading {
    opacity: .6; cursor: progress;
}
.theme-new .tn-search-load-more-loading::after {
    content: " …";
}
@media (max-width: 600px) {
    .theme-new .tn-listing-search-input { padding: .85rem .85rem .85rem 2.6rem; font-size: .92rem; }
    .theme-new .tn-listing-search-icon { left: .8rem; }
}

/* Search dropdown items — koristi se i u header search i u listing search.
   Rich varijanta (tn-search-item-rich) ima sliku lijevo (50x50 round) za glazba sekciju. */
.theme-new .tn-search-section { padding: .25rem 0; }
.theme-new .tn-search-section + .tn-search-section { border-top: 1px solid var(--tn-divider); }
.theme-new .tn-search-section-title {
    padding: .65rem .85rem .35rem; font-size: .7rem; font-weight: 700;
    color: var(--tn-text-muted); text-transform: uppercase; letter-spacing: .5px;
}
.theme-new .tn-search-item {
    display: flex; gap: .65rem; align-items: center;
    padding: .55rem .85rem; text-decoration: none;
    color: var(--tn-text-primary); transition: background .12s ease;
}
.theme-new .tn-search-item:hover { background: var(--tn-bg-card-hover); }
.theme-new .tn-search-item-img {
    width: 50px; height: 50px; flex: 0 0 50px;
    border-radius: 50%; object-fit: cover;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-search-item-img-placeholder {
    width: 50px; height: 50px; flex: 0 0 50px;
    border-radius: 50%; background: var(--tn-bg-card-hover);
    display: flex; align-items: center; justify-content: center;
    color: var(--tn-text-muted); font-weight: 700; font-size: 1.1rem;
}
.theme-new .tn-search-item-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: .15rem; }
.theme-new .tn-search-item-title { font-size: .92rem; font-weight: 600; line-height: 1.25; }
.theme-new .tn-search-item-meta { font-size: .75rem; color: var(--tn-text-muted); line-height: 1.3; }
.theme-new .tn-search-item-loc {
    display: flex; align-items: center; gap: .35rem;
}
.theme-new .tn-search-item-loc .tn-flag-img {
    height: 11px; width: auto; flex: 0 0 auto;
}
/* Entity item (izvođač/natjecanje) — vizualno akcentiran prije pojedinačnih event-a.
   Ima blagi accent border za signalizaciju "ovo je entitet, ne event". */
.theme-new .tn-search-item-entity {
    border-left: 3px solid var(--tn-cta-primary); padding-left: calc(.85rem - 3px);
}
.theme-new .tn-search-item-entity .tn-search-item-title { font-weight: 700; }
/* SVG placeholder (vrsta/sport ikona iz baze) za entity bez pool slike.
   SVG-ovi iz baze imaju razne width/height vrijednosti (800px, 24px) — force-am 28×28
   unutar 50px placeholder kruga. */
.theme-new .tn-search-item-svg {
    display: flex; align-items: center; justify-content: center;
    color: var(--tn-cta-primary);
}
.theme-new .tn-search-item-svg svg {
    display: block; width: 28px; height: 28px; max-width: 28px; max-height: 28px;
}
.theme-new .tn-search-item-svg svg,
.theme-new .tn-search-item-svg svg * {
    fill: currentColor !important; stroke: currentColor !important;
}
.theme-new .tn-search-item-svg svg[fill="none"],
.theme-new .tn-search-item-svg svg [fill="none"] { fill: none !important; }
.theme-new .tn-search-item-svg svg[stroke="none"],
.theme-new .tn-search-item-svg svg [stroke="none"] { stroke: none !important; }

@media (max-width: 600px) {
    /* MOBILNA KARTICA reda događaja (≤600px) — svaki event je zasebna omeđena kartica (pozadina+okvir),
       pa cijena i gumb nedvosmisleno pripadaju svom eventu. Centralno: vrijedi za sve listinge
       (portalEventRow.ascx). Desktop ostaje netaknut.
       Bez slike: gornji red = mala sport-ikona + kompaktan datum/vrijeme; zatim tijelo; zatim akcija.
       Sa slikom (festival/koncert — pool-slika dijeli slot s ikonom): slika je banner na vrhu. */
    .theme-new .tn-feed-list { gap: .75rem; }

    .theme-new .tn-feed-row {
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "icon time"
            "body body"
            "action action";
        gap: .25rem .6rem;
        align-items: center;
        padding: .85rem .9rem;
        border: 1px solid var(--tn-divider);
        border-radius: 10px;
        background: var(--tn-bg-card);
    }
    .theme-new .tn-feed-icon { grid-area: icon; }
    .theme-new .tn-feed-icon svg { width: 18px; height: 18px; }
    /* Datum/vrijeme u jednom kompaktnom redu; duplirani grad (TZ oznaka) skriven — već je u lokaciji */
    .theme-new .tn-feed-time {
        grid-area: time;
        flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: .3rem;
    }
    .theme-new .tn-feed-time-h { font-size: .82rem; }
    .theme-new .tn-feed-time .tn-feed-time-tz:last-child { display: none; }
    /* Tijelo preko pune širine — imena timova se više ne lome u uskom stupcu */
    .theme-new .tn-feed-body { grid-area: body; }
    .theme-new .tn-feed-najava,
    .theme-new .tn-feed-vodic { margin-top: .4rem; }
    .theme-new .tn-feed-vodic { margin-left: 1rem; }
    /* Akcijski red unutar kartice: tanka linija odvajanja + cijena lijevo, gumb desno (veći tap-target) */
    .theme-new .tn-feed-action {
        grid-area: action;
        flex-direction: row; align-items: stretch;
        margin-top: .6rem; padding-top: .65rem;
        border-top: 1px solid var(--tn-divider);
    }
    .theme-new .tn-feed-tickets {
        flex-direction: row; align-items: center; justify-content: space-between;
        width: 100%; gap: .75rem;
    }
    .theme-new .tn-feed-tickets-btn { padding: .55rem 1.1rem; font-size: .8rem; }

    /* VARIJANTA SA SLIKOM: pool-slika (tn-feed-img-pool) je u istom slotu kao sport-ikona (d.ICON_SVG).
       Kartica prelazi u 1 stupac, slika ide kao banner na vrh, ostalo ispod pune širine. */
    .theme-new .tn-feed-row:has(.tn-feed-img-pool) {
        grid-template-columns: 1fr;
        grid-template-areas:
            "icon"
            "time"
            "body"
            "action";
    }
    /* MOBITEL — SPORT: red sa sportskom pool-slikom (direktno dijete) skriva ikonu i prikazuje banner.
       Koncerti (slika unutar .tn-feed-icon-svg) ostaju kao prije — njihova ikona-slot JE slika. */
    .theme-new .tn-feed-row:has(.tn-feed-icon > .tn-feed-img-pool) .tn-feed-icon-svg { display: none; }
    .theme-new .tn-feed-icon > .tn-feed-img-pool { display: block; }
    .theme-new .tn-feed-img-pool {
        width: 100%; height: 150px; object-fit: cover;
        border-radius: 8px; margin-bottom: .15rem;
    }

    /* TRENUTNO HOT + ostale kartice sa slikom (tn-music-card u svim tn-card-grid sekcijama) —
       isti mobilni obrazac kao feed kartica: 1 stupac, omeđena kartica, slika kao banner iste
       visine (150px). Centralno: vrijedi gdje god se tn-music-card koristi (naslovnica i drugdje). */
    .theme-new .tn-card-grid { grid-template-columns: 1fr; gap: .75rem; }
    .theme-new .tn-music-card { border: 1px solid var(--tn-divider); }
    .theme-new .tn-music-card .tn-img-frame-img {
        aspect-ratio: auto; height: 150px; object-fit: cover;
    }

    .theme-new .tn-sport-hub-h1 { font-size: 1.4rem; }
}

/* =====================================================================
   EVENT DETAIL — najavu pojedinačne utakmice/eventa
   ===================================================================== */
.theme-new .tn-event-detail { padding: 1rem 0 2rem; }

/* Sticky CTA aktivan — dodaj padding-bottom na body da ne pokriva footer/newsletter */
body.theme-new:has(.tn-event-sticky-cta) {
    padding-bottom: 80px;
}

/* 404 fallback */
.theme-new .tn-event-notfound {
    padding: 4rem 0; text-align: center;
}
.theme-new .tn-event-notfound h1 { margin: 0 0 1rem; }

/* Hero */
.theme-new .tn-event-article { display: block; }
.theme-new .tn-event-hero { margin: 1rem 0 1.5rem; }
/* Hero — single column layout, slika ispod naslova full širina */
.theme-new .tn-event-hero-cols {
    display: flex; flex-direction: column; gap: 1rem;
    width: 100%;
}
.theme-new .tn-event-hero-text {
    display: flex; flex-direction: column; gap: .65rem;
    width: 100%;
}
.theme-new .tn-event-hero-image {
    margin: 0; width: 100%; max-width: 900px;
    border-radius: 8px; overflow: hidden;
}
.theme-new .tn-event-hero-image .tn-img-frame {
    width: 100%; display: block;
}
.theme-new .tn-event-hero-image .tn-img-frame-img {
    width: 100%; height: auto; display: block;
}
.theme-new .tn-event-eyebrow {
    display: flex; align-items: center; gap: .35rem;
    font-size: .75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
    color: var(--tn-cta-primary); margin-bottom: .5rem;
}
.theme-new .tn-event-eyebrow-sep { color: var(--tn-text-muted); font-weight: 400; }
.theme-new .tn-event-eyebrow-liga { color: var(--tn-text-secondary); }
.theme-new .tn-event-eyebrow-kolo { display: inline-flex; gap: .35rem; }
.theme-new .tn-event-h1 {
    font-size: 1.85rem; line-height: 1.2; margin: 0;
    color: var(--tn-text-primary); font-weight: 800;
    word-wrap: break-word; overflow-wrap: break-word;
}
@media (min-width: 768px) {
    .theme-new .tn-event-h1 { font-size: 2.25rem; }
}
.theme-new .tn-event-meta {
    display: flex; flex-wrap: wrap; align-items: center; gap: .5rem;
    font-size: .85rem; color: var(--tn-text-secondary); margin: 0;
}
.theme-new .tn-event-meta strong { color: var(--tn-text-primary); }
.theme-new .tn-event-meta-sep { color: var(--tn-divider); }
.theme-new .tn-event-meta-when, .theme-new .tn-event-meta-where, .theme-new .tn-event-meta-cap {
    display: inline-flex; align-items: center; gap: .35rem;
}
/* Aggregate offer (hero) */
.theme-new .tn-event-offer {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 1rem;
    padding: 1rem 1.25rem; margin: .35rem 0 0;
    background: linear-gradient(135deg, rgba(255,107,53,.12), var(--tn-bg-card));
    border: 1px solid var(--tn-cta-primary);
    border-radius: 8px;
}
.theme-new .tn-event-offer-left {
    display: flex; flex-direction: column; gap: .15rem;
}
.theme-new .tn-event-offer-from {
    font-size: .75rem; color: var(--tn-text-muted);
    text-transform: uppercase; letter-spacing: .04em;
}
.theme-new .tn-event-offer-price {
    font-size: 1.6rem; font-weight: 800; color: var(--tn-text-primary);
}
.theme-new .tn-event-offer-cta {
    display: inline-block; padding: 1rem 1.75rem;
    background: var(--tn-cta-primary); color: #fff;
    border-radius: 6px; font-size: 1rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: .05em;
    text-decoration: none; transition: all .15s ease;
    box-shadow: 0 4px 12px rgba(255,107,53,.35);
    white-space: nowrap; flex: 0 0 auto;
}
.theme-new .tn-event-offer-cta:hover {
    background: var(--tn-cta-primary-hover, #e85a26);
    transform: translateY(-1px); box-shadow: 0 6px 16px rgba(255,107,53,.45);
}

/* Inline CTA (zamjena dw869n token-a u article body) */
.theme-new .tn-event-cta-inline {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 1rem;
    padding: 1rem 1.25rem; margin: 1.5rem 0;
    background: var(--tn-bg-card); border: 1px solid var(--tn-cta-primary);
    border-left-width: 4px; border-radius: 6px;
}
.theme-new .tn-event-cta-inline-price {
    display: flex; flex-direction: column; gap: .15rem; min-width: 120px;
}
.theme-new .tn-event-cta-inline-price span {
    font-size: .7rem; color: var(--tn-text-muted);
    text-transform: uppercase; letter-spacing: .04em;
}
.theme-new .tn-event-cta-inline-price strong {
    font-size: 1.4rem; color: var(--tn-text-primary); font-weight: 800;
}
.theme-new .tn-event-cta-inline-btn {
    display: inline-block; padding: .85rem 1.5rem;
    background: var(--tn-cta-primary); color: #fff;
    border-radius: 6px; font-size: .95rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: .04em;
    text-decoration: none; transition: background .15s ease;
    box-shadow: 0 2px 8px rgba(255,107,53,.3);
}
.theme-new .tn-event-cta-inline-btn:hover { background: var(--tn-cta-primary-hover, #e85a26); }

/* Final CTA pred FAQ */
.theme-new .tn-event-final-cta {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 1rem;
    padding: 1.5rem 2rem; margin: 0 0 2rem;
    background: linear-gradient(135deg, var(--tn-cta-primary), #ff8a5b);
    border-radius: 8px; color: #fff;
    box-shadow: 0 4px 16px rgba(255,107,53,.4);
}
.theme-new .tn-event-final-cta-text {
    display: flex; flex-direction: column; gap: .25rem;
}
.theme-new .tn-event-final-cta-text strong {
    font-size: 1.25rem; font-weight: 800;
}
.theme-new .tn-event-final-cta-text span {
    font-size: .9rem; opacity: .9;
}
.theme-new .tn-event-final-cta-btn {
    display: inline-block; padding: 1rem 1.75rem;
    background: #fff; color: var(--tn-cta-primary);
    border-radius: 6px; font-size: 1rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: .04em;
    text-decoration: none; transition: all .15s ease;
}
.theme-new .tn-event-final-cta-btn:hover {
    transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

/* Sticky bottom CTA bar (uvijek vidljiv pri scroll-u) */
.theme-new .tn-event-sticky-cta,
body.theme-new .tn-event-sticky-cta {
    position: fixed !important;
    bottom: 0 !important; left: 0 !important; right: 0 !important;
    top: auto !important;
    z-index: 9999 !important;
    background: rgba(13,17,23,.97); backdrop-filter: blur(8px);
    border-top: 1px solid var(--tn-divider);
    padding: .65rem 0;
    box-shadow: 0 -4px 16px rgba(0,0,0,.3);
    width: 100%;
}
.theme-new .tn-event-sticky-cta-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem;
}
.theme-new .tn-event-sticky-cta-text {
    display: flex; flex-direction: column; gap: .1rem;
    flex: 1 1 auto; min-width: 0;
}
.theme-new .tn-event-sticky-cta-text strong {
    color: var(--tn-text-primary); font-size: .9rem; font-weight: 700;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.theme-new .tn-event-sticky-cta-text span {
    color: var(--tn-cta-primary); font-size: .8rem; font-weight: 600;
}
.theme-new .tn-event-sticky-cta-btn {
    display: inline-block; padding: .75rem 1.5rem;
    background: var(--tn-cta-primary); color: #fff;
    border-radius: 6px; font-size: .9rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: .04em;
    text-decoration: none; flex: 0 0 auto; white-space: nowrap;
    box-shadow: 0 2px 8px rgba(255,107,53,.4);
}
.theme-new .tn-event-sticky-cta-btn:hover { background: var(--tn-cta-primary-hover, #e85a26); }

/* Strelica iza teksta CTA gumba — preko CSS pseudo-elementa
   (pravilo: u markup-u nikad literal non-ASCII ni HTML entiteti;
   u CSS-u koristi se literal Unicode znak — fajl ima UTF-8 BOM) */
.theme-new .tn-event-offer-cta::after,
.theme-new .tn-event-final-cta-btn::after,
.theme-new .tn-event-sticky-cta-btn::after,
.theme-new .tn-pricing-action .tn-btn-primary::after {
    content: " →";
    margin-left: .15em;
    display: inline-block;
}
/* Gumb u matrici "USPOREDBA CIJENA" izgleda kao donji CTA: uppercase + strelica (gore). */
.theme-new .tn-pricing-action .tn-btn-primary {
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .theme-new .tn-event-sticky-cta-text strong { font-size: .8rem; max-width: 50vw; }
    .theme-new .tn-event-sticky-cta-btn { padding: .65rem 1rem; font-size: .8rem; }
}

.theme-new .tn-event-byline { margin: 0 0 1.5rem; }

/* Grid: main + side */
.theme-new .tn-event-grid {
    display: grid; grid-template-columns: minmax(0,1fr) 320px;
    gap: 1.5rem; align-items: flex-start;
}
@media (max-width: 980px) {
    .theme-new .tn-event-grid { grid-template-columns: 1fr; }
}

.theme-new .tn-event-main { min-width: 0; }

/* Article body / generic lead */
.theme-new .tn-event-article-body {
    font-size: 1rem; line-height: 1.65; color: var(--tn-text-primary);
    margin-bottom: 2rem;
}
.theme-new .tn-event-article-body p { margin: 0 0 1rem; }
.theme-new .tn-event-article-body h2,
.theme-new .tn-event-article-body h3 {
    margin: 1.5rem 0 .75rem; color: var(--tn-text-primary);
}
.theme-new .tn-event-lead {
    font-size: 1rem; line-height: 1.6; color: var(--tn-text-secondary);
    margin-bottom: 2rem; padding: 1rem 1.25rem;
    border-left: 3px solid var(--tn-cta-primary);
    background: var(--tn-bg-card);
}
.theme-new .tn-event-lead p { margin: 0; }

/* Sections */
.theme-new .tn-event-section { margin: 0 0 2rem; }
.theme-new .tn-event-section-title {
    font-size: 1.1rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
    color: var(--tn-text-primary); margin: 0 0 .85rem;
    padding-bottom: .35rem;
    border-bottom: 2px solid var(--tn-cta-primary);
    display: inline-block;
}

/* Affiliate disclosure ODMAH ispod naslova "Ulaznice i smjestaj" / iznad liste ponuda
   (prije prvog partnerskog linka). Citljiv i vidljiv (NE sitna fusnota), ali diskretan:
   normalan font, blagi okvir s narancastim akcentom. Zahtjev Viagogo/StubHub affiliate uvjeta. */
.theme-new .tn-event-affiliate-notice {
    font-size: .82rem;
    line-height: 1.5;
    color: var(--tn-text-muted);
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-border);
    border-left: 3px solid var(--tn-cta-primary);
    border-radius: 8px;
    padding: 10px 14px;
    margin: 0 0 .9rem;
}
@media (max-width: 768px) {
    .theme-new .tn-event-affiliate-notice { padding: 9px 12px; font-size: .8rem; }
}

/* Sitna fusnota: orijentacijske cijene + affiliate napomena.
   Nije bitan sadrzaj -> diskretno: jos manji font, italic, svijetlo siva. */
.theme-new .tn-event-pricing-disclaimer {
    font-size: .68rem;
    line-height: 1.4;
    font-style: italic;
    color: #AEB4BD;          /* svijetlo siva — diskretna fusnota, ne istice se */
    margin: .5rem 0 0;
}
/* Unutar okvira matrice "USPOREDBA CIJENA": NIJE redak (nema border-top ni naranc.
   akcenta), samo fusnota na dnu okvira. Bez bloka okolo — minimalni padding. */
.theme-new .tn-pricing-matrix .tn-event-pricing-disclaimer {
    margin: 0;
    padding: 4px 24px 12px;
}
@media (max-width: 768px) {
    .theme-new .tn-pricing-matrix .tn-event-pricing-disclaimer { padding: 4px 16px 12px; }
}

/* =========================================================================
   --- Hotelski REDOVI unutar matrice "Ulaznice i smjestaj u blizini" ---
   Isti grid kao .tn-pricing-row (objekt | cijena | akcija); 1 hotel po redu,
   prirodni nastavak liste ulaznica. Akcija = Agoda deeplink.
   ========================================================================= */
.theme-new .tn-hotel-provider {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
/* Thumbnail: fiksne dimenzije + object-fit cover -> centrirano, visak kropan,
   bez distorzije, sve iste dimenzije. */
.theme-new .tn-hotel-thumb {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--tn-bg-card-hover);
}
.theme-new .tn-hotel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.theme-new .tn-hotel-rowtext {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.theme-new .tn-hotel-rowmeta {
    display: flex;
    align-items: center;
    font-size: .75rem;
    color: var(--tn-text-muted);
}
.theme-new .tn-hotel-stars {
    color: var(--tn-hot-badge);
    letter-spacing: 1px;
}
.theme-new .tn-hotel-stars:not(:empty) + .tn-hotel-dist {
    margin-left: 6px;
}
/* Naziv hotela: max 2 reda + elipsa — sprjecava lom rijec-po-rijec na uskom stupcu
   (Booking/Agoda standard). Scoped na hotel rowtext (ticket provider-name netaknut). */
.theme-new .tn-hotel-rowtext .tn-pricing-provider-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}
.theme-new .tn-hotel-rowmeta { flex-wrap: wrap; }
/* Cijeli red smjestaja je klikabilan (Agoda ponuda) + hover boja sukladno dizajnu portala
   (var(--tn-bg-card-hover), isto kao ostali klikabilni redovi/kartice). Klik je rijesen
   "stretched" linkom (.tn-hotel-rowlink) koji prekriva red; REZERVIRAJ gumb je IZNAD (z-index)
   da zadrzi vlastiti hover. Bez ugnijezdenih <a> — rowlink i gumb su siblings. */
.theme-new .tn-hotel-row { position: relative; transition: background-color .15s ease; }
.theme-new .tn-hotel-row:hover { background: var(--tn-bg-card-hover); }
.theme-new .tn-hotel-rowlink { position: absolute; inset: 0; z-index: 1; }
.theme-new .tn-hotel-row .tn-pricing-action { position: relative; z-index: 2; }
.theme-new .tn-hotel-price-col {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
/* Pod-naslovi unutar matrice: "Ulaznice za {event}" (lijevo, iznad ulaznica) +
   "Nocenje" (desno, iznad hotela). Zamjenjuju per-red caption. */
.theme-new .tn-pricing-subhead {
    padding: 9px 24px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--tn-text-muted);
    border-bottom: 1px solid var(--tn-border);
}
@media (max-width: 768px) {
    .theme-new .tn-pricing-subhead { padding: 8px 16px; }
}
/* "Pogledajte sav smjestaj" red ispod hotela (isti CTA kao ispod karte) -> Booking CJ.
   Odvojen gornjom linijom zadnjeg hotelskog reda; centriran narandzasti CTA. */
.theme-new .tn-hotel-allrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    color: var(--tn-cta-primary);
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none;
    transition: background .15s ease;
}
.theme-new .tn-hotel-allrow:hover {
    background: var(--tn-bg-card-hover);
    color: var(--tn-cta-primary);
}
.theme-new .tn-hotel-allrow::after { content: " →"; margin-left: .3em; }

/* =========================================================================
   MOBILE (<=768px) — hotelski red: veca slika (~50% vizual/tekst pravilo),
   slika poravnata uz VRH imena. Raspored (identitet gore, cijena+CTA dolje)
   dolazi iz .tn-pricing-row mobilnog pravila (zajednicko s ulaznicama). Desktop netaknut.
   ========================================================================= */
@media (max-width: 768px) {
    .theme-new .tn-hotel-thumb { width: 72px; height: 72px; }
    .theme-new .tn-hotel-provider { align-items: flex-start; }
}

/* Head-to-head */
.theme-new .tn-event-h2h-list {
    list-style: none; padding: 0; margin: 0;
}
.theme-new .tn-event-h2h-row {
    display: grid; grid-template-columns: 90px 1fr auto 1fr 110px;
    gap: .75rem; align-items: center;
    padding: .65rem .25rem; border-bottom: 1px solid var(--tn-divider);
    font-size: .9rem;
}
.theme-new .tn-event-h2h-date {
    font-size: .75rem; color: var(--tn-text-muted);
    text-transform: uppercase; letter-spacing: .04em;
}
.theme-new .tn-event-h2h-team-a {
    display: inline-flex; align-items: center; gap: .35rem;
    justify-content: flex-end;
    color: var(--tn-text-primary); font-weight: 600;
}
.theme-new .tn-event-h2h-team-b {
    display: inline-flex; align-items: center; gap: .35rem;
    justify-content: flex-start;
    color: var(--tn-text-primary); font-weight: 600;
}
.theme-new .tn-event-h2h-score {
    color: var(--tn-cta-primary); font-size: 1rem; min-width: 48px; text-align: center;
}
.theme-new .tn-event-h2h-liga {
    font-size: .7rem; color: var(--tn-text-muted); text-align: right;
}

/* Forma ekipa */
.theme-new .tn-event-form-rows {
    display: flex; flex-direction: column; gap: .65rem;
}
.theme-new .tn-event-form-row {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; padding: .65rem .75rem;
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    border-radius: 6px;
}
.theme-new .tn-event-form-team {
    display: inline-flex; align-items: center; gap: .4rem;
    font-weight: 600; color: var(--tn-text-primary);
}
.theme-new .tn-event-form-streak { display: inline-flex; gap: .3rem; }
.theme-new .tn-event-form-letter {
    display: inline-flex; align-items: center; justify-content: center;
    width: 1.6rem; height: 1.6rem; border-radius: 4px;
    font-size: .75rem; font-weight: 700; color: #fff;
}
.theme-new .tn-event-form-win { background: #2e7d32; }
.theme-new .tn-event-form-draw { background: #757575; }
.theme-new .tn-event-form-loss { background: #c62828; }

/* Standings */
.theme-new .tn-event-standings-table {
    width: 100%; border-collapse: collapse; font-size: .85rem;
}
.theme-new .tn-event-standings-table thead th {
    text-align: left; padding: .35rem .5rem;
    border-bottom: 1px solid var(--tn-divider);
    color: var(--tn-text-muted); font-weight: 600;
    text-transform: uppercase; letter-spacing: .03em; font-size: .72rem;
}
.theme-new .tn-event-standings-table tbody td {
    padding: .45rem .5rem; border-bottom: 1px solid var(--tn-divider);
    color: var(--tn-text-secondary);
}
.theme-new .tn-event-standings-table tbody tr:last-child td { border-bottom: none; }
.theme-new .tn-event-standings-table tbody td:nth-child(1),
.theme-new .tn-event-standings-table tbody td:nth-child(3),
.theme-new .tn-event-standings-table tbody td:nth-child(4),
.theme-new .tn-event-standings-table tbody td:nth-child(5) {
    text-align: center; width: 50px;
}
.theme-new .tn-event-standings-table tbody td:nth-child(2) {
    color: var(--tn-text-primary); font-weight: 600;
    text-align: left;
}
.theme-new .tn-event-standings-table tbody td:nth-child(2) .tn-team-badge {
    margin-right: .4rem; vertical-align: middle;
}
.theme-new .tn-event-standings-highlight {
    background: rgba(255,107,53,.08);
}
.theme-new .tn-event-standings-highlight td:nth-child(2) { color: var(--tn-cta-primary); }

/* Stadion */
.theme-new .tn-event-stadion-info {
    display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem;
    margin: 0 0 .85rem;
}
.theme-new .tn-event-stadion-name {
    font-size: 1.15rem; color: var(--tn-text-primary);
}
.theme-new .tn-event-stadion-city { color: var(--tn-text-secondary); }
.theme-new .tn-event-stadion-cap {
    margin-left: auto; color: var(--tn-text-muted); font-size: .85rem;
}
.theme-new .tn-event-stadion-cap strong { color: var(--tn-text-primary); }
.theme-new .tn-event-stadion-opis {
    font-size: .9rem; line-height: 1.6; color: var(--tn-text-secondary);
}
.theme-new .tn-event-stadion-opis p { margin: 0 0 .75rem; }

/* FAQ accordion (uses native <details>/<summary>) */
.theme-new .tn-event-faq {
    display: flex; flex-direction: column; gap: .35rem;
}
.theme-new .tn-event-faq-item {
    border: 1px solid var(--tn-divider); border-radius: 6px;
    background: var(--tn-bg-card); overflow: hidden;
}
.theme-new .tn-event-faq-item[open] {
    border-color: var(--tn-cta-primary);
}
.theme-new .tn-event-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: .85rem 1rem; cursor: pointer;
    font-weight: 600; color: var(--tn-text-primary);
    list-style: none;
}
.theme-new .tn-event-faq-q::-webkit-details-marker { display: none; }
.theme-new .tn-event-faq-q::after {
    content: "+"; color: var(--tn-cta-primary); font-size: 1.25rem;
    font-weight: 700; flex: 0 0 auto; margin-left: 1rem;
}
.theme-new .tn-event-faq-item[open] .tn-event-faq-q::after { content: "-"; }
.theme-new .tn-event-faq-a {
    padding: 0 1rem 1rem; line-height: 1.6;
    color: var(--tn-text-secondary); font-size: .92rem;
}

/* Side: Stay22 hotel embed */
.theme-new .tn-event-stay22-embed iframe {
    width: 100%; height: 360px; border: 0; border-radius: 6px;
}

/* Stadion sub-section title (za hotele i zračne luke unutar stadion sekcije) */
.theme-new .tn-event-section-subtitle {
    font-size: .9rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; color: var(--tn-text-secondary);
    margin: 1.5rem 0 .65rem;
}
.theme-new .tn-event-stadion-hotels { margin-top: 1.5rem; }
.theme-new .tn-event-stadion-flights { margin-top: 1.5rem; }
.theme-new .tn-event-flights-grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .5rem;
}
.theme-new .tn-event-flights-grid li {
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    border-radius: 6px; padding: .65rem .85rem;
    display: flex; flex-direction: column; gap: .2rem;
    font-size: .85rem;
}

/* Sidebar: utakmice list (Najnoviji rezultati + Ostale utakmice u kolu) */
.theme-new .tn-side-other-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column;
}
.theme-new .tn-side-result-row {
    padding: .65rem 0; border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-side-result-row:last-child { border-bottom: none; }
.theme-new .tn-side-result-link {
    display: flex; flex-direction: column; gap: .35rem;
    text-decoration: none; color: inherit;
    transition: background .15s ease, padding .15s ease;
}
.theme-new .tn-side-result-link:hover {
    background: rgba(255,107,53,.06);
    border-radius: 4px; padding-left: .35rem; padding-right: .35rem;
}
.theme-new .tn-side-result-body {
    display: grid; grid-template-columns: 1fr auto; gap: .65rem; align-items: center;
}
.theme-new .tn-side-result-large {
    font-size: .95rem; color: var(--tn-cta-primary); font-weight: 800; white-space: nowrap;
}
.theme-new .tn-side-other-time {
    font-size: .7rem; color: var(--tn-cta-primary); font-weight: 700;
    text-transform: uppercase; letter-spacing: .03em; line-height: 1.2;
}
.theme-new .tn-side-other-teams {
    color: var(--tn-text-primary); font-weight: 600; font-size: .82rem;
    line-height: 1.3;
    display: flex; flex-direction: column; gap: .1rem;
}
.theme-new .tn-side-other-team {
    display: flex; align-items: center; gap: .4rem;
}

/* Team badge (zastava za reprezentacije, monogram za klubove) */
.theme-new .tn-team-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; flex: 0 0 22px;
    border-radius: 4px; overflow: hidden;
    font-size: .65rem; font-weight: 800; letter-spacing: .02em;
    color: #fff; line-height: 1;
}
.theme-new .tn-team-flag img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}
.theme-new .tn-team-monogram { letter-spacing: -.02em; }
/* Paleta od 12 boja — odabrane da budu kontrastne na tamnoj pozadini */
.theme-new .tn-team-color-1  { background: #d32f2f; }   /* crvena */
.theme-new .tn-team-color-2  { background: #1976d2; }   /* plava */
.theme-new .tn-team-color-3  { background: #388e3c; }   /* zelena */
.theme-new .tn-team-color-4  { background: #f57c00; }   /* narančasta */
.theme-new .tn-team-color-5  { background: #7b1fa2; }   /* ljubičasta */
.theme-new .tn-team-color-6  { background: #00796b; }   /* tirkizna */
.theme-new .tn-team-color-7  { background: #c2185b; }   /* roza */
.theme-new .tn-team-color-8  { background: #5d4037; }   /* smeđa */
.theme-new .tn-team-color-9  { background: #455a64; }   /* sivo-plava */
.theme-new .tn-team-color-10 { background: #689f38; }   /* lime */
.theme-new .tn-team-color-11 { background: #e64a19; }   /* terakotа */
.theme-new .tn-team-color-12 { background: #303f9f; }   /* indigo */
/* Mobile tweaks */
@media (max-width: 720px) {
    .theme-new .tn-event-h1 { font-size: 1.5rem; }
    .theme-new .tn-event-offer-price { font-size: 1.25rem; }
    .theme-new .tn-event-h2h-row {
        grid-template-columns: 70px 1fr auto 1fr;
        grid-template-rows: auto auto;
    }
    .theme-new .tn-event-h2h-liga {
        grid-column: 1 / -1; text-align: left; padding-top: .15rem;
    }
}

/* =========================================================================
   HARMONIZIRANE velicine GLAVNIH H1 naslova na MOBITELU (<=768px) — jedno
   mjesto, jedna varijabla (--tn-page-title-mobile). Pokriva sve tipove stranica
   i rjesava raniju rupu 721-767px za event H1 (bio 30px). !important nadjacava
   pojedinacna pravila (npr. tn-static-title 28px !important). DESKTOP NETAKNUT.
   ========================================================================= */
@media (max-width: 768px) {
    /* .theme-new h1 hvata SVE glavne naslove user-facing stranica (i gole <h1> bez klase:
       sportListing, venueDetail, izvodjacLanding, authorLanding, 500, + buduce). Admin
       (<body class="bg-light">) NIJE theme-new pa ostaje netaknut. Enumerirane klase su zbog
       onih s vlastitim !important (npr. tn-static-title 28px !important). */
    .theme-new h1,
    .theme-new .tn-h1,
    .theme-new .tn-event-h1,
    .theme-new .tn-static-title,
    .theme-new .tn-liga-hero-title,
    .theme-new .tn-artist-hero-name,
    .theme-new .tn-hero-band-title,
    .theme-new .tn-category-intro-title {
        font-size: var(--tn-page-title-mobile) !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 480px) {
    .theme-new .tn-event-offer {
        flex-direction: column; align-items: stretch; gap: .75rem;
        padding: .85rem 1rem;
    }
    .theme-new .tn-event-offer-cta {
        width: 100%; text-align: center;
        padding: .85rem 1rem; font-size: .9rem;
        white-space: normal;
    }
    .theme-new .tn-event-final-cta {
        flex-direction: column; align-items: stretch;
        padding: 1.25rem 1.25rem;
    }
    .theme-new .tn-event-final-cta-btn {
        width: 100%; text-align: center;
        padding: .85rem 1rem; font-size: .9rem;
    }
}

/* ===========================================================================
   eventDetail desni stupac — glazba widgeti (2026-05-11)
   =========================================================================== */
/* Sidebar container gap — eventDetail koristi `.tn-event-side` (sport listing koristi
   `.tn-sport-side` koji već ima gap regulu). Bez ovog pravila kartice se sljepljuju
   bez vertikalnog razmaka. */
.theme-new .tn-event-side {
    display: flex; flex-direction: column; gap: 1rem;
}
.theme-new .tn-side-venue-card { display: flex; flex-direction: column; gap: .5rem; }
/* Klikabilan naslov widget-a (npr. "Drugi nastupi izvođača" → artist landing). */
.theme-new .tn-side-title-link {
    color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: .25rem;
}
.theme-new .tn-side-title-link:hover { text-decoration: underline; }
.theme-new .tn-side-title-link::after {
    content: "\2192"; font-weight: 600; opacity: .7;
}

/* ===========================================================================
   "Možda te zanimaju ulaznice" — TAG-based widget pri kraju vijesti članka.
   Smjer A (vijest članak → povezane ulaznice). Postavljeno iznad TAG chip-ova.
   =========================================================================== */
.theme-new .tn-related-tickets {
    margin: 2rem 0; padding: 1.25rem 1.25rem 1rem;
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    border-radius: 8px;
}
.theme-new .tn-related-tickets-title {
    font-size: 1rem; font-weight: 700; margin: 0 0 .9rem;
    color: var(--tn-text-primary); text-transform: uppercase; letter-spacing: .03em;
    border-bottom: 1px solid var(--tn-divider); padding-bottom: .5rem;
}
.theme-new .tn-related-tickets-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: .5rem;
}
.theme-new .tn-related-tickets-row {
    border-bottom: 1px solid var(--tn-divider); padding-bottom: .5rem;
}
.theme-new .tn-related-tickets-row:last-child { border-bottom: none; padding-bottom: 0; }
.theme-new .tn-related-tickets-link {
    display: grid; grid-template-columns: 64px 1fr auto; gap: .75rem; align-items: center;
    color: inherit; text-decoration: none; padding: .35rem 0;
    transition: background .15s;
}
.theme-new .tn-related-tickets-link:hover { background: rgba(255, 107, 53, .04); }
.theme-new .tn-related-tickets-link:hover .tn-related-tickets-titlel { color: var(--tn-cta-primary); }
.theme-new .tn-related-tickets-thumb {
    width: 64px; height: 64px; border-radius: 6px;
    background-size: cover; background-position: center; background-color: var(--tn-divider);
}
.theme-new .tn-related-tickets-info {
    display: flex; flex-direction: column; gap: .15rem; min-width: 0;
}
.theme-new .tn-related-tickets-when {
    font-size: .72rem; color: var(--tn-cta-primary); font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
}
.theme-new .tn-related-tickets-titlel {
    font-size: .92rem; font-weight: 600; color: var(--tn-text-primary);
    line-height: 1.3; transition: color .2s;
}
.theme-new .tn-related-tickets-meta {
    font-size: .75rem; color: var(--tn-text-muted);
}
.theme-new .tn-related-tickets-cta {
    display: flex; flex-direction: column; align-items: flex-end; gap: .25rem;
    flex-shrink: 0;
}
.theme-new .tn-related-tickets-price {
    display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1;
}
.theme-new .tn-related-tickets-from {
    font-size: .68rem; color: var(--tn-text-muted); text-transform: uppercase;
}
.theme-new .tn-related-tickets-price strong {
    font-size: 1rem; color: var(--tn-text-primary); font-weight: 700;
}
.theme-new .tn-related-tickets-btn {
    display: inline-block; padding: .35rem .75rem; border-radius: 4px;
    background: var(--tn-cta-primary); color: #fff; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: .03em;
}
.theme-new .tn-related-tickets-link:hover .tn-related-tickets-btn {
    background: var(--tn-cta-primary-hover, #e85a1f);
}

@media (max-width: 640px) {
    .theme-new .tn-related-tickets-link {
        grid-template-columns: 48px 1fr; grid-template-rows: auto auto;
    }
    .theme-new .tn-related-tickets-thumb { width: 48px; height: 48px; }
    .theme-new .tn-related-tickets-cta {
        grid-column: 1 / -1; flex-direction: row; justify-content: space-between;
        align-items: center; padding-top: .25rem;
    }
    .theme-new .tn-related-tickets-price { flex-direction: row; gap: .35rem; align-items: baseline; }
}

/* Klikabilan tag chip u članku — naslijeđuje article-detail-tag (postojeći chip). */
.theme-new .article-detail-tag-link {
    text-decoration: none; cursor: pointer; transition: background .15s, color .15s;
}
.theme-new .article-detail-tag-link:hover {
    background: var(--tn-cta-primary); color: #fff;
}
.theme-new .tn-side-venue-img { display: block; line-height: 0; border-radius: 4px; overflow: hidden; }
.theme-new .tn-side-venue-img .tn-side-venue-illust {
    width: 100%; height: auto; display: block;
    transition: transform .25s ease;
}
.theme-new .tn-side-venue-img:hover .tn-side-venue-illust { transform: scale(1.03); }
.theme-new .tn-side-venue-body { display: flex; flex-direction: column; gap: .35rem; }
.theme-new .tn-side-venue-name {
    font-size: .95rem; font-weight: 700; margin: 0;
    color: var(--tn-text-primary); line-height: 1.25;
}

/* Smjestaj in-text affiliate linkovi na nazivu mjesta. Diskretno, kao tekst. */
.smjestaj-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted var(--tn-cta-primary, #2c6bed);
    cursor: pointer;
}
.smjestaj-link:hover {
    color: var(--tn-cta-primary, #2c6bed);
    border-bottom-style: solid;
}
.theme-new .tn-side-venue-name a { color: inherit; text-decoration: none; }
.theme-new .tn-side-venue-name a:hover { color: var(--tn-cta-primary); }
.theme-new .tn-side-venue-meta {
    font-size: .78rem; color: var(--tn-text-muted);
}
.theme-new .tn-side-venue-cap {
    font-size: .8rem; color: var(--tn-text-secondary);
    display: flex; gap: .35rem; align-items: baseline;
}
.theme-new .tn-side-venue-cap-lbl { color: var(--tn-text-muted); font-size: .72rem; }
.theme-new .tn-side-venue-cap strong { color: var(--tn-text-primary); }
.theme-new .tn-side-venue-addr {
    font-size: .78rem; color: var(--tn-text-muted); font-style: italic;
}
.theme-new .tn-side-venue-opis {
    font-size: .8rem; color: var(--tn-text-secondary);
    line-height: 1.4; margin-top: .15rem;
}

/* Side event lista (Drugi nastupi u ovoj dvorani / Drugi nastupi izvođača) — kompaktna kartica.
   Reuse postojećih tn-side-* klasa, samo nadopuna za thumbnail + datum + stadion. */
.theme-new .tn-side-events-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.theme-new .tn-side-event-row {
    display: flex; gap: .5rem; align-items: flex-start;
    padding-bottom: .5rem; border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-side-event-row:last-child { border-bottom: none; padding-bottom: 0; }
.theme-new .tn-side-event-link {
    display: flex; gap: .55rem; align-items: flex-start; width: 100%;
    color: inherit; text-decoration: none;
}
.theme-new .tn-side-event-link:hover .tn-side-event-title { color: var(--tn-cta-primary); }
.theme-new .tn-side-event-thumb {
    flex: 0 0 56px; width: 56px; height: 56px; border-radius: 4px;
    background-size: cover; background-position: center; background-color: var(--tn-divider);
}
.theme-new .tn-side-event-info { display: flex; flex-direction: column; gap: .1rem; min-width: 0; flex: 1; }
.theme-new .tn-side-event-when {
    font-size: .7rem; color: var(--tn-cta-primary); font-weight: 700;
    text-transform: uppercase; letter-spacing: .03em;
}
.theme-new .tn-side-event-title {
    font-size: .82rem; font-weight: 600; color: var(--tn-text-primary);
    line-height: 1.25; transition: color .2s;
    overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.theme-new .tn-side-event-meta { font-size: .7rem; color: var(--tn-text-muted); }
.theme-new .tn-side-event-price {
    font-size: .75rem; color: var(--tn-text-muted); margin-top: .2rem;
    display: inline-flex; align-items: baseline; gap: .25rem;
}
.theme-new .tn-side-event-price strong {
    font-size: .95rem; color: var(--tn-cta-primary); font-weight: 700;
}
/* Related tickets sidebar widget (portalRelatedTicketsCta.ascx) — sport-only
   tn-rt-* prefix = scoped overrides za ovaj widget, ne dira ostale .tn-side-event-* upotrebe */
.theme-new .tn-side-event-when.tn-rt-date {
    color: var(--tn-text-muted); /* korisnikov spec: datum sivo, ne narandzasto kao default tn-side-event-when */
    text-transform: none; letter-spacing: 0;
}
.theme-new .tn-rt-title {
    font-size: .85rem; line-height: 1.3; color: var(--tn-cta-primary);
    margin-top: .1rem;
}
.theme-new .tn-rt-title strong { font-weight: 700; }
.theme-new .tn-rt-comp {
    font-size: .72rem; line-height: 1.25; color: var(--tn-text-muted);
    margin-top: .1rem;
}
.theme-new .tn-rt-place {
    font-size: .72rem; color: var(--tn-text-primary); margin-top: .1rem;
}
.theme-new .tn-rt-price {
    margin-top: .25rem; font-size: .75rem; color: var(--tn-text-muted);
    display: inline-flex; gap: .25rem; align-items: baseline;
}
.theme-new .tn-rt-price strong {
    color: var(--tn-cta-primary); font-size: .95rem; font-weight: 700;
}

/* ===========================================================================
   Fanatics affiliate merch widget (portalFanaticsMerchCta.ascx) — Faza 1 2026-05-20.
   Pojavljuje se na eventDetail (ispod hero buy-tickets bloka) + izvodjacLanding
   (ispod artist hero opisa). Sakriven kad tim/izvodjac nema FANATICS_URL u DB-u.
   =========================================================================== */
.theme-new .tn-fanatics-cta {
    margin: 1rem 0 0; padding: 1rem 1.25rem;
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    border-radius: 8px;
    display: flex; flex-direction: column; gap: .6rem;
}
.theme-new .tn-fanatics-cta-title {
    font-size: 1rem; font-weight: 700; margin: 0;
    color: var(--tn-text-primary); line-height: 1.3;
}
.theme-new .tn-fanatics-cta-action { display: flex; }
.theme-new .tn-fanatics-cta-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: .65rem 1.25rem;
    background: var(--tn-cta-primary); color: #fff;
    border-radius: 6px; font-size: .9rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
    text-decoration: none; transition: background .15s, transform .15s;
}
.theme-new .tn-fanatics-cta-btn:hover {
    background: var(--tn-cta-primary-hover, #e85a26);
    transform: translateY(-1px);
}
.theme-new .tn-fanatics-cta-btn-label::after {
    content: " \2192"; margin-left: .15em;
}
.theme-new .tn-fanatics-cta-disclosure {
    font-size: .72rem; color: var(--tn-text-muted); margin: 0;
    line-height: 1.35; font-style: italic;
}

@media (max-width: 480px) {
    .theme-new .tn-fanatics-cta { padding: .85rem 1rem; }
    .theme-new .tn-fanatics-cta-btn {
        width: 100%; padding: .75rem 1rem; font-size: .85rem;
    }
}

/* ===========================================================================
   FANATICS MERCH GRID — Faza 2 (live API proizvodi, slike + cijene)
   2026-05-22. Renderira portalFanaticsMerchCta.ascx u grid layoutu (3 cols desktop, 2 cols mobile).
   =========================================================================== */
.theme-new .tn-fanatics-grid-wrap {
    margin: 1rem 0 0; padding: 1rem 1.25rem;
    background: var(--tn-bg-card); border: 1px solid var(--tn-divider);
    border-radius: 8px;
    display: flex; flex-direction: column; gap: .85rem;
}
.theme-new .tn-fanatics-grid-title {
    font-size: 1.05rem; font-weight: 700; margin: 0;
    color: var(--tn-text-primary); line-height: 1.3;
}
.theme-new .tn-fanatics-grid-licensed {
    display: inline-flex; align-items: center; gap: .4rem;
    align-self: flex-start;
    margin: -.4rem 0 0;
    padding: .3rem .8rem;
    background: #16a34a;
    color: #ffffff;
    border: 0;
    border-radius: 14px;
    font-size: .85rem; font-weight: 700; line-height: 1.2;
    letter-spacing: .01em;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.theme-new .tn-fanatics-grid-licensed::before {
    content: "\2713";
    color: #ffffff;
    font-weight: 900; font-size: 1rem;
    line-height: 1;
}
.theme-new .tn-fanatics-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}
.theme-new .tn-fanatics-item {
    display: flex; flex-direction: column;
    background: #ffffff; border: 1px solid #d0d4d9;
    border-radius: 6px; overflow: hidden;
    text-decoration: none; color: #1a1a1a;
    transition: transform .15s, box-shadow .15s, border-color .15s;
}
.theme-new .tn-fanatics-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
    border-color: var(--tn-cta-primary, #f1601e);
    text-decoration: none;
    color: #1a1a1a;
}
.theme-new .tn-fanatics-item-img-wrap {
    display: block; width: 100%; aspect-ratio: 1/1; background: #f5f5f5;
    overflow: hidden;
}
.theme-new .tn-fanatics-item-img {
    width: 100%; height: 100%; object-fit: contain; display: block;
}
.theme-new .tn-fanatics-item-info {
    display: flex; flex-direction: column; gap: .3rem;
    padding: .55rem .6rem .65rem; flex: 1 1 auto;
    background: #ffffff;
}
.theme-new .tn-fanatics-item-title {
    font-size: .8rem; font-weight: 600; line-height: 1.3;
    color: #1a1a1a;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; min-height: 2.1em;
}
.theme-new .tn-fanatics-item-price {
    font-size: .95rem; margin-top: auto; display: block;
}
.theme-new .tn-fanatics-item-price-orig {
    color: #6c757d; font-weight: 400;
    margin-right: .3em; font-size: .82rem;
}
.theme-new .tn-fanatics-item-price-now {
    color: #d9480f; font-weight: 800;
}
.theme-new .tn-fanatics-grid-footer {
    display: flex; flex-wrap: wrap; gap: .55rem .75rem;
    margin-top: .25rem;
}
.theme-new .tn-fanatics-cta-see-all {
    display: inline-flex; align-items: center;
    padding: .5rem .9rem;
    background: var(--tn-cta-primary, #f1601e); color: #fff;
    border-radius: 6px; font-size: .82rem; font-weight: 600;
    text-decoration: none; transition: background .15s, transform .15s;
}
.theme-new .tn-fanatics-cta-see-all:hover {
    background: var(--tn-cta-primary-hover, #e85a26); color: #fff;
    transform: translateY(-1px); text-decoration: none;
}
.theme-new .tn-fanatics-grid-disclosure {
    font-size: .72rem; color: var(--tn-text-muted); margin: 0;
    line-height: 1.35; font-style: italic;
}

@media (max-width: 1024px) {
    /* Tablet: 3 cols × 2 reda */
    .theme-new .tn-fanatics-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .theme-new .tn-fanatics-item-title { font-size: .78rem; line-height: 1.3; min-height: 2em; }
    .theme-new .tn-fanatics-item-price { font-size: .88rem; }
    .theme-new .tn-fanatics-item-info { padding: .5rem .55rem .6rem; gap: .25rem; }
}
@media (max-width: 768px) {
    /* Mobile: 2 cols × 3 reda */
    .theme-new .tn-fanatics-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .theme-new .tn-fanatics-grid-wrap { padding: .85rem 1rem; }
    .theme-new .tn-fanatics-cta-see-all { flex: 1 1 100%; justify-content: center; padding: .65rem 1rem; }
    .theme-new .tn-fanatics-item-title { font-size: .82rem; }
    .theme-new .tn-fanatics-item-price { font-size: .9rem; }
}

/* ===== Share bar (portalShareBar.ascx) — native, inline SVG ikone ===== */
.theme-new .tn-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
    padding: 14px 0;
    border-top: 1px solid var(--tn-divider);
    border-bottom: 1px solid var(--tn-divider);
}
.theme-new .tn-share-label {
    font-family: var(--tn-font-sans);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--tn-text-muted);
}
.theme-new .tn-share-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.theme-new .tn-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--tn-border);
    background: var(--tn-bg-card);
    color: var(--tn-text-base);
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.theme-new .tn-share-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}
.theme-new .tn-share-btn:hover,
.theme-new .tn-share-btn:focus-visible {
    transform: translateY(-2px);
    color: #fff;
    outline: none;
}
.theme-new .tn-share-fb:hover, .theme-new .tn-share-fb:focus-visible { background: #1877F2; border-color: #1877F2; }
.theme-new .tn-share-wa:hover, .theme-new .tn-share-wa:focus-visible { background: #25D366; border-color: #25D366; }
.theme-new .tn-share-x:hover, .theme-new .tn-share-x:focus-visible { background: #000; border-color: #000; }
.theme-new .tn-share-copy:hover, .theme-new .tn-share-copy:focus-visible,
.theme-new .tn-share-native:hover, .theme-new .tn-share-native:focus-visible {
    background: var(--tn-cta-primary);
    border-color: var(--tn-cta-primary);
}
.theme-new .tn-share-copy.tn-share-copied {
    background: var(--tn-win);
    border-color: var(--tn-win);
    color: #fff;
    transform: none;
}
.theme-new .tn-share-copied-msg {
    font-family: var(--tn-font-sans);
    font-size: .8rem;
    font-weight: 600;
    color: var(--tn-win);
}
@media (max-width: 768px) {
    .theme-new .tn-share { gap: 10px; margin: 16px 0; }
    .theme-new .tn-share-btn { width: 38px; height: 38px; }
}

/* === AI napomena (zakonska obveza oznacavanja AI sadrzaja: NN 27/2026 cl.23, EU AI Act 2024/1689 cl.50) === */
/* Diskretna, ali jasno vidljiva napomena na dnu sadrzaja. Dark-theme tokeni (NE svijetla pozadina). */
.theme-new .tn-ai-note {
    margin: 28px 0 0;
    padding: 12px 16px;
    background: var(--tn-bg-card);
    border: 1px solid var(--tn-border);
    border-radius: var(--tn-radius-sm);
}
.theme-new .tn-ai-note-redakcija {
    margin: 20px 0 0;
}
.theme-new .tn-ai-note-text {
    margin: 0;
    font-family: var(--tn-font-sans);
    font-size: .82rem;
    line-height: 1.55;
    color: var(--tn-text-muted);
}
.theme-new .tn-ai-note-label {
    font-weight: 700;
    color: var(--tn-text-base);
}
