.ts2-player-wrapper {
    margin: 1.5em 0;
}

.ts2-player-title {
    margin: 0 0 8px 0;
    font-size: 1.1em;
}

.ts2-player-container {
    background: #111;
    border-radius: 6px;
    padding: 12px;
    color: #eee;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ts2-status {
    padding: 1em;
    text-align: center;
    font-size: 0.95em;
    color: #ccc;
}

.ts2-media-holder {
    width: 100%;
}

.ts2-media-holder video,
.ts2-media-holder audio {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    background: #000;
}

.ts2-progress-wrap {
    margin-top: 8px;
}

.ts2-progress-bar {
    background: #333;
    border-radius: 3px;
    height: 6px;
    overflow: hidden;
}

.ts2-progress-fill {
    background: #4caf50;
    height: 100%;
    width: 0%;
    transition: width 0.3s ease;
}

.ts2-stats {
    font-size: 0.8em;
    color: #aaa;
    margin-top: 4px;
}

.ts2-file-list {
    margin-top: 10px;
    font-size: 0.85em;
    border-top: 1px solid #333;
    padding-top: 8px;
}

.ts2-file-list-heading {
    font-weight: bold;
    margin-bottom: 4px;
    color: #ddd;
}

.ts2-file-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ts2-file-list li {
    padding: 3px 0;
    color: #ccc;
}

.ts2-file-active {
    color: #4caf50;
    font-weight: bold;
}

.ts2-play-btn {
    background: #333;
    color: #eee;
    border: 1px solid #555;
    border-radius: 3px;
    padding: 3px 8px;
    cursor: pointer;
    font-size: 0.85em;
}

.ts2-play-btn:hover {
    background: #444;
}
