.audio-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 9px;
    width: 200px;
    color: white;
}

.play-button, .icon-button {
    background: none;
    border: none;
    color: #7090ad;
    font-size: 24px;
    cursor: pointer;
}

.progress-bar {
    flex: 1;
    height: 4px;
    background-color: #555;
    border-radius: 1px;
    margin: 0 6px;
    position: relative;
}

.progress {
    height: 100%;
    background-color: #1E90FF;
    width: 0;
    border-radius: 2px;
}
