.audio-player-wrapper-b207da6b {
    display: block;
    width: 100%;
}

.audio-player-layout-b207da6b {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.audio-trigger-b207da6b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background-color: #0073aa;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    outline: none;
}

.audio-trigger-b207da6b:hover {
    background-color: #005177;
}

.audio-icon-b207da6b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.audio-icon-b207da6b svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* Full-width Soundwave CSS styling */
.audio-wave-container-b207da6b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
}

.audio-wave-bars-b207da6b {
    display: flex;
    align-items: flex-end;
    height: 40px;
    width: 100%;
    gap: 3px;
}

.wave-bar-b207da6b {
    display: inline-block;
    flex-grow: 1;
    height: calc(var(--bar-h, 0.5) * 100%);
    background-color: #e0e0e0;
    border-radius: 2px;
    transition: background-color 0.1s ease, height 0.3s ease;
}

.wave-bar-b207da6b.is-active {
    background-color: #0073aa;
}

/* Time Counter Styling */
.audio-time-counter-b207da6b {
    margin-top: 10px;
    font-size: 13px;
    font-family: inherit;
    color: #666666;
    letter-spacing: 0.5px;
}
