.eq-flex-container { display: flex; flex-direction: row; gap: 10px; width: 100%; align-items: flex-start; }
.eq-bands-panel { flex: 1; overflow-x: auto; display: flex; gap: 5px; padding-bottom: 20px; }
.eq-buttons-panel { display: flex; flex-direction: column;  width: 150px; flex-shrink: 0; }
.filter { display: flex; flex-direction: column; align-items: stretch; min-width: 90px; flex: 1; gap: 5px; background: none; border: none; }
.filter .row { display: flex; flex-direction: column; align-items: center; font-size: 11px; width: 100%; }
.filter .row label { margin-bottom: 2px; font-weight: bold; }
.filter input, .filter select { text-align: center; width: 100%; border: 1px solid #ccc; border-radius: 3px; padding: 2px; font-size: 11px; }
.filter select { -webkit-appearance: none; appearance: none; padding: 2px 14px 2px 2px; background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path fill="%23333" d="M0 0 L5 5 L10 0 z"/></svg>') no-repeat right 4px center; }
.filter-gain-wrapper { display: flex; justify-content: center; height: 160px; align-items: center; width: 100%; }
.filter input[type=range], .easy-control-v input[type=range] { 
    -webkit-appearance: slider-vertical; 
    width: 20px; height: 100%; 
    margin: 0;
    accent-color: var(--accent-color);
}
div.tutorial-buttons {
    padding: 0px 0px 0px 0px !important;
    height: auto !important;
}
div.extra-panel div.filters-button {
width: auto;
gap: 5px;
}
div.extra-panel div.filters-button h4 {
margin: 0;
}
.dB-scale { display: flex; flex-direction: column; justify-content: space-between; font-size: 9px; color: #888; height: 100%; margin-right: 4px; padding: 5px 0; }

div.select[data-selected="advanced-eq"] > div.selector-tabs button.advanced-eq {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--font-color-secondary);
}

div.select[data-selected="easy-eq"] > div.selector-tabs button.easy-eq {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--font-color-secondary);
}

.filter input[type=checkbox] {
    width: auto;
    height: auto;
    -webkit-appearance: checkbox;
}

/* Easy EQ Styles */
.easy-eq-layout {
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.easy-eq-top-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 20px;
}
.easy-control-v {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.easy-control-v input[type=range] {
    -webkit-appearance: slider-vertical;
    height: 150px;
    width: 25px;
}
.easy-control-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 80%;
    max-width: 300px;
}
.easy-control-h input[type=range] {
    -webkit-appearance: progress-bar;
    width: 100%;
    accent-color: var(--accent-color);
}
.easy-label {
    font-weight: bold;
    font-size: 12px;
}
.easy-value {
    font-size: 11px;
    color: #555;
    min-width: 40px;
    text-align: center;
}

