
#rb-reproductor-container {
    max-width: 700px;
    margin: 0 auto;
    font-family: sans-serif;
}
#rb-search {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.rb-item {
    padding: 12px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    transition: background 0.2s;
}
.rb-item:hover {
    background: #f0f0f0;
}
#rb-pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
#rb-pagination button {
    margin: 0 5px;
    padding: 5px 10px;
}
#rb-player {
    margin-top: 40px;
}
#rb-timer {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}
#rb-controls {
    margin-top: 10px;
}
#rb-controls button {
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 1em;
}
