/* Bilsport på TV - Embed CSS */
/* Namespace: .pf-tv */

.pf-tv {
    font-family: Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.4;
}
.pf-tv * {
    box-sizing: border-box;
}
.pf-tv-header {
    background: #002652;
    color: #fff;
    padding: 14px 18px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-weight: 700;
}
.pf-tv-header small {
    display: block;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.8;
    margin-top: 2px;
}
.pf-tv-days-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-left: 1px solid #e0e3e8;
    border-right: 1px solid #e0e3e8;
}
.pf-tv-days {
    display: flex;
    background: #fff;
}
.pf-tv-day {
    min-width: 220px;
    flex: 1;
    border-right: 1px solid #e0e3e8;
}
.pf-tv-day:last-child {
    border-right: none;
}
.pf-tv-day-header {
    background: #f0f2f5;
    padding: 10px 14px;
    font-weight: 700;
    font-size: 13px;
    color: #002652;
    border-bottom: 1px solid #e0e3e8;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: sticky;
    top: 0;
}
.pf-tv-session {
    padding: 10px 14px;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.pf-tv-session:last-child {
    border-bottom: none;
}
.pf-tv-time {
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    min-width: 42px;
    color: #002652;
}
.pf-tv-info {
    flex: 1;
    min-width: 0;
}
.pf-tv-series {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7280;
    font-weight: 600;
}
.pf-tv-name {
    font-size: 13px;
    font-weight: 500;
    margin: 1px 0;
}
.pf-tv-event {
    font-size: 12px;
    color: #6b7280;
}
.pf-tv-streams {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-shrink: 0;
    padding-top: 2px;
}
.pf-tv-streams a {
    display: flex;
    text-decoration: none;
}
.pf-tv-streams img {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    object-fit: contain;
}
.pf-tv-footer {
    padding: 10px 14px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #e0e3e8;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.pf-tv-footer a {
    color: #002652;
    text-decoration: none;
}
.pf-tv-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .pf-tv-days {
        flex-direction: column;
    }
    .pf-tv-day {
        min-width: 0;
        border-right: none;
        border-bottom: 1px solid #e0e3e8;
    }
    .pf-tv-day:last-child {
        border-bottom: none;
    }
}
