/* The native file picker stays behind one accessible, keyboard-usable button. */
.yoga-photo-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.yoga-photo-label {
  font-size: 10px;
  font-weight: 750;
  color: #626e80;
}

.yoga-photo-control .yoga-photo-choose {
  width: 100%;
  min-width: 0;
  min-height: 44px;
}

.yoga-photo-filename {
  min-width: 0;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
  overflow-wrap: anywhere;
}
