.mrp-radio-player {
    background: #f4f4f4;
    color: #000;
    padding: 20px;
    border-radius: 12px;
    max-width: 400px;
    margin: 20px auto;
    font-family: sans-serif;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.mrp-controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.mrp-col {
    display: flex;
    align-items: center;
    position: relative;
}

.mrp-col button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

#mrp-volume {
    display: none;
    width: 150px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
  
.mrp-title-row {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}
