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