.meta-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.camera-model {
  max-width: 42vw;
  color: #dff8ff;
  font-size: clamp(10px, 2.5vw, 16px);
  font-weight: 900;
  letter-spacing: .08em;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#takenAtInput:disabled,
#placeInput:disabled,
#romanInput:disabled {
  opacity: .62;
  color: #a9bfd3;
  cursor: not-allowed;
}

.wide-field,
.check-field {
  grid-column: 1 / -1;
}

.wide-field small {
  display:block;
  margin-top:6px;
  color:#829ab1;
  font-size:10px;
  font-weight:600;
  line-height:1.55;
}

.check-field {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #d7e5f2 !important;
}

.check-field input {
  display: inline-block !important;
  width: 18px !important;
  height: 18px;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: var(--cyan);
}
