.fa2-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa2-modal {
    background: #fff;
    max-width: 480px;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: center;
}

.fa2-modal p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.fa2-modal button {
    padding: 10px 18px;
    border: 0;
    background: #4bbccb;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}

.fa2-modal button:hover {
    background: #000000;
}