:root {
  --dropps-blue: #174a72;
  --dropps-cyan: #1687a7;
  --dropps-ink: #1d2733;
}

body {
  color: var(--dropps-ink);
}

div.document {
  width: min(1180px, 96%);
}

div.sphinxsidebarwrapper {
  padding-top: 1rem;
}

div.sphinxsidebar img.logo {
  max-width: 220px;
}

div.body h1,
div.body h2,
div.body h3 {
  color: var(--dropps-blue);
}

div.body h1 {
  border-bottom: 3px solid var(--dropps-cyan);
  padding-bottom: 0.35rem;
}

div.admonition {
  border-left: 4px solid var(--dropps-cyan);
}

code,
pre {
  font-size: 0.92em;
}

div.highlight {
  border-radius: 6px;
}

table.docutils {
  width: 100%;
}

.release-badge {
  display: inline-block;
  color: white;
  background: var(--dropps-blue);
  border-radius: 999px;
  padding: 0.15rem 0.7rem;
  font-weight: 700;
}

.dropps-access-form-shell {
  width: 100%;
  margin: 1.5rem 0 0.75rem;
  overflow: hidden;
  border: 1px solid #d7e1e8;
  border-radius: 8px;
  background: #f8fafc;
}

.dropps-access-form {
  display: block;
  width: 100%;
  height: 2050px;
  border: 0;
}

.dropps-access-form-fallback {
  margin-top: 0.75rem;
}

@media (max-width: 875px) {
  div.document {
    width: 100%;
  }

  .dropps-access-form {
    height: 2350px;
  }
}
