@font-face {
  font-family: "Clan";
  src: url(https://cdn5.onboard.org/assets/heats/fonts/clan-500.TTF) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clan";
  src: url(https://cdn5.onboard.org/assets/heats/fonts/clan-400.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clan";
  src: url(https://cdn5.onboard.org/assets/heats/fonts/clan-700.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Clan", sans-serif;
}

.main-content-wrapper {
  border-radius: 8px;
  margin: 20px auto;
  max-width: 1185px;
  box-sizing: border-box;
  padding: 0 15px;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 40px;
  align-items: center;
}

.filter-container span {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  white-space: nowrap;
}

.filter-pair {
  flex: 1 1 200px;
  max-width: 200px;
}

.filter {
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  color: #595959;
  font-family: "Clan", sans-serif;
  width: 180px;
  height: 38px;
  font-size: 16px;
  padding: 6px 12px;
  line-height: 1.42857143;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23595959%22%20d%3D%22M4.516%207.548c0.436-0.446%201.043-0.446%201.479%200l3.908%203.747%203.908-3.747c0.436-0.446%201.043-0.446%201.479%200s0.436%201.17%200%201.615l-4.695%204.502c-0.217%200.223-0.502%200.335-0.787%200.335s-0.57-0.112-0.789-0.335l-4.694-4.502c-0.436-0.445-0.436-1.17%200-1.615z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  cursor: pointer;
}

.job-list-header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  padding: 10px 0;
  font-size: 14px;
  color: #888;
}

.header-item {
  white-space: nowrap;
}

.position-header {
  flex: 0 0 34%;
}

.company-header {
  flex: 0 0 26%;
}

.header-right-block {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.location-header {
  width: 140px;
  flex: 0 0 140px;
  text-align: left;
}

.apply-header {
  flex: 0 0 135px;
  min-width: 135px;
  max-width: 200px;
}

.header-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0;
  padding: 0;
}

.ob-iframe {
  margin: 20px auto;
  display: block;
  max-width: 1185px;
  width: 100%;
  box-sizing: border-box;
  min-height: 500px;
}

@media (max-width: 800px) {
  .job-list-header {
    display: none;
  }

  .header-divider {
    display: none;
  }

  .filter-container {
    flex-direction: column;
    gap: 15px;
  }

  .filter-pair {
    flex: 1 1 20px;
    max-width: 100%;
  }
}
