.arp-player {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

.arp-controls {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.arp-controls button,
.arp-controls select {
    padding: 8px 12px;
    font-size: 1em;
    border-radius: 5px;
}

.arp-chapter-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    max-height: 200px;
    overflow-y: auto;
}

.arp-chapter-list li {
    padding: 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.arp-chapter-list li:hover {
    background-color: #f0f0f0;
}

.arp-now-playing {
    font-weight: bold;
    margin-bottom: 10px;
}
