.notification{display:flex;gap:15px;width:100%;padding:20px;background:var(--taupe-40);border-radius:var(--border-radius);color:var(--deepblue-90)}.notification:not(:has(.notification__actions)){align-items:center}.notification__icon{font-size:20px}.notification__title{font-weight:600;padding:0;margin:0 0 5px}.notification__message{margin:0;font-size:16px;line-height:1.6em}.notification__message--bold{font-weight:600}.notification__actions{display:flex;flex-direction:column;gap:10px;margin-top:15px}@media (min-width:768px){.notification__content--row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%}.notification__content--row .notification__actions{flex-direction:row;gap:25px;margin-top:0}}.notification--taupe{background:var(--taupe-60)}.notification--taupe .button--arrow i{background:var(--taupe-20)}.notification--taupe .button--arrow:hover i{background:var(--deepblue)}.notification--info{background:var(--deepblue-5)}.notification--info .button--arrow i{background:var(--deepblue-20)}.notification--info .button--arrow:hover i{background:var(--deepblue-40)}.notification--alert{background:var(--amber-20);color:var(--amber-95)}.notification--alert .button--arrow{color:var(--purewhite)}.notification--alert .button--arrow i{background:var(--amber-70)}.notification--alert .button--arrow:hover i{background:var(--amber-90)}.notification--error{background:var(--red-20);color:var(--red-95)}.notification--error .button--arrow{color:var(--purewhite)}.notification--error .button--arrow i{background:var(--red-70)}.notification--error .button--arrow:hover i{background:var(--red-90)}.notification--succes{background:var(--green-20);color:var(--green-95)}.notification--alert .button--arrow{color:var(--purewhite)}.notification--alert .button--arrow i{background:var(--green-70)}.notification--alert .button--arrow:hover i{background:var(--green-90)}