/* Classic Lucy / PEQ Editor aesthetic for Item Database */
.idb-body .site-main {
  background:
    radial-gradient(ellipse at top, rgba(80, 110, 150, 0.18), transparent 42%),
    linear-gradient(180deg, #0d1520 0%, #121c2a 45%, #0b121b 100%);
  color: #dce6f0;
}

.idb-body .site-topbar {
  background: rgba(10, 16, 24, 0.92);
  border-bottom: 1px solid #6d5a2e;
  color: #f0d58a;
}

.idb-body .site-topbar-title {
  color: #f0d58a;
}

.idb-body .ad-slot--banner {
  background: transparent;
}

.lucy-app {
  --lucy-bg: #152033;
  --lucy-bg-2: #101929;
  --lucy-panel: #182338;
  --lucy-ink: #e8eef6;
  --lucy-muted: #9fb0c3;
  --lucy-gold: #e0c15a;
  --lucy-gold-deep: #b8922f;
  --lucy-line: #6d5a2e;
  --lucy-select: #3a2f12;
  --lucy-row: #1a2740;
  --lucy-row-alt: #152033;
  --font-eq: "Cinzel", "Instrument Serif", Georgia, serif;
  padding: 0.85rem 1rem 1.75rem;
}

.lucy-titlebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  align-items: baseline;
  margin-bottom: 0.7rem;
}

.lucy-titlebar h1 {
  margin: 0;
  font-family: var(--font-eq);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--lucy-gold);
  letter-spacing: 0.03em;
}

.lucy-titlebar p {
  margin: 0;
  color: var(--lucy-muted);
  font-size: 0.86rem;
}

.lucy-panel {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 220, 140, 0.04), transparent 28%),
    var(--lucy-panel);
  border: 1px solid var(--lucy-line);
  box-shadow:
    inset 0 0 0 1px rgba(224, 193, 90, 0.18),
    0 0 0 1px rgba(0, 0, 0, 0.45);
}

.lucy-panel::before,
.lucy-panel::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid var(--lucy-gold);
  pointer-events: none;
}

.lucy-panel::before {
  top: -1px;
  left: -1px;
  border-right: 0;
  border-bottom: 0;
}

.lucy-panel::after {
  top: -1px;
  right: -1px;
  border-left: 0;
  border-bottom: 0;
}

.lucy-filters {
  padding: 0.75rem 0.85rem 0.7rem;
  margin-bottom: 0.75rem;
}

.lucy-filter-grid {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 0.85rem 1rem;
}

.lucy-flags {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 0.2rem;
}

.lucy-flags legend {
  padding: 0;
  margin: 0 0 0.35rem;
  color: var(--lucy-gold);
  font-family: var(--font-eq);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lucy-flags label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--lucy-ink);
}

.lucy-needs {
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(109, 90, 46, 0.45);
  color: #f0d58a !important;
}

.lucy-icon-filters {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.lucy-icon-row {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: center;
}

.lucy-row-label {
  color: var(--lucy-gold);
  font-family: var(--font-eq);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lucy-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
}

.lucy-icon {
  appearance: none;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid #4a5d78;
  background: #0d1520 center/cover no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.lucy-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
  pointer-events: none;
}

#deityChips .lucy-icon {
  border-radius: 50%;
  background: #0a1018;
  border-color: #3a4a5e;
}

#slotChips .lucy-icon {
  /* Match class/race square tiles — A_Inv text labels */
  border-radius: 2px;
}

#deityChips .lucy-icon.is-active,
#deityChips .lucy-icon:hover {
  border-color: var(--lucy-gold);
}

.lucy-icon:hover {
  border-color: var(--lucy-gold);
}

.lucy-icon.is-active {
  border-color: var(--lucy-gold);
  box-shadow:
    0 0 0 1px var(--lucy-gold),
    inset 0 0 10px rgba(224, 193, 90, 0.25);
}

.lucy-row-label small {
  display: block;
  margin-top: 0.15rem;
  color: var(--lucy-muted);
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}

.lucy-row-actions {
  display: flex;
  gap: 0.25rem;
}

.lucy-mini {
  appearance: none;
  border: 1px solid var(--lucy-line);
  background: #1d2a40;
  color: var(--lucy-gold);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.28rem 0.45rem;
  cursor: pointer;
}

.lucy-mini:hover,
.lucy-mini.is-active {
  background: #3a2f12;
  box-shadow: 0 0 0 1px var(--lucy-gold);
}

.lucy-stat-filters {
  margin-top: 0.75rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(109, 90, 46, 0.45);
}

