.market-alert{

    background:#fff8e6;

    border-left:6px solid #d32f2f;

    border:1px solid #ffc107;

    border-radius:12px;

    padding:18px;

    margin-bottom:20px;

}

.market-alert-title{

    color:#c62828;

    font-size:18px;

    font-weight:700;

    margin-bottom:10px;

}

.market-alert-title i{

    margin-right:8px;

}

.market-alert-text{

    font-size:15px;

    line-height:1.8;

    color:#444;

}

