.tv-raspored {
    display: block;
    margin: 2rem 0;
}


.tv-dan {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 1rem 1.25rem;
    transition: transform 0.2s ease;
}

.tv-dan:hover {
    transform: translateY(-3px);
}

.tv-dan h3 {
    font-size: 1.2rem !important;
    margin: 0 0 0.75rem;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3rem;
    background-color: #292F79;
    color: white !important;
    padding-top: 6px;
    padding-left: 6px;
}

.tv-dan ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tv-dan li {
    display: flex;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: 1px dashed #e0e0e0;
}

.tv-dan li:last-child {
    border-bottom: none;
}

.vrijeme {
    font-weight: bold;
    color: #111;
    width: 60px;
    flex-shrink: 0;
}

.emisija {
    color: #444;
    flex-grow: 1;
}

.tv-tab-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.tv-tab-btn {
    background-color: #eee;
    color: #333;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.tv-tab-btn:hover {
    background-color: #292F79;
    color: white;
    transform: translateY(-2px);
}

.tv-tab-btn.active {
    background-color: #292F79;
    color: white;
}

.tv-dan li.trenutna {
    background-color: #292F79;
}

.tv-dan li.trenutna .vrijeme,
.tv-dan li.trenutna .emisija {
    color: white !important;
    text-shadow:
        0 0 2px red,
        0 0 1em white,
        0 0 0.2em white;
}
