/*
 * MISTER FAST LiveMapChat MINI
 * V63.4.6.20 — Photo Send Recovery
 * Scope: existing photo preview only. No other chat layout changes.
 */
.mf632-upload-preview.mf634620-photo-preview[hidden]{display:none!important}
.mf632-upload-preview.mf634620-photo-preview{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:5px 8px!important;
  border:0!important;
  background:transparent!important;
}
.mf634620-photo-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:9px;
  width:100%;
  min-height:48px;
  box-sizing:border-box;
  padding:5px 38px 5px 5px;
  border:1px solid #d7e3f2;
  border-radius:11px;
  background:#fff;
}
.mf634620-photo-card img{
  width:42px;
  height:42px;
  flex:0 0 42px;
  object-fit:cover;
  border-radius:8px;
  background:#eef3f9;
}
.mf634620-photo-meta{
  display:flex;
  min-width:0;
  flex:1 1 auto;
  flex-direction:column;
  gap:1px;
}
.mf634620-photo-meta b,
.mf634620-photo-meta small{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mf634620-photo-meta b{font-size:12px;line-height:1.25;color:#17345c}
.mf634620-photo-meta small{font-size:10px;line-height:1.2;color:#728399}
.mf634620-photo-remove{
  position:absolute;
  top:50%;
  right:7px;
  width:24px;
  height:24px;
  margin:0;
  padding:0;
  transform:translateY(-50%);
  border:0;
  border-radius:50%;
  background:transparent;
  color:#17345c;
  font-size:22px;
  line-height:24px;
  cursor:pointer;
}
.mf514-send.mf634620-photo-ready{
  box-shadow:0 0 0 3px rgba(255,196,0,.18),0 5px 14px rgba(255,196,0,.28)!important;
}
