/* V4.0.0-4069 — clearly separated review cards on desktop + mobile */
#attendanceManagerList,
#missedPunchManagerList{
  display:grid;
  gap:12px;
}
#attendanceManagerList>h4,
#missedPunchManagerList>h4{
  margin:0 0 2px;
}
#attendanceManagerPanel .leave-card{
  position:relative;
  margin:0!important;
  padding:16px!important;
  border:1.5px solid #d8e0dc!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 2px 10px rgba(30,55,45,.07)!important;
  overflow:hidden;
}
#attendanceManagerPanel .leave-card+.leave-card{
  margin-top:0!important;
}
#attendanceManagerPanel .leave-card-head{
  padding-bottom:12px;
  margin-bottom:10px;
  border-bottom:1px solid #edf1ef;
}
#attendanceManagerPanel .leave-card-head strong{
  display:block;
  font-size:16px;
  line-height:1.35;
}
#attendanceManagerPanel .leave-card>p{
  margin:8px 0 0;
  padding:10px 12px;
  border-radius:10px;
  background:#f7f9f8;
  line-height:1.45;
}
#attendanceManagerPanel .leave-card-actions{
  display:flex!important;
  width:100%!important;
  max-width:none!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  margin:14px 0 0!important;
  padding-top:12px!important;
  border-top:1px solid #edf1ef;
}
#attendanceManagerPanel .leave-card-actions .btn{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:88px!important;
  min-height:40px!important;
  margin:0!important;
  padding:9px 16px!important;
  border-radius:10px!important;
  white-space:nowrap!important;
}
#attendanceManagerPanel .leave-card-actions .btn[data-missed-action="approved"]{
  min-width:108px!important;
}
#attendanceManagerPanel .leave-card-actions .btn[data-leave-action="rejected"],
#attendanceManagerPanel .leave-card-actions .btn[data-missed-action="rejected"]{
  border-color:#efc9c9!important;
  background:#fff8f8!important;
  color:#a33a3a!important;
}
@media(max-width:760px){
  #attendanceManagerList,
  #missedPunchManagerList{gap:14px}
  #attendanceManagerPanel .leave-card{
    padding:14px!important;
    border-width:1.5px!important;
    border-radius:15px!important;
    box-shadow:0 2px 8px rgba(30,55,45,.08)!important;
  }
  #attendanceManagerPanel .leave-card-head{
    gap:8px;
    padding-bottom:10px;
    margin-bottom:8px;
  }
  #attendanceManagerPanel .leave-card-actions{
    gap:7px!important;
    margin-top:12px!important;
    padding-top:11px!important;
  }
  #attendanceManagerPanel .leave-card-actions .btn{
    min-width:82px!important;
    min-height:42px!important;
    padding:10px 14px!important;
    font-size:14px!important;
  }
}
