@charset "UTF-8";body .wrapper{transition:transform 1s ease-out}body .wrapper.padding-for-web-push-notification-banner{transform:translateY(50px)}.web-push-notification-banner{position:fixed;top:0;left:0;width:100%;display:flex;align-items:center;gap:12px;background-color:#1e1e20;color:#fff;padding:10px 16px;font-size:13.5px;border-bottom:solid 1px #000;transform:translateY(-100%);transition:opacity 1s ease-out,transform 1s ease-out;z-index:1000}.web-push-notification-banner.visible{transform:translateY(0)}.web-push-notification-banner .web-push-notification-message{flex:1 1 auto;text-align:left;font-size:14px;line-height:1.3}.web-push-notification-banner .web-push-notification-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px;white-space:nowrap}.web-push-notification-banner button{padding:3px 9px;border:none;cursor:pointer;font-size:14px;line-height:17px;border-radius:16px;white-space:nowrap;background-color:rgba(24,26,27,0)}#allow-web-push-notification{border:solid 1px #007aff;color:#007aff;font-weight:700;padding:3px 9px}#allow-web-push-notification:hover{background-color:rgba(0,122,255,.2)}#dismiss-web-push-notification{border:solid 1px #6c757d;color:#6c757d;width:25px;height:25px;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}#dismiss-web-push-notification i{position:relative;top:1px}#dismiss-web-push-notification:hover{background-color:rgba(108,117,125,.2)}