
.rd-radio-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
}

.rd-radio-form input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.rd-radio-form input[type="submit"] {
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

.rd-success {
    background: #d4edda;
    padding: 10px;
    margin-top: 15px;
    border-left: 4px solid #28a745;
}

.rd-player {
    margin-top: 30px;
    padding: 20px;
    background: #111;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.rd-player-logo {
    max-width: 150px;
    margin-bottom: 15px;
}

.rd-controls button {
    padding: 8px 12px;
    margin: 5px;
    background: #ff0000;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

.rd-controls input[type="range"] {
    width: 150px;
}
