.em-swaps-reminder-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
}

.em-swaps-reminder-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.em-swaps-reminder-modal__panel {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 480px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.em-swaps-reminder-modal__title {
    margin: 0 0 12px;
    font-size: 20px;
}

.em-swaps-reminder-modal__body {
    margin: 0 0 16px;
}

.em-swaps-reminder-modal__body p {
    margin: 0 0 8px;
}

.em-swaps-reminder-modal__ok {
    display: inline-block;
}
