.card-filter {
    border-radius: 16px;
    background: #fff;
    position: relative;
    padding: 24px;
    margin:0 32px 24px 32px;
}
.job-filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
}

.form-group {
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
}

.formLabel {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-actions {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

.btnPrimary {
    height: 42px !important;
}

.btnSecondary {
    height: 42px !important;
}

@media (max-width: 1300px) {
    .form-group {
        flex: 1 1 170px;
    }
}

.filter-box .custom-align {
    justify-content: flex-start !important;
}

#communicationInfoBox {
    z-index: 1;
}