/* .excluded-warning (exchanger page) */

.excluded-warning {
    background: #FFC261;
    font-size: 14px;
    line-height: 1.4em;
    padding: 10px 20px 10px 60px;
    margin: 15px 0 25px;
    position: relative;
}
.excluded-warning:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 10px;
    background: url('/assets/img/danger-icon.svg') no-repeat;
}
.excluded-warning a {
    color: #245CE3;
    text-decoration: underline;
}
.excluded-warning a:hover {
    text-decoration: none;
}
@media (max-width: 992px) {
    .excluded-warning {
        margin-bottom: 20px;
    }
}