.fxgadgets-filter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    direction: ltr;
    color: #000000; 
}
.fxgadgets-impact-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center;
    flex-direction: row;
    overflow-x: auto;
    color: #000000;
}
.fxgadgets-impact-filters label {
    white-space: nowrap;
    direction: ltr;
    flex-shrink: 0;
    color: #000000;
}
.fxgadgets-timezone-filter {
    direction: ltr;
    color: #000000;
}
.fxgadgets-timezone-filter select {
    padding: 5px;
    font-size: 14px;
    width: auto;
    max-width: 100%;
    color: #000000;
}
#forex-news {
    margin-top: 15px;
    overflow-x: auto;
    color: #000000; 
}
.fxgadgets-forex-news table {
    width: 100%;
    border-collapse: collapse;
    direction: ltr;
    color: #000000;
}
.fxgadgets-forex-news th, .fxgadgets-forex-news td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
    color: #000000;
}
.fxgadgets-forex-news th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: #000000; 
}
.fxgadgets-impact-filters label.active {
    font-weight: bold;
    color: #0073aa; 
    border-bottom: 2px solid #0073aa;
}
.fxgadgets-main-box {
    max-width: 1000px; 
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
    border-radius: 12px;
}
@media (max-width: 600px) {
    .fxgadgets-filter-container {
        flex-direction: column;
        align-items: stretch;
    }
    .fxgadgets-impact-filters {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fxgadgets-impact-filters label {
        margin-bottom: 8px;
    }
    .fxgadgets-timezone-filter select {
        width: 100%;
    }
}