.alert-bar{display:flex;position:fixed;z-index:1000;align-items:center;padding:10px 30px;height:60px;top:-60px;left:0;width:100%;transition:top ease-out .15s}.alert-bar--show{top:0}.alert-bar__content{flex:1;display:flex;justify-content:center;align-items:center}.alert-bar__text{margin-right:30px}.alert-bar__close-button{height:24px;width:24px;cursor:pointer}.alert-bar__close-button svg{height:auto;width:100%}body{transition:margin-top ease-out .15s;margin-top:0}body.body--top-margin{margin-top:60px}