@media screen and (min-width: 76.25em) {
  .md-grid {
    max-width: 80rem;
  }
}

.gamma0-map-frame {
  position: relative;
  height: calc(100dvh - 16.5rem);
  overflow: hidden;
  border: 1px solid var(--md-default-fg-color--lighter);
  border-radius: 0.2rem;
}

#gamma0-map {
  position: absolute;
  inset: 0;
}

.gamma0-map-status {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.45rem 0.7rem;
  margin: 0;
  color: var(--md-default-fg-color);
  background: var(--md-default-bg-color);
  border-radius: 0.2rem;
  box-shadow: var(--md-shadow-z1);
}

.gamma0-map-status--error {
  color: var(--md-code-hl-string-color);
}

#gamma0-map .gamma0-map-layers {
  overflow: hidden;
  border: 0;
  color: var(--md-default-fg-color);
  background: var(--md-default-bg-color);
  border-radius: 0.2rem;
  box-shadow: var(--md-shadow-z1);
}

#gamma0-map .gamma0-map-layers summary {
  padding: 0.25rem 0.45rem;
  margin: 0;
  font-weight: 700;
  background: none;
  border: 0;
  cursor: pointer;
}

#gamma0-map .gamma0-map-layers summary {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

#gamma0-map .gamma0-map-layers summary::before {
  content: none;
}

#gamma0-map .gamma0-map-layers summary::after {
  position: static;
  width: auto;
  height: auto;
  background: none;
  -webkit-mask-image: none;
  mask-image: none;
  transform: none;
  transition: none;
}

#gamma0-map .gamma0-map-layers summary::after {
  content: "+";
  font-size: 1rem;
  font-weight: 400;
}

#gamma0-map .gamma0-map-layers[open] summary::after {
  content: "−";
}

#gamma0-map .gamma0-map-layers label {
  display: flex;
  gap: 0.45rem;
  align-items: start;
  padding: 0.2rem 0.45rem;
  line-height: 1.35;
  cursor: pointer;
}

#gamma0-map .gamma0-map-layers label:last-child {
  padding-bottom: 0.25rem;
}

#gamma0-map .gamma0-map-layers input {
  flex: none;
  margin: 0.2rem 0 0;
}

#gamma0-map .maplibregl-ctrl-attrib {
  max-width: min(20rem, calc(100vw - 2rem));
  border: 0;
  color: var(--md-default-fg-color);
  padding: 0.15rem 0.35rem;
  font-size: 0.7rem;
  line-height: 1.35;
  background: var(--md-default-bg-color);
  box-shadow: var(--md-shadow-z1);
}

#gamma0-map .maplibregl-ctrl-attrib summary {
  min-height: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  font-weight: normal;
  background-color: transparent;
  border: 0;
}

#gamma0-map .maplibregl-ctrl-attrib summary::before,
#gamma0-map .maplibregl-ctrl-attrib summary::after {
  content: none;
}

#gamma0-map .maplibregl-ctrl-attrib a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 44.9375em) {
  .gamma0-map-frame {
    height: calc(100dvh - 16.5rem);
  }
}

/* Fix xarray HTML representations in Jupyter notebook renderings.
   mkdocs-material overrides xarray's grid layout and does not provide the
   Jupyter/PyData CSS variables used by xarray's embedded stylesheet. */
:root,
[data-md-color-scheme="default"] {
  --xr-font-color0: #24292e;
  --xr-font-color2: #586069;
  --xr-font-color3: #6a737d;
  --xr-border-color: #e1e4e8;
  --xr-disabled-color: #e1e4e8;
  --xr-background-color: #ffffff;
  --xr-background-color-row-even: #f6f8fa;
  --xr-background-color-row-odd: #ffffff;
}

[data-md-color-scheme="slate"] {
  --xr-font-color0: #ffffff;
  --xr-font-color2: #a0a0a0;
  --xr-font-color3: #a0a0a0;
  --xr-border-color: #404040;
  --xr-disabled-color: #404040;
  --xr-background-color: #1e1e1e;
  --xr-background-color-row-even: #252525;
  --xr-background-color-row-odd: #1e1e1e;
}

.md-typeset pre.xr-text-repr-fallback {
  display: none;
}

.md-typeset ul.xr-sections,
.jupyter-wrapper .jp-OutputArea-output dl.xr-attrs {
  display: grid;
}

.md-typeset li.xr-var-item,
.md-typeset ul.xr-var-list {
  display: contents;
}

.md-typeset .xr-section-details {
  display: none;
}

.md-typeset ul.xr-dim-list li {
  margin-bottom: 0;
  margin-left: 0;
}

.md-typeset ul.xr-dim-list {
  margin-top: 0;
  margin-bottom: 0;
}

.jupyter-wrapper .jp-OutputArea-output .xr-attrs dt {
  float: left;
  width: auto;
  padding: 0 10px 0 0;
  margin: 0;
  font-weight: normal;
  grid-column: 1;
}

.jupyter-wrapper .jp-OutputArea-output .xr-attrs dd {
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jupyter-wrapper .jp-OutputArea-output .xr-attrs dd:hover {
  z-index: 1;
  width: auto;
  overflow: auto;
}
