div.component.notification{background-color:var(--primary-color);border-bottom:var(--notifications_border);padding:6px 0}div.component.notification div.notification-inner-wrapper{max-width:var(--max-page-width);padding:0 var(--page-gutter);justify-content:center;align-items:start;gap:6px;margin:0 auto;display:flex}div.component.notification div.notification-inner-wrapper div.notification-content{text-align:center;padding-top:2px}div.component.notification div.notification-inner-wrapper div.notification-content a{color:#fff;display:block}div.component.notification div.notification-inner-wrapper div.close a{cursor:pointer;color:#fff;padding:6px;display:block}div.component.notification div.notification-inner-wrapper div.close a svg{width:18px;height:18px;display:block}div.component.notification div.notification-inner-wrapper div.close a:hover{background-color:rgba(255,255,255,.2)}
