.video-chapters {
    list-style: decimal;
    margin: 1.5em 0;
    padding-left: 2em;
}

.video-chapters li {
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.video-chapters a {
    text-decoration: none;
    color: inherit;
}

.video-chapters a:hover {
    text-decoration: underline;
}

.video-chapters-empty {
    font-style: italic;
    color: #666;
    margin: 1em 0;
}

.vc-current-chapters {
    margin-top: 1em;
    padding: 1em;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.vc-current-chapters h4 {
    margin-top: 0;
    margin-bottom: 0.5em;
} 