.arai-cm-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.55);
}

.arai-cm-modal-inner {
    position: relative;
    width: min(520px, 100%);
    background: #fff;
    color: #1d2327;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    padding: 28px 30px;
    font-size: 16px;
    line-height: 1.55;
}

.arai-cm-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #f0f0f1;
    color: #1d2327;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.arai-cm-modal-close:hover,
.arai-cm-modal-close:focus {
    background: #dcdcde;
    outline: none;
}

.arai-cm-modal-content {
    padding-right: 24px;
}