.lucy-stat-filters-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

.lucy-add-filter {
  appearance: none;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border: 1px solid var(--lucy-line);
  background: #1a2436;
  color: var(--lucy-gold);
  font: inherit;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.lucy-add-filter:hover {
  background: #3a2f12;
  box-shadow: 0 0 0 1px var(--lucy-gold);
}

.lucy-stat-filter-rows {
  display: grid;
  gap: 0.35rem;
}

.lucy-stat-row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 11rem) 3.4rem minmax(4.5rem, 6.5rem) auto;
  gap: 0.35rem;
  align-items: center;
  max-width: 28rem;
}

.lucy-stat-row select,
.lucy-stat-row input {
  width: 100%;
  padding: 0.38rem 0.4rem;
  border: 1px solid #4a5d78;
  background: #0d1520;
  color: #fff;
  font: inherit;
  font-size: 0.84rem;
}

.lucy-stat-row select:focus,
.lucy-stat-row input:focus {
  outline: none;
  border-color: #7dff8a;
  box-shadow: 0 0 0 1px #7dff8a;
}

.lucy-stat-row .lucy-stat-remove {
  appearance: none;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 1px solid #5a3a3a;
  background: #241818;
  color: #e8a0a0;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
}

.lucy-stat-row .lucy-stat-remove:hover {
  border-color: #c07070;
  color: #ffd0d0;
}

.lucy-stat-hint {
  margin: 0.4rem 0 0;
  font-size: 0.72rem;
  color: var(--lucy-muted);
}

.lucy-searchbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: end;
  margin-top: 0.75rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(109, 90, 46, 0.45);
}

