﻿.alert
{
    padding: 0 .625em;
    margin-top: .625em;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
}
.alert--clear
{
    padding: 0;
}
.alert__inner
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 1.375em .625em 1.4375em;
    background: url("../../willbettingde/image/alert-bg.jpg") #fff no-repeat center center;
    background-size: cover;
}
.alert__text-block
{
    display: inline-block;
    position: relative;
    width: 38em;
    transform: translateX(5.8125em);
}
.alert__text-block::before, .alert__text-block::after
{
    content: "";
    position: absolute;
}
.alert__text-block::before
{
    top: -.1875em;
    left: -8.125em;
    width: 4.8125em;
    height: 4.125em;
    background: url("../../willbettingde/image/alert-icon.svg") no-repeat center center;
    background-size: contain;
}
.alert__text-block::after
{
    top: -.625em;
    bottom: -.625em;
    left: -1.875em;
    width: .125em;
    background-color: #96bbe0;
}
.alert__text
{
    text-transform: uppercase;
    font-size: 1.375em;
    line-height: 1.364;
    color: #3e5987;
}
.alert__text+.alert__text
{
    margin-top: .6363636364em;
}
.alert__text--small
{
    text-transform: none;
    font-size: .875em;
}