.km-msg-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.km-msg-box {
    background: #ffffff;
    padding: 24px 32px;
    max-width: 480px;
    font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}

/* snyggare avstånd mellan stycken */
.km-msg-box p {
    margin: 0 0 10px 0;
}

.km-msg-box p:first-child {
    font-weight: 600;
    margin-bottom: 14px;
}
