.alert-bar{background:#3c4449;color:#fff;font-weight:bold;display:flex;flex-direction:row;justify-content:center;flex-wrap:nowrap;align-items:flex-start;padding:10px 20px;font-size:14px}
@media(min-width:768px){.alert-bar{font-size:18px}
}
.alert-bar .a,.alert-bar a{color:#fff}
.alert-bar .icon{position:absolute;top:50%;left:0;transform:translateY(-50%);font-size:18px}
.alert-bar .icon ~ .paragraph{margin-left:5px}
@media(min-width:768px){.alert-bar .icon ~ .paragraph{margin-left:10px}
}
.alert-bar .paragraph{margin:0}
.alert-bar .paragraph__p,.alert-bar p{margin-top:5px}
.alert-bar .paragraph__p:first-child,.alert-bar p:first-child{margin-top:0}
.alert-bar__container-inner{position:relative}