﻿.trading-style-five .table-outer .trading-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.trading-table th,
.trading-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: 14px;
}

.trading-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    font-size: 15px;
}

.trading-table tr:nth-child(even) {
    background-color: #fdfdfd;
}

.trading-table tr:hover {
    background-color: #f1f1f1;
}

.table-outer {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gramaltin {
    margin-bottom: 45px
}

@media (max-width: 768px) {
    .trading-table th,
    .trading-table td {
        padding: 6px 8px;
        font-size: 12px;
    }

    .gramaltin {
        margin-bottom: 0px;
    }

    .trading-style-five .table-outer tbody td {
        font-size: 15px;
    }

    .trading-style-five .tabs-content {
        padding: 8px 5px;
    }

    .trading-style-five .table-outer thead td {
        font-size: 18px;
    }

    .sec-title h2 {
        font-size: 30px !important;
        line-height: 0px !important;
    }

    .mobil h2 {
        font-size: 22px !important; /* mobil için küçült */
        line-height: 22px !important;
    }

    .mobil h2 span {
        display: block !important; /* mobilde alt satıra düşsün */
        margin-top: 10px !important;
    }

    .footertitle h2 {
        line-height: 44px !important;
    }

    .content_block_two .content-box p {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .trading-table {
        min-width: 400px;
    }

        .trading-table th,
        .trading-table td {
            padding: 5px 6px;
            font-size: 11px;
        }
}
