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

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

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

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

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

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

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

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

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

.nursery-custom-field table {
}

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

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

figure.entry-card-thumb.post-type-nursery.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;
}

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