/* Shared notification appearance for the app directory and Office. */
:is(.invent-landing, .office-shell) .k-notification {
    max-width: calc(100vw - 40px);
    border-radius: 20px;
    box-shadow: 0 4px 16px #19283d1a;
    font: 13px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    white-space: normal;
}
:is(.invent-landing, .office-shell) .k-notification > .k-notification-wrap {
    padding: 9px 16px;
}
:is(.invent-landing, .office-shell) .k-notification .k-notification-content {
    font: inherit;
    overflow-wrap: anywhere;
}
:is(.invent-landing, .office-shell) .k-notification-wrap > :is(.k-i-info, .k-i-success, .k-i-warning, .k-i-error) {
    display: none;
}
:is(.invent-landing, .office-shell) .k-notification-closable > .k-notification-wrap {
    padding-right: 36px;
}
:is(.invent-landing, .office-shell) .k-notification-wrap > .k-i-close {
    right: 10px;
}
