.open-jobs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.open-jobs-wrapper .wp-block-button__link {
  width: auto;
  min-width: 250px;
  text-align: center;
}

.job-status.open {
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
}

.job-status.closed {
  display: inline-block;
  padding: 2px 8px;
  color: #000;
  background-color: #e6e6e6;
  font-weight: 400;
  font-size: 14px;
}