#osiun-expert-bottom-actions{
  margin:32px 0 56px 0;
  padding:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
  border:1px solid rgba(148,163,184,.35);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.08);
}

#osiun-expert-bottom-actions button{
  min-height:42px;
  padding:10px 16px;
  border-radius:12px;
  cursor:pointer;
}

#osiun-placement-submit-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:flex-start;
  justify-content:center;
  overflow:auto;
  padding:32px 16px 64px;
  background:rgba(15,23,42,.55);
}

#osiun-placement-submit-modal.open{
  display:flex;
}

.osiun-placement-submit-dialog{
  width:min(920px,100%);
  background:#fff;
  color:#0f172a;
  border-radius:20px;
  padding:18px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}

.osiun-placement-submit-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

#osiun-placement-submit-list{
  display:grid;
  gap:10px;
  margin-top:16px;
}

.osiun-placement-pick{
  text-align:left;
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border:1px solid #dbe3ef;
  border-radius:14px;
  background:#f8fafc;
  cursor:pointer;
}

.osiun-placement-pick:hover{
  background:#eef6ff;
}

.meeting-btn span:first-child{
  font-weight:700;
}
