
.scmp-player {
    padding: 10px;
    border-radius: 10px;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.scmp-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.scmp-play {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.scmp-title {
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scmp-volume {
    width: 100%;
}
