.am-welcome-audio {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1200;
    width: 320px;
    max-width: calc(100vw - 36px);
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
    padding: 14px 16px;
    color: #333333;
    box-sizing: border-box;
}

.am-welcome-audio__title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
}

.am-welcome-audio__text {
    font-size: 13px;
    line-height: 1.35;
}

.am-welcome-audio__stop {
    margin-top: 10px;
    border: none;
    background: #143eea;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}

.am-welcome-audio__stop:hover {
    filter: brightness(1.08);
}

.am-welcome-audio--needs-gesture {
    cursor: pointer;
}

.am-welcome-audio--needs-gesture .am-welcome-audio__text {
    font-weight: 600;
}

.am-welcome-audio__play {
    margin-top: 10px;
    border: none;
    background: #143eea;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}

.am-welcome-audio__play:hover {
    filter: brightness(1.08);
}

[data-theme="dark"] .am-welcome-audio {
    background: var(--am-surface);
    border-color: var(--am-border);
    color: var(--am-text);
}

@media (max-width: 600px) {
    .am-welcome-audio {
        width: calc(100vw - 20px);
        right: 10px;
        bottom: 10px;
        padding: 12px;
    }
}
