<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------instruments styles start--------------------------------------*/

.news-short {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.05);
    margin: 0 0 30px 0;
    padding: 25px 25px 20px 25px;
}
.news-short-img {
    width: 130px;
    float: left;
    margin: 0 20px 5px 0;
    height: 100px;
    overflow: hidden;
}

.ar-lang .news-short-img {
    float: right;
    margin: 0 0 5px 20px;
}

.news-short-img img {
    width: 100%;
}

.news-short h3 a {
    text-decoration: none !important;
}

.news-short h3 a:hover {
    text-decoration: underline !important;
}

.news-short h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    max-height: 83px;
    overflow: hidden;
}

.news-short p {
    margin: 0 !important;
    height: 120px;
    overflow: hidden;
}

.news-hr {
    margin: 15px 0 0 0;
}

.news-short time {
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #a7abb1;
}

.news-short .btn-arrow {
    margin: 15px 0 0 0;
    display: inline-block;
}

.news-full time {
    float: right;
    font-size: 12px;
    margin: 20px 0 0 0;
    color: #a7abb1;
}

.container-iframe {
    margin: 20px 0;
}

.container-iframe, .container-iframe iframe {
    width: 100%;
}

.advanced-charts {
    padding: 50px 0 0 0;
}

.advanced-charts .text-p {
    margin: 30px 0 35px 0;
}

.soc-trading-iframe iframe {
    width: 100%;
    height: 470px;
}

/*----------------------------------------instruments styles end--------------------------------------*/

/*----------------------------------------response start--------------------------------------*/

@media (max-width: 1200px) {

    .news-short-img {
        width: 150px;
        margin: 0 20px 15px 0;
        height: auto;
    }

    .news-short h3 {
        margin: 0 0 15px 0;
        max-height: none;
    }

    .news-short p {
        height: auto;
    }

}

@media (max-width: 992px) {

    .soc-trading-iframe iframe {
        height: 290px;
    }

}

@media (max-width: 480px) {

    .news-short {
        margin: 0 0 20px 0;
        padding: 15px;
    }

    .news-short-img {
        margin: 0 10px 15px 0;
    }

    .ar-lang .news-short-img {
        margin: 0 0 15px 10px;
    }

    .news-short h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .news-short .btn-arrow {
        margin: 12px 0 0 0;
    }

    .soc-trading-iframe iframe {
        height: 200px;
    }

}

@media (max-width: 380px) {

    .news-short-img, .ar-lang .news-short-img {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .news-short h3 {
        display: inline-block;
        margin: 0 0 5px 0;
    }

}

/*----------------------------------------response end--------------------------------------*/</pre></body></html>