.lucy-search {
  display: grid;
  gap: 0.25rem;
  flex: 1 1 16rem;
  font-size: 0.74rem;
  color: var(--lucy-gold);
  font-family: var(--font-eq);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lucy-search input {
  width: 100%;
  padding: 0.48rem 0.55rem;
  border: 1px solid #4a5d78;
  background: #0d1520;
  color: #fff;
  font: inherit;
  font-size: 0.92rem;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
}

.lucy-search input:focus {
  outline: none;
  border-color: #7dff8a;
  box-shadow: 0 0 0 1px #7dff8a;
}

.lucy-limits {
  display: flex;
  gap: 0.22rem;
}

.lucy-limit,
.lucy-gold-btn {
  appearance: none;
  border: 1px solid var(--lucy-line);
  background: linear-gradient(180deg, #4a3a18, #2b210d);
  color: var(--lucy-gold);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.48rem 0.7rem;
  cursor: pointer;
}

.lucy-limit.is-active,
.lucy-limit:hover,
.lucy-gold-btn:hover {
  box-shadow: 0 0 0 1px var(--lucy-gold);
  color: #ffe9a0;
}

.lucy-gold-btn--dim {
  opacity: 0.85;
}

.lucy-status {
  margin: 0.45rem 0 0;
  min-height: 1.1rem;
  font-size: 0.82rem;
  color: var(--lucy-muted);
}

.lucy-status.ok { color: #7dff8a; }
.lucy-status.err { color: #ff8d75; }

.lucy-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  gap: 0.75rem;
  align-items: start;
}

.lucy-results {
  min-height: 28rem;
  overflow: hidden;
}

.lucy-results-toolbar {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 0.45rem;
  padding: 0.55rem 0.65rem 0.35rem;
}

.lucy-column-picker {
  position: absolute;
  top: calc(100% - 0.15rem);
  right: 0.65rem;
  z-index: 5;
  width: min(34rem, calc(100% - 1.2rem));
  max-height: min(70vh, 28rem);
  overflow: auto;
  padding: 0.65rem 0.7rem 0.75rem;
  border: 1px solid var(--lucy-line);
  background: #152033;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.lucy-column-picker-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}

.lucy-column-picker-head strong {
  color: var(--lucy-gold);
  font-family: var(--font-eq);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
}

.lucy-column-picker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.lucy-column-picker-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
  gap: 0.28rem 0.55rem;
}

.lucy-column-picker-list label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: var(--lucy-ink);
  cursor: pointer;
}

.lucy-column-picker-list label.is-locked {
  opacity: 0.55;
  cursor: default;
}

.lucy-table-wrap {
  max-height: min(70vh, 46rem);
  overflow: auto;
}

.lucy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.lucy-table th,
.lucy-table td {
  padding: 0.38rem 0.45rem;
  border-bottom: 1px solid rgba(74, 93, 120, 0.45);
  text-align: left;
  white-space: nowrap;
}

.lucy-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #24344f;
  color: var(--lucy-gold);
  font-family: var(--font-eq);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0;
}

.lucy-table th .lucy-sort {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  width: 100%;
  margin: 0;
  padding: 0.38rem 0.45rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-align: left;
  cursor: pointer;
}

.lucy-table th .lucy-sort::after {
  content: "↕";
  opacity: 0.35;
  font-size: 0.72rem;
  line-height: 1;
}

.lucy-table th .lucy-sort:hover,
.lucy-table th .lucy-sort.is-active {
  color: #ffe9a0;
  background: #2f4263;
}

.lucy-table th .lucy-sort.is-asc::after {
  content: "▲";
  opacity: 1;
}

.lucy-table th .lucy-sort.is-desc::after {
  content: "▼";
  opacity: 1;
}

.lucy-table tbody tr {
  background: var(--lucy-row);
  cursor: pointer;
  color: var(--lucy-ink);
}

.lucy-table tbody tr:nth-child(even) {
  background: var(--lucy-row-alt);
}

.lucy-table tbody tr:hover {
  background: #243552;
}

.lucy-table tbody tr.is-selected {
  background: linear-gradient(90deg, #5a4518, #3a2f12);
  color: #fff4cc;
  box-shadow: inset 0 0 0 1px rgba(224, 193, 90, 0.55);
}

.lucy-table .col-name {
  white-space: normal;
  min-width: 12rem;
  font-weight: 650;
}

.lucy-table .col-name a,
.eq-tooltip a {
  color: var(--lucy-gold);
}

.row-icon,
.row-icon-ph {
  width: 26px;
  height: 26px;
  display: block;
  background: #0d1520;
  border: 1px solid #4a5d78;
  object-fit: contain;
}

.lucy-inspect-wrap {
  position: sticky;
  top: 0.7rem;
  padding: 0;
  overflow: hidden;
}

.eq-tooltip {
  min-height: 28rem;
  padding: 0.95rem 1rem 1.1rem;
  background:
    radial-gradient(ellipse at top, rgba(90, 120, 160, 0.16), transparent 55%),
    #132033;
  color: #e8eef6;
}

.eq-upgrade {
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.65rem 0.45rem;
  border: 1px solid rgba(224, 193, 90, 0.35);
  background: rgba(10, 16, 26, 0.55);
}

.eq-upgrade-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  color: var(--lucy-gold);
  font-family: var(--font-eq);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eq-upgrade-label strong {
  color: #fff4c8;
  font-size: 0.95rem;
  letter-spacing: 0;
}

.eq-upgrade-slider {
  display: block;
  width: 100%;
  margin: 0;
  accent-color: var(--lucy-gold);
  cursor: pointer;
}

.eq-upgrade-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 0.15rem;
  color: var(--lucy-muted);
  font-size: 0.68rem;
}

.eq-sockets {
  margin-top: 0.55rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(224, 193, 90, 0.22);
}

.eq-sockets-label {
  margin: 0 0 0.3rem;
  color: var(--lucy-gold);
  font-family: var(--font-eq);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eq-socket-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}

.eq-socket {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  padding: 0.18rem 0.4rem;
  border: 1px solid #4a5d78;
  background: rgba(8, 12, 18, 0.65);
  color: #7f8fa3;
  font-size: 0.68rem;
}

.eq-socket small {
  opacity: 0.75;
}

.eq-socket.is-unlocked {
  border-color: rgba(224, 193, 90, 0.65);
  color: #f3eee4;
  background: rgba(224, 193, 90, 0.12);
}

.eq-exalt-banner {
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(140, 180, 255, 0.4);
  background: rgba(40, 70, 120, 0.22);
}

.eq-exalt-title {
  margin: 0 0 0.25rem;
  color: #b8d0ff;
  font-family: var(--font-eq);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.eq-exalt-banner .eq-line {
  text-align: left;
  font-size: 0.78rem;
}

.eq-exalt-banner strong {
  color: #fff4c8;
}

.eq-empty {
  margin: 0;
  color: var(--lucy-muted);
  font-size: 0.9rem;
}

.eq-head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  gap: 0.55rem;
  align-items: start;
  margin-bottom: 0.45rem;
}

.eq-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(224, 193, 90, 0.35);
}

.eq-name {
  margin: 0;
  text-align: center;
  font-family: var(--font-eq);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--lucy-gold);
  line-height: 1.15;
}

.eq-id {
  margin: 0.2rem 0 0;
  text-align: center;
  font-size: 0.72rem;
  color: var(--lucy-muted);
}

