.c43769-message-overlay[hidden] { display: none !important; }
.c43769-message-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, .58);
    box-sizing: border-box;
}
.c43769-message-dialog {
    width: min(100%, 480px);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 28px;
    border: 1px solid #dce5e8;
    border-radius: 16px;
    background: #fff;
    color: #26373f;
    box-shadow: 0 22px 65px rgba(15, 23, 42, .25);
    font-family: "Noto Sans KR", "Noto Sans", "Malgun Gothic", Arial, sans-serif;
    box-sizing: border-box;
}
.c43769-message-title { margin: 0 0 14px; color: #003f72; font-size: 22px; line-height: 1.35; font-weight: 800; }
.c43769-message-text { margin: 0; color: #26373f; font-size: 16px; line-height: 1.7; white-space: pre-line; word-break: keep-all; overflow-wrap: anywhere; }
.c43769-message-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 24px; }
.c43769-message-dialog.is-alert .c43769-message-actions { justify-content: center; }
.c43769-message-button[hidden] { display: none !important; }
.c43769-message-button {
    display: inline-flex;
    min-width: 82px;
    height: 40px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #9babb3;
    border-radius: 7px;
    background: #fff;
    color: #26373f;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}
.c43769-message-button.is-primary { border-color: #008f84; background: #008f84; color: #fff; }
.c43769-message-button:focus-visible { outline: 3px solid rgba(0,143,132,.22); outline-offset: 2px; }
body.c43769-message-open { overflow: hidden; }
@media (max-width: 640px) {
    .c43769-message-overlay { padding: 16px; }
    .c43769-message-dialog { max-height: calc(100vh - 32px); padding: 22px 18px; border-radius: 13px; }
    .c43769-message-title { font-size: 20px; }
    .c43769-message-text { font-size: 15px; }
    .c43769-message-actions { margin-top: 20px; }
    .c43769-message-button { min-width: 74px; font-size: 13px; }
}
