.notification{display:flex;flex-direction:column;gap:5px;width:100%;padding:10px 15px 15px;background:var(--taupe-20);border:1px solid var(--taupe-70);border-radius:var(--border-radius);color:var(--deepblue-90);box-shadow:var(--small-shadow)}@media (min-width:768px){.notification{flex-direction:row;padding:20px;gap:15px}}.notification--mt{margin-top:15px}.notification--mb{margin-bottom:15px}dialog .notification{padding:15px}@media (min-width:768px){.notification:not(:has(.notification__actions)){align-items:center}}.notification__icon{font-size:20px}.notification__title{font-weight:600;padding:0;margin:0 0 5px;line-height:1.4em}.notification .notification__message{margin:0;font-size:15px;line-height:1.6em}.notification .notification__message strong{font-weight:600}.notification__message--bold{font-weight:600}.notification__message a{color:inherit;text-decoration:underline dotted}.notification__message a:hover{text-decoration:underline;color:var(--deepblue)}.notification__actions{display:flex;flex-direction:column;gap:10px;margin-top:15px}.notification .button--outline{border:0;background:var(--purewhite);box-shadow:var(--small-shadow);border:1px solid var(--deepblue-30);margin-top:10px}.notification .button--arrow i{font-size:.8em;padding:3px}@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);border-color:var(--deepblue-20)}.notification--info .button--arrow i{background:var(--deepblue-20)}.notification--info .button--arrow:hover i{background:var(--deepblue-40)}.notification--alert{background:var(--amber-10);color:var(--amber-95);border-color:var(--amber-30)}.notification--alert .button--arrow{color:var(--amber-95)}.notification--alert .button--arrow i{background:var(--amber-50);color:var(--purewhite)}.notification--alert .button--arrow:hover i{background:var(--amber-90)}.notification--error{background:var(--red-10);border-color:var(--red-30);color:var(--red-95)}.notification--error .button--arrow{color:var(--red-95)}.notification--error .button--arrow i{background:var(--red-20);color:var(--red-95)}.notification--error .button--arrow:hover i{background:var(--red-90);color:var(--purewhite)}.notification--success{background:var(--green-10);border-color:var(--green-30);color:var(--green-95)}.notification--success .button--arrow{color:var(--purewhite)}.notification--success .button--arrow i{background:var(--green-70)}.notification--success .button--arrow:hover i{background:var(--green-90)}