.photo-action {
  min-height: 72px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 48px 1fr 18px;
  gap: 13px;
  align-items: center;
  padding: 11px 16px;
  border: 1.5px solid rgba(255,255,255,.9);
  border-radius: 18px;
  background: linear-gradient(110deg,rgba(5,31,58,.97),rgba(7,48,81,.93));
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0,0,0,.2);
}
.photo-action-icon {
  width: 46px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 13px;
  background: #0b345a;
  font-size: 27px;
  font-weight: 800;
}
.photo-action > span:nth-child(2) { display: grid; gap: 3px; }
.photo-action strong { font-size: 14px; }
.photo-action small { color: #d1dce5; font-size: 10px; }
.photo-action b { font: 300 34px/1 Arial; }
