/*
 * pkgdown/extra.css - site-wide CSS additions.
 *
 * The README includes a right-aligned logo for GitHub, but pkgdown already
 * adds the package logo to the home page header. Hide only the README copy on
 * the generated site so the logo is not shown twice.
 */
.template-home img[src="reference/figures/logo.png"] {
  display: none;
}

.dragmapr-demo-video {
  margin: 1.5rem 0;
}

.dragmapr-demo-video video {
  width: 100%;
  max-width: 960px;
  border: 1px solid var(--bs-border-color, #ddd);
  border-radius: 8px;
  background: #fff;
}
