.wc-group-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.wc-group-modal {
    background: #fff;
    padding: 30px;
    max-width: 420px;
    width: 100%;
    border-radius: 8px;
}

.wc-group-modal h2 {
    margin-top: 0;
}
