.trf1-lt-widget {
    font-family: inherit;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
    margin: 1.5em 0;
    background: #0f0f0f;
    color: #f5f5f5;
}

.trf1-lt-status {
    padding: 1.2em;
    text-align: center;
    font-size: 0.95em;
    color: #ccc;
}

.trf1-lt-status.trf1-lt-error {
    color: #e10600;
}

.trf1-lt-header {
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.8em 1em;
    background: #1a1a1a;
    font-weight: 600;
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.trf1-lt-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e10600;
    display: inline-block;
    animation: trf1-lt-pulse 1.4s infinite;
}

@keyframes trf1-lt-pulse {
    0% { box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.6); }
    70% { box-shadow: 0 0 0 6px rgba(225, 6, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(225, 6, 0, 0); }
}

.trf1-lt-table-wrap {
    overflow-x: auto;
}

.trf1-lt-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

.trf1-lt-table th,
.trf1-lt-table td {
    padding: 0.5em 0.8em;
    text-align: left;
    white-space: nowrap;
}

.trf1-lt-table thead th {
    font-size: 0.75em;
    text-transform: uppercase;
    color: #999;
    border-bottom: 1px solid #2a2a2a;
}

.trf1-lt-table tbody tr:nth-child(odd) {
    background: #161616;
}

.trf1-lt-team-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 0.5em;
}

.trf1-lt-tire {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 0.75em;
    font-weight: 700;
    color: #111;
}

.trf1-lt-footer {
    padding: 0.5em 1em;
    font-size: 0.7em;
    color: #777;
    border-top: 1px solid #2a2a2a;
}
