/* MxChat Shop Banner (fork addition) — on-page "Nákupný asistent" prompt.
   See includes/class-mxchat-shop-banner.php. Deliberately self-contained,
   renders in the theme's own visual context on the storefront. */

.mxchat-shop-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #b9a9f7;
    border-radius: 10px;
    padding: 14px 18px;
    margin: 0 0 24px;
    background: #f7f5fe;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.mxchat-shop-banner:hover,
.mxchat-shop-banner:focus-visible {
    background: #efeafd;
    border-color: #7873f5;
    outline: none;
}

.mxchat-shop-banner-sparkle {
    flex-shrink: 0;
    color: #7873f5;
    display: inline-flex;
}

.mxchat-shop-banner-text {
    font-size: 14px;
    font-style: italic;
    color: #1a1a2e;
    line-height: 1.4;
}
