/* v24.8.1 save rescue panel */
.saveRescuePanelV2481{
  margin:12px 0 88px;
  padding:14px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(210,185,90,.55);
  color:#171430;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
.saveRescuePanelV2481 h3{
  margin:0 0 8px;
  color:#171430;
  font-size:18px;
  font-weight:1000;
}
.saveRescueNote,.saveRescueEmpty{
  margin:0 0 10px;
  font-size:12px;
  line-height:1.5;
  color:#171430;
  font-weight:850;
}
.saveRescueList{
  display:grid;
  gap:10px;
  max-height:42vh;
  overflow:auto;
  padding-right:2px;
}
.saveRescueCard{
  border:1px solid rgba(210,185,90,.55);
  background:linear-gradient(180deg,#fffdf5,#fff7d8);
  border-radius:16px;
  padding:10px;
}
.saveRescueTop{
  display:flex;
  justify-content:space-between;
  gap:8px;
  align-items:center;
  color:#171430;
  font-weight:1000;
}
.saveRescueTop span{
  font-size:11px;
  color:#3a355c;
}
.saveRescueMeta{
  margin-top:4px;
  font-size:11px;
  color:#171430;
  font-weight:850;
  line-height:1.35;
}
.saveRescueBtns{
  display:grid;
  grid-template-columns:1fr 92px;
  gap:8px;
  margin-top:8px;
}
.saveRescueBtns button{
  border:1px solid rgba(90,74,30,.28);
  border-radius:999px;
  padding:9px 8px;
  background:linear-gradient(180deg,#fff,#fff1b8);
  color:#171430;
  font-weight:1000;
  font-size:12px;
}
.saveRescueBtns button:first-child{
  background:linear-gradient(180deg,#ffe983,#ffbb4b);
}
