.stardom-careers-wrapper{
  max-width:1100px;
  margin:40px auto;
  padding:0 20px;
}

.stardom-job-card{
  background:#fff;
  border:1px solid #e6ded6;
  border-radius:12px;
  padding:25px;
  margin-bottom:25px;
}

.stardom-job-card h3{margin-top:0}

.stardom-job-card .meta{
  color:#666;
  margin-bottom:15px;
}

.stardom-toggle,
.stardom-apply{
  background:#1f3d3a;
  color:#fff;
  border:0;
  padding:10px 16px;
  border-radius:6px;
  cursor:pointer;
}

.stardom-details{
  display:none;
  margin-top:20px;
}

#stardom-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  z-index:9999;
}

#stardom-modal .modal-content{
  background:#fff;
  max-width:480px;
  margin:10% auto;
  padding:25px;
  border-radius:12px;
}

#stardom-modal input,
#stardom-modal button{
  width:100%;
  padding:10px;
  margin-bottom:12px;
}

#stardom-modal .close{
  float:right;
  font-size:22px;
  cursor:pointer;
}
