.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
}

.table-wrap {
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th,
td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  white-space: nowrap;
}

th {
  color: var(--muted);
  background: #fbfcfe;
  font-size: 12px;
}

th:nth-child(2),
td:nth-child(2),
th:nth-child(3),
td:nth-child(3),
th:nth-child(4),
td:nth-child(4) {
  text-align: left;
}

.price-band-table th:nth-child(4),
.price-band-table td:nth-child(4) {
  text-align: left;
}

.price-band-table tbody td {
  vertical-align: top;
}

.price-band-area-breakdown {
  display: grid;
  gap: 8px;
  min-width: 680px;
}

.price-band-area-breakdown-line {
  display: grid;
  grid-template-columns: minmax(76px, max-content) minmax(210px, max-content) max-content max-content;
  align-items: baseline;
  gap: 12px;
  width: max-content;
  max-width: 100%;
}

.price-band-area-breakdown-line.primary {
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
}

.price-band-area-breakdown-line.secondary {
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 760;
}

.price-band-area-label,
.price-band-area-range,
.price-band-area-amount,
.price-band-area-rate,
.price-band-area-metric-chip {
  white-space: nowrap;
}

.price-band-area-range {
  color: #344054;
}

.price-band-area-amount,
.price-band-area-rate {
  text-align: right;
}

.price-band-area-metric-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  justify-self: end;
  border: 1px solid var(--growth-rate-neutral-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--growth-rate-neutral);
  padding: 4px 9px;
}

.price-band-area-metric-chip.growth-rate-top-1 {
  border-color: var(--growth-rate-top-1-border);
  color: var(--growth-rate-top-1);
}

.price-band-area-metric-chip.growth-rate-top-2 {
  border-color: var(--growth-rate-top-2-border);
  color: var(--growth-rate-top-2);
}

.price-band-area-metric-chip.growth-rate-top-3 {
  border-color: var(--growth-rate-top-3-border);
  color: var(--growth-rate-top-3);
}

.price-band-area-metric-chip.growth-rate-positive {
  border-color: var(--growth-rate-positive-border);
  color: var(--growth-rate-positive);
}

.price-band-area-metric-chip.growth-rate-negative {
  border-color: var(--growth-rate-negative-border);
  color: var(--growth-rate-negative);
}

.price-band-area-metric-chip.growth-rate-no-data {
  border-color: rgba(152, 162, 179, 0.2);
  background: #f2f4f7;
  color: var(--growth-rate-no-data);
}

.price-band-area-metric-chip .price-band-area-amount,
.price-band-area-metric-chip .price-band-area-rate {
  color: currentColor;
}

.price-band-area-breakdown-line.primary .price-band-area-metric-chip .price-band-area-amount,
.price-band-area-breakdown-line.primary .price-band-area-metric-chip .price-band-area-rate {
  font-size: 12px;
  font-weight: 950;
}

.price-band-area-breakdown-line.secondary .price-band-area-label,
.price-band-area-breakdown-line.secondary .price-band-area-range,
.price-band-area-breakdown-line.secondary .price-band-area-amount,
.price-band-area-breakdown-line.secondary .price-band-area-rate {
  color: #667085;
}

.price-band-area-breakdown-line.secondary .price-band-area-rate.growth-rate-top-1 {
  color: var(--growth-rate-top-1);
}

.price-band-area-breakdown-line.secondary .price-band-area-rate.growth-rate-top-2 {
  color: var(--growth-rate-top-2);
}

.price-band-area-breakdown-line.secondary .price-band-area-rate.growth-rate-top-3 {
  color: var(--growth-rate-top-3);
}

.price-band-area-breakdown-line.secondary .price-band-area-rate.growth-rate-positive {
  color: var(--growth-rate-positive);
}

.price-band-area-breakdown-line.secondary .price-band-area-rate.growth-rate-negative {
  color: var(--growth-rate-negative);
}

.price-band-area-more-slot {
  display: inline-flex;
  align-items: center;
}

.price-band-area-more-toggle {
  display: inline-flex;
  height: 22px;
  min-width: 112px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid #d6e2f3;
  border-radius: 999px;
  background: #f8fbff;
  color: var(--blue);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  padding: 0 8px;
  white-space: nowrap;
}

