.advanced-search-foorm {
  padding: 2rem;
}

.advanced-search-foorm dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advanced-search-foorm dt {
  padding-bottom: 8px;
  width: 30%;
}

.advanced-search-foorm dd {
  padding-bottom: 8px;
  width: 70%;
}

.advanced-search-foorm .asf-submit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.advanced-search-foorm .asf-submit input[type="submit"] {
  width: 10rem;
}
.advanced-search-foorm .wrap-checkbox {
  margin-right: 1rem;
  white-space: nowrap;
}
.advanced-search-foorm .wrap-checkbox input[type="checkbox"] {
  margin-right: 4px;
}

.search-results-count {
  margin-bottom: 2rem;
}

.single-jobopening .under-entry-content {
  display: none;
}

.entry-card.jobopening .entry-card-meta {
  display: none;
}

.single-jobopening .date-tags {
  display: none;
}

.jobopening-custom-field table {
}

.jobopening-custom-field table th {
  width: 10%;
  word-break: keep-all;
  padding-right: 1rem;
  padding-left: 1rem;
}
.jobopening-custom-field table td {
  word-break: break-all;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0;
  height: auto;
}

.jobopening-custom-field table td a {
  box-shadow: none !important;
}

figure.entry-card-thumb.post-type-jobopening.no-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}



.button-container {
    display: flex;
    justify-content: center;
}

.button-wrapper {
    display: flex;
    gap: 20px;
}

.button-wrapper a {
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #ff8c00;
    border-radius: 4px;
    background-color: #fff;
    color: #ff8c00; /* ????????????? #ff8c00 ??? */
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-wrapper a:nth-child(2) {
    background-color: #ff8c00;
    color: #fff;
}

.button-wrapper a {
    text-decoration: none;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 2px solid #ff8c00;
    border-radius: 4px;
    color: #ff8c00;
}



@media screen and (max-width: 600px) {
  figure.entry-card-thumb.post-type-jobopening.no-thumbnail {
    display: none !important;
  }
  figure.entry-card-thumb.post-type-jobopening.no-thumbnail:before {
    content: none;
  }
}
