body {
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #121212;
    margin: 0;
    padding: 0;
}

.fees-section {
    max-width: 1200px;
    margin: 0px;
    padding: 20px; 
    background-color: #121212;
    border-radius: 10px;
}

body.light-theme .fees-section {
    max-width: 1200px;
    margin: 0px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.fees-section h1 {
/*    color: #f0b90b;*/
    font-size: 32px;
    text-align: left;
}

.fees-section h2 {
    /*    color: #f0b90b;*/
    font-size: 24px;
    border-bottom: 1px solid #333333;
}

.deposit-info {
/*    color: #f0b90b;   */
    font-size: 18px;
}

.history-table {
    width: 100%;
    border-collapse: collapse;   
}

.history-table th, .history-table td {
    padding: 10px;
    border-bottom: 1px solid #555;
}

.history-table th {
    background-color: #333;
    color: #fff;
    text-align: left;
}

.history-table td {
    background-color: #222;
    color: #fff;
}

.deposit-content p {
    color: #fff;
    line-height: 1.6;
}
.deposit-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.deposit-content h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.deposit-info {
    margin: 5px 0;
}

.leverage-table th {
    background-color: #333;
/*    color: #f0b90b;*/
    text-align: center;
}

.leverage-table td {
    background-color: #222;
    color: #fff;
    text-align: center;
}

.leverage-table th[colspan="11"] {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    padding: 15px;
}

.leverages-fee { 
/*    color: #f0b90b!important;*/
}

body.light-theme .leverages-fee {
/*    color: #f47a00 !important;*/
    color: #000 !important;
    font-weight: 600;
}

body.light-theme .fees-section h1 {
/*    color: #f47a00;*/
    font-size: 32px;
    text-align: left;
}

body.light-theme .fees-section h2 {
    /*    color: #f47a00;*/
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
}

.fees-container {
    grid-template-columns: none !important;
}