.photo-el { width: 100%; height: 100%; }
.photo-el img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px -15px rgba(15, 23, 42, 0.45);
}
.photo-el .placeholder-box {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 1.25rem;
  border: 2px dashed rgba(148, 163, 184, 0.6);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.06), rgba(15, 23, 42, 0.03));
  color: #64748b;
  text-align: center;
  padding: 1.5rem;
}
.photo-el .placeholder-box svg {
  width: 44px;
  height: 44px;
  opacity: 0.6;
}
.photo-el .placeholder-box span {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}