.job-card{
  max-width:880px;
  margin:60px auto;
  background:#fff;
  border-radius:12px;
  box-shadow:0 0 0 1px rgba(0,0,0,.04), 0 6px 16px rgba(0,0,0,.07);
  overflow:hidden;
}

/* HEADER */
.job-header{
  padding:20px 24px;
}

.job-title{
  font-weight:700;
  color:#0b1f47;
  margin-bottom:6px;
}

.job-meta{
  font-size:13px;
  color:#555;
  margin-bottom:6px;
}

.badge-btn{
  float:right;
  background:#0b1f47;
  color:white;
  border-radius:20px;
  padding:6px 14px;
  font-size:12px;
  font-weight:600;
}

/* INFO */
.info-line{
  padding:0 24px 10px;
  font-size:13px;
  color:#444;
}

.info-line span{
  font-weight:600;
}

/* COLLAPSIBLE AREA */
.job-body{
  border-top:1px solid #eee;
  padding:20px 24px;
  max-height:200px;
  overflow:hidden;
  transition:max-height .4s ease;
}

.job-body.expanded{
  max-height:1500px;
}

.section{
  margin-bottom:18px;
}

.section h6{
  color:#0b1f47;
  font-weight:700;
  font-size:14px;
  margin-bottom:6px;
}

.section p, 
.section li{
  font-size:13px;
  color:#555;
  line-height:1.6;
}

/* ONLY JOB OVERVIEW VISIBLE BY DEFAULT */

.more-detail{
    display:none;
}

.job-body.expanded .more-detail{
    display:block;
}

/* Prevent overview from being cut */
.job-body{
    max-height: none;
    overflow: visible;
}

/* BUTTON */
.toggle-btn{
  background:#0b1f47;
  color:white;
  text-align:center;
  padding:14px;
  font-weight:600;
  cursor:pointer;
  font-size:13px;
}
.ineer-jobtext {
    padding: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    margin: 20px 0;
}