.sct-locked-photo{
  border:1px solid rgba(214,168,60,.45);
  border-radius:14px;
  min-height:220px;
  background:linear-gradient(160deg,rgba(42,0,0,.85),rgba(5,5,5,.98));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#ffe37a;
  padding:18px;
  box-shadow:inset 0 0 40px rgba(0,0,0,.45);
}
.sct-locked-photo strong{
  display:block;
  font-family:Georgia,serif;
  font-size:22px;
  margin-bottom:8px;
}
.sct-locked-photo span{
  display:block;
  color:#ddd;
  font-size:13px;
}
.profile-gallery .sct-locked-photo{
  min-height:260px;
}
.sct-photo-policy{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 16px;
}
.sct-photo-policy span{
  border:1px solid rgba(214,168,60,.35);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  color:#ffe37a;
  background:rgba(255,255,255,.04);
}
