audio {
    width: 100%;
    margin: 0.5rem 0 1rem;
}

.progress-bar {
    height: 6px;
    background: var(--pico-muted-border-color);
    border-radius: 3px;
    overflow: hidden;
    margin: 0.3rem 0;
}

.progress-bar-fill {
    height: 100%;
    background: var(--pico-primary);
    transition: width 0.5s linear;
}

.episode-row {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--pico-muted-border-color);
}

.episode-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.episode-meta {
    font-size: 0.8em;
    color: var(--pico-muted-color);
    margin-top: 0.2rem;
}

.episode-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
