/* TradingView widget spacing adjustments */
.tradingview-widget-container {
    margin-top: 5px !important; /* TradingView widget'ın üst boşluğunu azalt */
}

/* Container adjustments */
.container-fluid.no-fluid {
    margin-top: 0;
    padding-top: 0;
}

/* Row spacing adjustments */
.row.sm-gutters {
    margin-top: 0;
}

/* Column spacing */
.col-md-12.mb15 {
    margin-bottom: 10px !important; /* mb15 sınıfını geçersiz kılarak daha az boşluk bırak */
}