.price-band-area-more-toggle:hover {
  background: #eff6ff;
}

.price-band-area-more-rows {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.price-band-area-more-rows[hidden] {
  display: none;
}

.clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background: #f6f8fb;
}

.table-main {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
}

.price-band-row-title {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.price-band-row-title .table-main {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}

.price-band-row-more-toggle {
  flex: 0 0 auto;
  height: 24px;
  min-width: 78px;
  font-size: 11px;
}

.muted-cell {
  color: var(--muted);
  font-size: 12px;
}

.table-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
}

.table-links a {
  color: var(--blue);
  text-decoration: none;
}

.table-links a:hover {
  text-decoration: underline;
}

.positive {
  color: var(--red);
  font-weight: 700;
}

.negative {
  color: var(--green);
  font-weight: 700;
}

.empty {
  padding: 48px 16px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 820px) {
  :root {
    --map-mobile-safe-top: env(safe-area-inset-top, 0px);
    --map-mobile-safe-bottom: env(safe-area-inset-bottom, 0px);
    --map-mobile-browser-bottom-inset: 0px;
    --map-mobile-control-bottom: calc(var(--map-mobile-safe-bottom) + var(--map-mobile-browser-bottom-inset));
    --map-mobile-ranking-bottom-clearance: 96px;
    --map-global-header-height: calc(99px + var(--map-mobile-safe-top));
  }

  .app-shell {
    padding: 10px;
  }

  #priceBandView .panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    min-height: 0;
    padding: 16px 16px 14px;
  }

  #priceBandView .panel-head h2 {
    font-size: 21px;
    line-height: 1.18;
  }

  #priceBandCount {
    display: grid;
    gap: 3px;
    max-width: 100%;
    min-height: 16px;
    line-height: 1.35;
  }

  #priceBandCount .price-band-count-main {
    display: none;
  }

  #priceBandCount .price-band-count-sub {
    color: #667085;
    font-size: 12px;
  }

  #priceBandCount .price-band-count-meta {
    display: none;
  }

  .price-band-summary {
    gap: 8px;
    padding: 10px 16px 12px;
  }

  .price-band-filter-row {
    display: grid;
    gap: 7px;
  }

  .price-band-filter-primary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 7px;
  }

  .price-band-filter-region {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 7px;
  }

  .price-band-filter-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
  }

  .price-band-filter-control {
    justify-content: space-between;
    width: 100%;
    height: 36px;
    padding: 0 8px;
  }

  .price-band-filter-control span {
    font-size: 11px;
  }

  .price-band-filter-control select,
  .price-band-period-filter-control select,
  .price-band-area-filter-control select,
  .price-band-region-filter-control select {
    flex: 1 1 auto;
    width: 100%;
    height: 28px;
    min-width: 0;
    font-size: 13px;
    text-align: right;
  }

  .price-band-filter-control-value-only select {
    text-align: center;
  }

  .price-band-filter-arrow {
    justify-self: center;
  }

  .price-band-filter-total {
    display: none;
  }

  #priceBandView .table-wrap {
    overflow: visible;
  }

  #priceBandView.price-band-stable-loading .table-wrap::after {
    top: 18px;
    right: 24px;
    left: 24px;
    height: 38px;
    font-size: 13px;
  }

  .price-band-table,
  .price-band-table tbody,
  .price-band-table tr,
  .price-band-table td {
    display: block;
  }

  .price-band-table thead {
    display: none;
  }

  .price-band-table tbody {
    display: grid;
    gap: 10px;
    padding: 10px 12px 14px;
    background: #f8fafc;
  }

  .price-band-table tr.clickable-row {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0 10px;
    min-width: 0;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.05);
  }

  .price-band-table tr.clickable-row:hover {
    background: #ffffff;
  }

  .price-band-table tr.clickable-row.selected {
    border-color: rgba(22, 128, 95, 0.32);
    box-shadow: inset 3px 0 0 #16805f, 0 1px 3px rgba(16, 24, 40, 0.05);
  }

  .price-band-table tbody td {
    min-width: 0;
    padding: 0;
    border: 0;
    text-align: left;
    white-space: normal;
  }

  .price-band-table tbody td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 3;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #edf1f7;
    color: #475467;
    font-size: 13px;
    font-weight: 900;
  }

  .price-band-table tbody td:nth-child(2),
  .price-band-table tbody td:nth-child(3) {
    grid-column: 2;
  }

  .price-band-table tbody td:nth-child(3) {
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
    line-height: 1.35;
  }

  .price-band-table tbody td:nth-child(3)::before {
    content: "지역 ";
    color: #98a2b3;
    font-size: 11px;
    font-weight: 850;
  }

  .price-band-table tbody td:nth-child(4) {
    grid-column: 1 / -1;
    margin-top: 11px;
    padding-top: 10px;
    border-top: 1px solid #eef1f5;
  }

  .price-band-table tr.price-band-placeholder-row {
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #ffffff;
  }

  .price-band-table tr.price-band-placeholder-row td.price-band-placeholder-cell {
    display: flex;
    width: auto;
    min-height: 112px;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    border-radius: 0;
    background: transparent;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
  }

  .price-band-table tr.price-band-placeholder-row .price-band-loading {
    max-width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .price-band-table .table-main {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
  }

  .price-band-table .price-band-row-title .table-main {
    margin-bottom: 0;
  }

  .price-band-table .muted-cell {
    display: block;
    font-size: 12px;
    line-height: 1.35;
  }

  .price-band-table .table-links {
    gap: 7px 11px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.2;
  }

  .price-band-area-breakdown {
    min-width: 0;
    gap: 7px;
  }

  .price-band-area-breakdown-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 4px 8px;
    border-radius: 7px;
    background: #f8fafc;
    padding: 8px;
  }

  .price-band-area-breakdown-line.primary {
    font-size: 13px;
  }

  .price-band-area-breakdown-line.secondary {
    font-size: 12px;
  }

  .price-band-area-label {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    white-space: normal;
  }

  .price-band-area-breakdown-line.primary .price-band-area-range {
    grid-column: 1 / -1;
    grid-row: 2;
    color: var(--text);
    font-weight: 850;
  }

  .price-band-area-breakdown-line.secondary .price-band-area-range {
    grid-column: 1;
    grid-row: 2;
  }

  .price-band-area-range {
    min-width: 0;
    color: #667085;
    font-size: 11.5px;
    line-height: 1.35;
    white-space: normal;
  }

  .price-band-area-metric-chip,
  .price-band-area-amount {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .price-band-area-metric-chip {
    gap: 6px;
    padding: 4px 7px;
  }

  .price-band-area-breakdown-line.primary .price-band-area-metric-chip .price-band-area-amount,
  .price-band-area-breakdown-line.primary .price-band-area-metric-chip .price-band-area-rate {
    font-size: 11px;
  }

  .price-band-area-rate {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .price-band-area-more-slot {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
  }

  .price-band-area-more-toggle {
    min-width: 0;
  }

  body.map-shell-mode {
    min-height: 100dvh;
    overflow: hidden;
  }

  .map-shell-mode .app-shell {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    padding: 0;
  }

  @supports (height: 100lvh) {
    body.map-shell-mode {
      min-height: 100lvh;
    }

    .map-shell-mode .app-shell {
      height: 100lvh;
      min-height: 100lvh;
    }
  }

  .map-top-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 8px 10px;
    margin: -10px -10px 0;
    padding: calc(8px + var(--map-mobile-safe-top)) 10px 0;
    min-height: 0;
    background: #ffffff;
  }

  .map-shell-mode .map-top-header {
    margin: 0;
  }

  .map-top-left {
    grid-column: 1 / 3;
    grid-row: 1;
    gap: 8px;
    width: 100%;
  }

  .map-top-right {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    min-height: 40px;
  }

  .map-menu-button {
    width: 36px;
    height: 36px;
  }

  .map-top-header .orulzip-logo {
    --logo-accent: var(--map-header-text);
    --logo-main: var(--map-header-text);
    --logo-text: var(--map-header-text);
    color: var(--map-header-text);
  }

  .map-top-header .orulzip-logo-mark {
    width: 30px;
    height: 30px;
    background: transparent;
  }

  .map-top-header .orulzip-logo-mark svg {
    width: 28px;
    height: 28px;
  }

  .map-top-header .orulzip-logo-word {
    display: inline;
    font-size: 19px;
  }

  .map-top-header .logo-accent {
    stroke: var(--map-header-text);
  }

  .map-top-header .logo-accent-fill {
    fill: var(--map-header-text);
  }

  .map-top-search-panel {
    flex: 1 1 auto;
    width: auto;
  }

  .map-top-search-panel input {
    height: 38px;
    border: 0;
    background: #f3f5f8;
    color: var(--map-header-search-text);
    font-size: 14px;
  }

  .map-top-search-panel input::placeholder {
    color: var(--map-header-search-placeholder);
  }

  .map-top-search-panel::after {
    color: var(--map-header-search-icon);
  }

  .map-top-search-panel::before {
    background: var(--map-header-search-icon);
  }

  .top-tabs {
    gap: 6px;
  }

  .map-top-header .top-tabs,
  .map-shell-mode .top-tabs {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    scrollbar-width: none;
  }

  .map-shell-mode .tab-more-menu[open] .tab-more-list {
    position: fixed;
    top: var(--tab-more-top, 58px);
    left: var(--tab-more-left, auto);
    right: auto;
    z-index: 2000;
    min-width: 170px;
    max-width: calc(100vw - 16px);
  }

  .map-shell-mode .top-tabs::-webkit-scrollbar {
    display: none;
  }

  .top-tabs a,
  .top-tabs summary {
    height: 34px;
    padding: 0 8px;
    font-size: 15px;
  }

  .map-top-header .top-tabs a,
  .map-shell-mode .top-tabs a,
  .map-shell-mode .top-tabs summary {
    height: 42px;
    min-width: 118px;
    padding: 0 10px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .map-floating-controls,
  .map-floating-period-select,
  .map-floating-period-select select,
  .map-growth-metric-select,
  .map-growth-metric-select select {
    height: 38px;
  }

  .map-floating-controls {
    top: 10px;
    gap: 6px;
  }

  .map-floating-period-select select {
    width: 112px;
    font-size: 13px;
  }

  .map-growth-metric-select select {
    width: 76px;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 26px;
  }

  .household-filter-toggle {
    height: 38px;
    font-size: 12px;
    padding: 0 10px;
  }

  .map-period-bar {
    display: grid;
    gap: 8px;
    padding: 9px 12px 10px;
    background: var(--map-header-period-bg);
  }

  .map-period-bar .period-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  .map-period-bar .period-buttons::-webkit-scrollbar {
    display: none;
  }

  .map-period-bar .period-buttons button {
    flex: 0 0 auto;
    height: 34px;
    border-radius: 8px;
    font-size: 13px;
  }

  .map-shell-mode .tab-more-menu.active summary,
  .map-period-bar .period-buttons button.active {
    border-color: var(--map-header-chip-active-border);
    background: var(--map-header-chip-active-bg);
    color: var(--map-header-chip-active-text);
  }

  .map-top-header .top-tabs a.active {
    border-color: #0aa36e;
    background: transparent;
    color: #111827;
  }

  .map-period-meta {
    display: none;
  }

  .toolbar {
    grid-template-columns: 1fr;
  }

  .collection-summary-grid,
  .crawl-grid,
  .crawl-job-progress,
  .kb-coverage-grid,
  .map-header-design-grid,
  .logo-design-grid,
  .graph-design-grid,
  .info-grid,
  .terms-grid,
  .term-card ol,
  .map-popup-area-picker {
    grid-template-columns: 1fr;
  }

  th,
  td {
    padding: 10px;
  }

  .detail-body {
    padding-top: 10px;
  }

  .detail-chart {
    min-height: 400px;
  }

  .detail-chart-scroll {
    padding: 0 12px 8px;
  }

  .detail-chart-scroll svg {
    width: 980px;
    height: 350px;
  }

  .chart-tooltip {
    max-width: min(240px, calc(100vw - 40px));
    font-size: 11px;
  }

  .growth-map {
    height: 460px;
  }

  .map-view.active {
    height: calc(100dvh - var(--map-global-header-height));
    min-height: 0;
  }

  @supports (height: 100lvh) {
    .map-view.active {
      height: calc(100lvh - var(--map-global-header-height));
    }
  }

  .map-panel {
    border: 0;
    border-radius: 0;
  }

  .map-panel .growth-map {
    min-height: 0;
  }

  .map-apartment-popup,
  .price-band-detail-panel {
    position: fixed;
    inset: 0;
    z-index: 1800;
    width: auto;
    max-height: none;
    height: 100dvh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .map-apartment-popup .map-popup-head,
  .price-band-detail-panel .map-popup-head {
    padding: calc(12px + var(--map-mobile-safe-top)) 14px 12px;
  }

  .map-apartment-popup .map-popup-chart-wrap,
  .price-band-detail-panel .map-popup-chart-wrap {
    min-height: 0;
    overflow-x: hidden;
    padding: 10px 8px 12px;
  }

  .map-apartment-popup .map-popup-chart svg,
  .price-band-detail-panel .map-popup-chart svg {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .map-apartment-popup .map-popup-axis-label,
  .price-band-detail-panel .map-popup-axis-label {
    font-size: 13px;
    font-weight: 800;
  }

  .map-apartment-popup .map-popup-period-marker text,
  .price-band-detail-panel .map-popup-period-marker text {
    font-size: 12px;
    stroke-width: 3.5px;
  }

  .map-apartment-popup .map-popup-pyeong-axis-label,
  .map-apartment-popup .map-popup-pyeong-axis-title,
  .price-band-detail-panel .map-popup-pyeong-axis-label,
  .price-band-detail-panel .map-popup-pyeong-axis-title {
    font-size: 12px;
    font-weight: 850;
  }

  .map-apartment-popup .map-popup-end-label,
  .price-band-detail-panel .map-popup-end-label {
    display: none;
  }

  .map-apartment-ranking {
    inset: 0;
    width: auto;
    max-height: none;
    border: 0;
    border-radius: 0;
    background: #ffffff;
  }

  .map-apartment-ranking.ranking-active {
    display: none;
  }

  .map-apartment-ranking.ranking-active.ranking-open {
    inset: 0;
    z-index: 1400;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .map-ranking-toggle:not([hidden]) {
    left: 14px;
    bottom: calc(14px + var(--map-mobile-control-bottom) + var(--map-mobile-ranking-bottom-clearance));
    display: inline-flex;
  }

  .map-shell-mode .deploy-version-badge {
    bottom: calc(10px + var(--map-mobile-control-bottom));
  }

  .map-ranking-toggle.ranking-open {
    display: none;
  }

  .map-apartment-ranking.ranking-open .map-ranking-close {
    display: inline-grid;
  }

  .map-ranking-head {
    padding: calc(12px + env(safe-area-inset-top)) 14px 12px;
  }

  .map-location-control {
    top: 12px;
    right: 12px;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    font-size: 12px;
  }

  .map-location-control .map-location-text {
    display: none;
  }

  .map-ranking-row {
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }

  .map-ranking-detail-btn {
    display: none;
  }

  .map-popup-stats {
    grid-template-columns: 1fr;
  }

  .map-popup-trade-head {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .map-popup-trade-column-head,
  .map-popup-trade-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .map-popup-trade-summary {
    grid-template-columns: 28px minmax(78px, 1fr) minmax(78px, 0.9fr) minmax(62px, 0.75fr);
    gap: 4px 6px;
  }

  .map-popup-trade-column-head {
    padding: 0 8px 1px;
  }

  .map-popup-trade-column-head > .map-popup-trade-date {
    display: none;
  }

  .map-popup-trade-column-head .map-popup-trade-delta {
    grid-column: 3;
    grid-row: 1;
    align-items: flex-start;
    justify-self: stretch;
    text-align: left;
  }

  .map-popup-trade-column-head .map-popup-trade-delta small {
    display: none;
  }

  .map-popup-trade-date {
    font-size: 11px;
  }

  .map-popup-trade-delta {
    grid-column: 3;
    grid-row: 1;
    justify-self: stretch;
    min-width: 0;
    text-align: left;
  }

  .map-popup-trade-growth {
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
    min-width: max-content;
  }
}
