.jb-suite-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}

.jb-suite-popup.is-visible {
    display: flex;
}

.jb-suite-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.jb-suite-popup-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    width: 90%;
    max-width: 360px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: 15px;
}

.jb-suite-popup-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.jb-suite-popup-message {
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 14px;
}

.jb-suite-popup-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.jb-suite-popup-login {
    background: #0056d2;
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

.jb-suite-popup-cancel,
.jb-suite-popup-close {
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
}

.jb-suite-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
}