.eq-flags,
.eq-line {
  margin: 0.12rem 0;
  text-align: center;
  font-size: 0.84rem;
  color: #d5deea;
}

.eq-flags {
  color: #f3eee4;
  margin-bottom: 0.35rem;
}

.eq-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.55rem 0.75rem;
  margin-top: 0.7rem;
  text-align: left;
}

.eq-col .eq-line {
  text-align: left;
  font-size: 0.8rem;
}

.eq-section {
  margin-top: 0.65rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(224, 193, 90, 0.22);
}

.eq-section-title {
  margin: 0 0 0.3rem;
  color: var(--lucy-gold);
  font-family: var(--font-eq);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eq-attrs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.12rem 0.55rem;
  font-size: 0.8rem;
}

.eq-muted {
  margin: 0.7rem 0 0;
  font-size: 0.72rem;
  color: var(--lucy-muted);
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .lucy-filter-grid {
    grid-template-columns: 1fr;
  }

  .lucy-workspace {
    grid-template-columns: 1fr;
  }

  .lucy-inspect-wrap {
    position: static;
    order: -1;
  }

  .eq-tooltip,
  .lucy-results {
    min-height: 0;
  }

  .eq-tooltip {
    min-height: 14rem;
  }
}

@media (max-width: 720px) {
  .lucy-icon-row {
    grid-template-columns: 1fr;
  }

  .eq-stats {
    grid-template-columns: 1fr 1fr;
  }

  .eq-head {
    grid-template-columns: 40px 1fr;
  }

  .eq-head .eq-icon:last-child {
    display: none;
  }
}

.item-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin: 0.65rem 0 0.85rem;
}

.item-page-links a {
  color: var(--lucy-gold);
  font-size: 0.86rem;
}

.item-edit {
  margin-top: 1rem;
  padding: 0.9rem 1rem 1.1rem;
}

.item-edit h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-eq);
  font-size: 1.15rem;
  color: var(--lucy-gold);
}

.item-edit-import {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: end;
  margin: 0 0 0.9rem;
}

.item-edit-import-label {
  display: grid;
  gap: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lucy-muted);
}

.item-edit-import input {
  font: inherit;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--lucy-ink);
  background: #0f1a2b;
  border: 1px solid var(--lucy-line);
  padding: 0.4rem 0.5rem;
}

.item-edit-import .lucy-gold-btn {
  white-space: nowrap;
}

.item-edit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.55rem 0.7rem;
}

.item-edit-grid label {
  display: grid;
  gap: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lucy-muted);
}

.item-edit-grid input,
.item-edit-grid textarea {
  font: inherit;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--lucy-ink);
  background: #0f1a2b;
  border: 1px solid var(--lucy-line);
  padding: 0.35rem 0.45rem;
}

.item-edit-wide {
  grid-column: 1 / -1;
}

.item-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.item-edit-status {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  color: var(--lucy-muted);
}

.item-check-group {
  margin: 0.15rem 0 0;
  padding: 0.55rem 0.65rem 0.7rem;
  border: 1px solid var(--lucy-line);
  min-width: 0;
}

.item-check-group legend {
  padding: 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lucy-muted);
}

.item-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.85rem;
}

.item-edit-grid .item-check {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--lucy-ink);
  cursor: pointer;
}

.item-edit-grid .item-check input {
  width: auto;
  margin: 0;
  accent-color: var(--lucy-gold);
}

.item-drop-map {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem 1rem;
}

.item-drop-map h2 {
  margin: 0 0 0.25rem;
  font-family: var(--font-eq);
  font-size: 1.15rem;
  color: var(--lucy-gold);
}

.drop-map-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.55rem 0 0.65rem;
}

.drop-map-tab {
  border: 1px solid #5a4a28;
  background: #1a140c;
  color: #d8c9a0;
  font-size: 0.78rem;
  padding: 0.28rem 0.55rem;
  cursor: pointer;
}

.drop-map-tab.is-active {
  background: #3a2e14;
  color: var(--lucy-gold);
  border-color: var(--lucy-gold);
}

.drop-map-stage {
  position: relative;
  background: #0b0e14;
  border: 1px solid #2a3344;
  overflow: hidden;
}

.drop-map-stage canvas {
  display: block;
  width: 100%;
  height: auto;
  max-height: 32rem;
}

.drop-map-hover {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  margin: 0;
  padding: 0.25rem 0.45rem;
  background: rgba(8, 10, 16, 0.88);
  color: #f3e6c4;
  font-size: 0.78rem;
  pointer-events: none;
}

.drop-map-legend {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  color: #9aa6b8;
}
