.event-photo-field {
  display: grid;
  gap: 7px;
}

.event-photo-field small {
  color: #52697a;
  font-weight: 600;
}

.event-photo-field input[type="file"] {
  padding: 10px;
  background: #f7fafb;
}

.event-edit-photo {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  border-radius: 14px;
  background: #e8eef1;
}

.remove-event-photo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  font-weight: 700;
}

.remove-event-photo input {
  width: auto;
}

@media (max-width: 760px) {
  .event-photo-field input[type="file"] {
    min-height: 48px;
  }
}
