padding: var(--maui-notification-padding-override, 15px 20px 15px 10px); } .sn.notification .notification-content { gap: var(--maui-spacing-2); } .sn.notification .content-wrapper { margin-right: 5px; } .sn.notification:not(.small) .noHeadline { margin-top: 0px; } .sn.notification ::slotted(maui-navigation-link) { --maui-color-interaction-interaction: var( --maui-color-text-copy ) !important; --maui-color-interaction-interactionhover: var(--maui-color-text-copy); } .sn.notification.inline { margin-top: 12px; } .sn.notification.inline::before { background-color: transparent; width: 0; height: 0; left: calc(var(--maui-spacing-3) + var(--maui-spacing-2)); transform: initial; border-top: 0; border-right: 15px solid transparent; border-left: 15px solid transparent; border-bottom: 12px solid red; } .sn.notification .headline {