.jb-suite-notice {
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.jb-suite-notice-success {
    background: #e7f6ea;
    color: #0a5f1f;
    border: 1px solid #b6e2c2;
    padding: 10px;
    border-radius: 8px;
}

.jb-suite-notice-error {
    background: #fbeaea;
    color: #8a1f1f;
    border: 1px solid #f2b4b4;
    padding: 10px;
    border-radius: 8px;
}

.jb-suite-share-notice {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2000;
    padding: 10px 14px;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.jb-suite-share-notice.is-visible {
    opacity: 1;
}
