.workable-career-filters {
  background: transparent;
  padding: 0px 0px;
  margin-bottom: 34px;
  border: none;
  border-radius: 5px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.filter-row-buttons {
  justify-content: center;
}

.filter-field {
  flex: 1;
  min-width: 200px;
}

.filter-field-full {
  flex: 1 1 100%;
}

.filter-field-third {
  flex: 1 1 calc(33.333% - 10px);
}

.filter-field input[type="text"] {
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid rgba(207, 211, 216, 1);
  border-radius: 6px;
}
.filter-field select {
  padding: 10px 36px 10px 14px;
  font-size: 15px;
  border: 1px solid rgba(207, 211, 216, 1);
  border-radius: 6px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M70 87.5L35 52.5h70z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

.filter-submit {
  display: inline-block;
  padding: 13px 24px !important;
  font-family: Poppins, sans-serif;
  font-size: 16px !important;
  line-height: 16px;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: 2px solid #da464d !important;
  background: #da464d !important;
  text-decoration: none;
  cursor: pointer;
}

.filter-reset {
  margin-left: 10px;
  padding: 12px 24px !important;
  font-family: Poppins, sans-serif;
  font-size: 16px !important;
  line-height: 16px;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: 2px solid #da464d !important;
  background: #da464d !important;
  text-decoration: none;
  text-decoration: none;
}

.workable-career-list {
  margin: 20px 0;
}

.workable-career-item {
  padding: 32px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.workable-career-item:not(:last-of-type) {
  border-bottom: 1px solid #cfd3d8;
}
.workable-career-item .job-header {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.workable-career-item .job-desc {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.workable-career-item .job-desc p {
  width: calc(100% / 4);
}
.workable-career-item h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}

.workable-career-item h3 a {
  text-decoration: none;
  color: #050505;
}

.workable-career-item h3 a:hover {
  color: #050505;
}

.workable-career-item p {
  font-size: 20px;
  line-height: 30px;
  color: #797979;
  margin: 5px 0;
}
.workable-career-item p strong {
  color: #000;
}

.workable-career-item .button {
  display: inline-block;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #da464d;
  border-radius: 8px;
  border: 2px solid #da464d;
  background: #ffffff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .workable-career-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .workable-career-item .job-desc {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .workable-career-item .job-desc p {
    width: 100%;
    margin: 0px;
  }
}

.workable-career-pagination {
  margin-top: 20px;
  text-align: center;
}

.workable-career-pagination img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.workable-career-pagination .page-numbers {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 8px 12px;
  margin: 0 2px;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  color: #848484;
}

.workable-career-pagination .page-numbers:hover,
.workable-career-pagination .page-numbers.current {
  color: #ff252e;
}

@media (max-width: 767px) {
  .workable-career-pagination .page-numbers {
    display: none;
  }
  .workable-career-pagination .prev.page-numbers,
  .workable-career-pagination .next.page-numbers {
    display: inline-block;
  }
}
