/*
Theme Name: Career in Energy Child
Theme URI: https://careerinenergy.nl
Description: Child theme for PremiumPress Jobs (JB10)
Author: contact@careerinenergy.nl
Template: JB10
Version: 1.0.0
*/

/* jouw bestaande CSS */
@media (min-width: 991.98px) {
  .new-search .pricetag-big {
    font-size: 20px;
    font-weight: 500;
  }
}

.card-body .h4, .card-body h4 {
  font-size: 18px;
}

.new-search:not(.img-user) figure {
  height: auto;
  min-height: 210px;
  display: table;
}

.new-search.list figure {
  height: auto;
  min-height: initial;
  width: 140px;
}

.new-search:not(.img-user) figure a {
  vertical-align: middle;
  height: 100%;
  padding: 10px;
  display: table-cell;
}

.new-search:not(.img-user) figure a img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Salary box styling (voor [JOB_SALARY_BOX]) */
.cie-salarybox{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
}
.cie-salarybox__label{
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  opacity: .85;
}
.cie-salarybox__value{
  font-weight: 600;
  font-size: 16px;
}
