/*
 * Styles unique to the depth-map tool.
 *
 * The workspace, settings panel, progress panel, FPS slider and result modal
 * all live in the shared nod.css design system. Only the one-line hint under
 * the tool is specific to this page.
 */

.dl-notice {
  margin: 16px 0 0;
  color: var(--nod-text-tertiary);
  font-size: 12.5px;
  line-height: 1.6;
  text-align: center;
}
