.views-exposed-form .js-form-item-uid input.form-autocomplete {
    background-image: none !important;
}

.views-exposed-form .js-form-item-uid .claro-autocomplete::after {
    display: none !important;
    background-image: none !important;
}

html body .pager .pager__items .pager__item--active .pager__link.is-active,
html body .pager .pager__items .pager__item--current {
    background-color: var(--color-gin-primary, #d5082f) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: bold !important;
}

html body .pager .pager__items .pager__item--active .pager__link.is-active:hover {
    color: #ffffff !important;
}

.pager__item a:hover,
.views-mini-pager a:hover {
    border-color: #d5082f !important;
    background: #d5082f !important;
    color: #ffffff !important;
}

html body .pager .pager__items .pager__item,
html body .pager .pager__items .pager__item a {
    font-family: 'Ginter', 'Inter', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 11px !important;
}

html body .pager .pager__items .pager__item a:focus,
html body .pager .pager__items .pager__item a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

