#momohamDialog { width:min(340px, calc(100% - 40px)); border:0; border-radius:14px; padding:28px 24px 22px; background:#fff; color:#3c3333; box-shadow:0 12px 40px #0003; font-family:inherit; }
#momohamDialog::backdrop { background:rgba(0,0,0,.42); }
#momohamDialogText { margin:0 0 24px; text-align:center; white-space:pre-line; line-height:1.7; }
.momoham-dialog-actions { display:flex; gap:10px; }
.momoham-dialog-actions button { flex:1; border:0; border-radius:8px; min-height:44px; cursor:pointer; font:inherit; background:#f0ece8; color:#3c3333; }
.momoham-dialog-actions [data-dialog-confirm] { background:#3c3333; color:white; }
.momoham-dialog-actions [hidden] { display:none; }

#momohamDialog .momoham-dialog-actions [data-dialog-confirm] {
    background:#3c3333 !important;
    border-color:#3c3333 !important;
    color:#ffffff !important;
}
