/* Cartridge People GA — modern Motion skin for SevenSpikes Ajax Filters Pro */
.k-ff { overflow: inherit !important; }

#AjaxFiltersProForm {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.home-page-filters-wrapper.ajax-filters-pro {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.home-page-filters {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(520px, 1.8fr) auto;
    align-items: end;
    gap: 28px;
    padding: 30px;
    border: 1px solid #dfe8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(18, 45, 73, .09);
}

.home-page-filter-heading { align-self: center; }
.home-page-filter-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #4a80b8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}
.home-page-filter-heading h2 {
    margin: 0 0 6px;
    color: #18314f;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.1;
}
.home-page-filter-heading p {
    margin: 0;
    color: #65778a;
    font-size: 14px;
    line-height: 1.5;
}

.home-page-filter-selectors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}
.home-page-filter-selector { min-width: 0; margin: 0; }
.home-page-filter-selector .k-dropdownlist { display: block; width: 100%; cursor: pointer; }
.home-page-filter-selector .k-disabled { opacity: .55; cursor: not-allowed; }
.home-page-filter-selector .k-input-inner {
    position: relative;
    display: flex;
    height: 48px;
    align-items: center;
    padding: 0 44px 0 15px;
    overflow: hidden;
    border: 1px solid #cedae5;
    border-radius: 8px;
    background: #f9fbfd;
    color: #314960;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-page-filter-selector .k-input-inner:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #60778e;
    border-bottom: 2px solid #60778e;
    transform: translateY(-70%) rotate(45deg);
}
.home-page-filter-selector .k-button { display: none; }

.home-page-filter-dropdown {
    height: auto !important;
    overflow: hidden;
    border: 1px solid #d5e0ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(18, 45, 73, .16);
}
.home-page-filter-dropdown ul { max-height: 240px; overflow-y: auto; padding: 6px; }
.home-page-filter-dropdown li { padding: 10px 12px; border-radius: 5px; color: #40566c; font-size: 13px; cursor: pointer; }
.home-page-filter-dropdown li:hover,
.home-page-filter-dropdown .k-selected { background: #edf5fb; color: #285d91; }
.k-list-scroller { height: auto !important; }
.k-list-optionlabel { display: none !important; }

.home-page-filter-button { display: flex; align-items: stretch; }
.home-page-filters-wrapper .search-button {
    min-width: 138px;
    height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    background: #4a80b8;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
}
.home-page-filters-wrapper .search-button:hover { background: #2d649b; }
.home-page-filters-wrapper .search-button:disabled { background: #b6c5d3; cursor: not-allowed; }
.home-page-filters-wrapper .results-number { display: none; }

@media (max-width: 1000px) {
    .home-page-filters { grid-template-columns: 1fr; gap: 18px; }
    .home-page-filter-button .search-button { width: 100%; }
    .home-page-filter-button { width: 100%; }
}
@media (max-width: 600px) {
    .home-page-filters { padding: 22px 18px; border-radius: 12px; }
    .home-page-filter-selectors { grid-template-columns: 1fr; }
}
