/* Voices.ma horizontal Felan filters — all selectors are scoped to freelancer archives. */
.archive-freelancers.vma-top-filters-ready {
    --vma-filter-primary: #0071ce;
    --vma-filter-text: #18232d;
    --vma-filter-muted: #63717d;
    --vma-filter-border: #cfd8e1;
    --vma-filter-panel: #fff;
    --vma-filter-hover: #f4f8fc;
}

.archive-freelancers.vma-top-filters-ready .btn-canvas-filter,
.archive-freelancers.vma-top-filters-ready .vma-horizontal-filter > .bg-overlay,
.archive-freelancers.vma-top-filters-ready .vma-horizontal-filter > .show-result,
.archive-freelancers.vma-top-filters-ready .vma-horizontal-filter .felan-nav-filter {
    display: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-horizontal-filter {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
}

.archive-freelancers.vma-top-filters-ready .vma-horizontal-filter .inner-filter,
.archive-freelancers.vma-top-filters-ready.filter-canvas .vma-horizontal-filter .inner-filter,
.archive-freelancers.vma-top-filters-ready.filter-right .vma-horizontal-filter .inner-filter {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-top-filter-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

.archive-freelancers.vma-top-filters-ready .felan-menu-filter {
    position: relative;
    display: flex !important;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-item {
    position: relative;
    flex: 0 0 auto;
    min-width: 128px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-item.vma-filter-hidden {
    display: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-entry,
.archive-freelancers.vma-top-filters-ready .inner-filter .vma-filter-entry {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-original-filter-title {
    display: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-button,
.archive-freelancers.vma-top-filters-ready .vma-show-more,
.archive-freelancers.vma-top-filters-ready .vma-clear-filters {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    min-height: 42px;
    margin: 0 !important;
    padding: 8px 12px !important;
    border: 1px solid var(--vma-filter-border) !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--vma-filter-text) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-button {
    width: 100%;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-button:hover,
.archive-freelancers.vma-top-filters-ready .vma-filter-item.is-open .vma-filter-button,
.archive-freelancers.vma-top-filters-ready .vma-filter-item.has-selection .vma-filter-button {
    border-color: var(--vma-filter-primary) !important;
    background: var(--vma-filter-hover) !important;
    color: var(--vma-filter-primary) !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 10px;
    background: var(--vma-filter-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-count[hidden] {
    display: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-chevron {
    width: 9px;
    height: 9px;
    margin-left: auto;
    border-right: 1.7px solid currentColor;
    border-bottom: 1.7px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .18s ease;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-item.is-open .vma-filter-chevron {
    transform: translateY(2px) rotate(225deg);
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown {
    position: absolute;
    z-index: 10020;
    top: calc(100% + 8px);
    left: 0;
    display: none;
    width: max-content;
    min-width: 260px;
    max-width: 330px;
    max-height: 330px;
    padding: 16px;
    overflow: auto;
    border: 1px solid var(--vma-filter-border);
    border-radius: 8px;
    background: var(--vma-filter-panel);
    box-shadow: 0 12px 32px rgba(25, 43, 59, .16);
    text-align: left;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-item.vma-align-right .vma-filter-dropdown {
    right: 0;
    left: auto;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-item.is-open .vma-filter-dropdown {
    display: block;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown ul,
.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown ul.custom-scrollbar {
    max-height: 270px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: auto !important;
    list-style: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown ul ul {
    margin-top: 7px !important;
    padding-left: 18px !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown li {
    display: flex;
    align-items: flex-start;
    min-height: 26px;
    margin: 0 !important;
    padding: 3px 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown li + li {
    margin-top: 4px !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown input[type="checkbox"],
.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown input[type="radio"] {
    flex: 0 0 auto;
    width: 17px !important;
    height: 17px !important;
    margin: 2px 7px 0 0 !important;
    accent-color: var(--vma-filter-primary);
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown label {
    margin: 0 !important;
    color: var(--vma-filter-text) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    cursor: pointer;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown .count {
    padding-left: 4px !important;
    color: var(--vma-filter-muted) !important;
    font-size: 12px;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown .filter-rating i {
    color: #ffb800 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown .form-group,
.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown .locations-filter,
.archive-freelancers.vma-top-filters-ready .vma-filter-dropdown .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.archive-freelancers.vma-top-filters-ready .vma-show-more {
    border-color: transparent !important;
    background: transparent !important;
    color: var(--vma-filter-primary) !important;
    font-weight: 600 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-show-more:hover {
    background: var(--vma-filter-hover) !important;
}

.archive-freelancers.vma-top-filters-ready .vma-clear-filters {
    border-color: transparent !important;
    background: transparent !important;
    color: #687682 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-clear-filters:hover {
    color: var(--vma-filter-primary) !important;
}

.archive-freelancers.vma-top-filters-ready .vma-clear-filters[hidden] {
    display: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot {
    flex: 0 0 auto;
    margin-left: auto;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-right,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-filter {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    margin: 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-filter > * {
    margin: 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot select.sort-by {
    min-height: 42px !important;
    margin: 0 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border: 1px solid var(--vma-filter-border) !important;
    border-radius: 4px !important;
    background: #fff !important;
    font-size: 14px !important;
}

.archive-freelancers.vma-top-filters-ready .filter-wrapper {
    justify-content: center !important;
    margin: 0 0 18px !important;
}

.archive-freelancers.vma-top-filters-ready .filter-wrapper .entry-left {
    justify-content: center;
    width: 100%;
}

.archive-freelancers.vma-top-filters-ready .filter-wrapper .result-count {
    color: var(--vma-filter-muted) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: center;
}

.archive-freelancers.vma-top-filters-ready .filter-wrapper .entry-right:empty {
    display: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-overlay {
    display: none;
}

@media (max-width: 1199px) {
    .archive-freelancers.vma-top-filters-ready .vma-horizontal-filter .inner-filter,
    .archive-freelancers.vma-top-filters-ready .vma-horizontal-filter.open-canvas .inner-filter {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        transform: none !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-top-filter-row {
        flex-wrap: wrap;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot {
        width: 100%;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-filter {
        justify-content: flex-end !important;
    }
}

@media (max-width: 767px) {
    .archive-freelancers.vma-top-filters-ready .vma-horizontal-filter {
        margin-bottom: 12px !important;
    }

    .archive-freelancers.vma-top-filters-ready .felan-menu-filter {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-item {
        width: 100%;
        min-width: 0;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-button,
    .archive-freelancers.vma-top-filters-ready .vma-show-more,
    .archive-freelancers.vma-top-filters-ready .vma-clear-filters {
        width: 100%;
        min-height: 40px;
        font-size: 13px !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-dropdown,
    .archive-freelancers.vma-top-filters-ready .vma-filter-item.vma-align-right .vma-filter-dropdown {
        position: fixed;
        z-index: 100101;
        top: 50%;
        right: 14px;
        left: 14px;
        width: auto;
        min-width: 0;
        max-width: none;
        max-height: 72vh;
        transform: translateY(-50%);
        border-radius: 10px;
    }

    .archive-freelancers.vma-top-filters-ready.vma-has-open-filter .vma-filter-overlay {
        position: fixed;
        z-index: 100100;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        background: rgba(15, 25, 34, .42);
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot,
    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-right {
        width: 100%;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-filter {
        justify-content: space-between !important;
        width: 100%;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .freelancer-layout {
        display: flex !important;
    }

    .archive-freelancers.vma-top-filters-ready .filter-wrapper {
        margin-bottom: 14px !important;
    }
}

/* Felan term counters are inaccurate for this custom talent dataset. Keep labels only. */
.vma-filter-dropdown .term-count,
.vma-filter-dropdown .filter-count,
.vma-filter-dropdown .count:not(.vma-filter-count),
.archive-filter .term-count,
.archive-filter .filter-count,
.archive-filter .count:not(.vma-filter-count) {
    display: none !important;
}

/* 1.2.2 — toolbar alignment hardening.
 * Felan adds archive-level margins/wrapping to the original sort controls.
 * These rules keep filters, layout icons and sorting level on every viewport.
 */
.archive-freelancers.vma-top-filters-ready .vma-top-filter-row {
    align-items: center !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-right,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-filter,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .freelancer-layout {
    min-height: 42px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot {
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-right,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-filter {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    line-height: 1 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-filter > *,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .freelancer-layout > * {
    margin: 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .freelancer-layout {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    gap: 6px !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .freelancer-layout a,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .switch-layout a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .freelancer-layout i,
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .switch-layout i {
    display: block !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot select.sort-by {
    display: block !important;
    width: auto !important;
    min-width: 92px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 30px 0 10px !important;
    line-height: 40px !important;
    vertical-align: middle !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 92px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container .select2-selection--single {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 30px 0 10px !important;
    border: 1px solid var(--vma-filter-border) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-selection__rendered {
    padding: 0 !important;
    line-height: 40px !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-selection__arrow {
    top: 50% !important;
    right: 7px !important;
    height: 18px !important;
    transform: translateY(-50%) !important;
}

.archive-freelancers.vma-top-filters-ready .filter-wrapper,
.archive-freelancers.vma-top-filters-ready .filter-wrapper .entry-left,
.archive-freelancers.vma-top-filters-ready .filter-wrapper .entry-right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

@media (min-width: 1200px) {
    .archive-freelancers.vma-top-filters-ready .vma-top-filter-row {
        flex-wrap: nowrap !important;
        gap: 14px !important;
    }

    .archive-freelancers.vma-top-filters-ready .felan-menu-filter {
        align-items: center !important;
        row-gap: 10px !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot {
        flex: 0 0 auto !important;
        width: auto !important;
        margin-left: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .archive-freelancers.vma-top-filters-ready .vma-top-filter-row {
        gap: 10px !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot {
        width: 100% !important;
        justify-content: flex-end !important;
        margin-top: 2px !important;
    }
}

@media (max-width: 767px) {
    .archive-freelancers.vma-top-filters-ready .vma-top-filter-row {
        display: flex !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot {
        width: 100% !important;
        min-height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-right,
    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .entry-filter {
        width: 100% !important;
        min-height: 42px !important;
        justify-content: space-between !important;
        gap: 12px !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .freelancer-layout {
        margin-right: auto !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot select.sort-by,
    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container {
        flex: 0 0 auto !important;
        min-width: 96px !important;
        max-width: 120px !important;
        margin-left: auto !important;
    }

    .archive-freelancers.vma-top-filters-ready .filter-wrapper {
        min-height: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 12px !important;
        padding: 0 !important;
        border: 0 !important;
    }
}

/* v1.2.3 — keep Felan's active layout value in the DOM for AJAX, but remove the user-facing switch. */
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .freelancer-layout.switch-layout {
    display: none !important;
}

/* Compact, consistently aligned sorting control with a centred custom arrow. */
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot select.sort-by {
    box-sizing: border-box !important;
    width: 112px !important;
    min-width: 112px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 34px 0 12px !important;
    border: 1px solid var(--vma-filter-border) !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25 11 1.25' fill='none' stroke='%2318232d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px 8px !important;
    color: var(--vma-filter-text) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot select.sort-by::-ms-expand {
    display: none;
}

/* Select2 fallback: used when Felan enhances the same sorting select. */
.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container {
    width: 112px !important;
    min-width: 112px !important;
    height: 42px !important;
    margin: 0 !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container .select2-selection--single {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 34px 0 12px !important;
    border: 1px solid var(--vma-filter-border) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container .select2-selection__rendered {
    width: 100% !important;
    padding: 0 !important;
    color: var(--vma-filter-text) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container .select2-selection__arrow {
    position: absolute !important;
    top: 0 !important;
    right: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 42px !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container .select2-selection__arrow b {
    position: static !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot select.sort-by,
    .archive-freelancers.vma-top-filters-ready .vma-filter-sort-slot .select2-container {
        width: 104px !important;
        min-width: 104px !important;
    }
}

/* v1.2.4 — bulletproof filter-button arrow alignment.
 * Use a background SVG instead of the chevron element so Felan/global CSS
 * cannot move the arrow outside the control. No filter logic is changed.
 */
.archive-freelancers.vma-top-filters-ready .vma-filter-button {
    position: relative !important;
    box-sizing: border-box !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 8px 40px 8px 14px !important;
    overflow: hidden !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25 11 1.25' fill='none' stroke='%2318232d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-button::before,
.archive-freelancers.vma-top-filters-ready .vma-filter-button::after {
    content: none !important;
    display: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-button .vma-filter-chevron {
    display: none !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-button:hover,
.archive-freelancers.vma-top-filters-ready .vma-filter-item.has-selection .vma-filter-button {
    background-color: var(--vma-filter-hover) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25 11 1.25' fill='none' stroke='%230071ce' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
}

.archive-freelancers.vma-top-filters-ready .vma-filter-item.is-open .vma-filter-button {
    background-color: var(--vma-filter-hover) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.75 6 1.75 11 6.75' fill='none' stroke='%230071ce' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
}

@media (max-width: 767px) {
    .archive-freelancers.vma-top-filters-ready .vma-filter-button {
        height: 40px !important;
        min-height: 40px !important;
        padding-right: 38px !important;
        background-position: right 13px center !important;
    }

    .archive-freelancers.vma-top-filters-ready .vma-filter-button:hover,
    .archive-freelancers.vma-top-filters-ready .vma-filter-item.has-selection .vma-filter-button,
    .archive-freelancers.vma-top-filters-ready .vma-filter-item.is-open .vma-filter-button {
        background-position: right 13px center !important;
    }
}
