/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
}

img::selection {
  background: transparent;
}

turbo-frame {
  display: block;
}

.layout {
  position: relative;
}
.layout .logo-svg {
  height: clamp(3rem, 5vw, 6rem);
  left: 5rem;
  position: absolute;
  top: 3rem;
  z-index: 2;
}
.layout {
  /* TODO: Remove this when the controls are properly integrated into the layout */
}
.layout .controls {
  align-items: flex-start;
  display: flex;
  gap: 1.6rem;
  pointer-events: none;
  position: absolute;
  right: 5rem;
  top: 3rem;
  z-index: 3;
}
.layout .controls > * {
  pointer-events: auto;
}

@media (width <= 900px) {
  .layout .controls {
    align-items: stretch;
    box-sizing: border-box;
    flex-direction: column;
    gap: 0.8rem;
    left: 0;
    padding: 0 1.6rem;
    right: 0;
    top: 2rem;
    width: auto;
  }
  .layout .controls > * {
    min-width: 0;
    width: 100%;
  }
  .layout .logo-svg {
    bottom: 2.3rem;
    height: 4rem;
    left: 1.6rem;
    position: fixed;
    top: auto;
  }
  body:has(.maplibregl-compact-show) .logo-svg {
    bottom: 6.3rem;
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #1d1d1b;
  font-family: Roboto, serif;
  font-size: 1.8rem;
  line-height: 1.5;
}

.link {
  color: #1d1d1b;
  font-weight: bold;
}

.link:hover {
  color: #cc3317;
}

.search {
  pointer-events: all;
  position: relative;
  width: clamp(22rem, 35vw, 45rem);
}
.search .ts-wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.search .ts-control {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.4rem;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  cursor: text;
  display: flex;
  gap: 0;
  height: 4.4rem;
  min-height: 4.4rem;
  outline: none;
  padding: 0 1.6rem 0 4.4rem;
  position: relative;
  width: 100%;
}
.search .ts-control::before {
  background: url("/images/search.svg") no-repeat center;
  content: "";
  height: 2rem;
  left: 1.4rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
.search .ts-control::after {
  display: none;
}
.search .ts-control input,
.search .ts-control > .item {
  color: #1d1d1b;
  font-family: Roboto, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
.search .ts-control input {
  outline: none;
  padding: 0;
}
.search .ts-control > .item {
  background: transparent;
  margin: 0;
  padding: 0;
}
.search .ts-control input::placeholder {
  color: #4d4d4d;
}
.search .ts-wrapper.focus .ts-control {
  border-color: #e0e0e0;
  border-width: 1px;
  box-shadow: inset 0 0 0 1px #cc3317, 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.06);
}
.search .ts-dropdown {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.4rem;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.06);
  margin-top: 0.8rem;
  overflow: hidden;
  width: 100%;
  z-index: 100000;
}
.search .ts-dropdown-content {
  max-height: 26rem;
  overflow-y: auto;
  scrollbar-color: #cc3317 #f1f1f1;
  scrollbar-width: thin;
}
.search .ts-dropdown-content::-webkit-scrollbar {
  width: 0.8rem;
}
.search .ts-dropdown-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search .ts-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #cc3317;
  border-radius: 999px;
}
.search .ts-dropdown .optgroup-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  color: #4d4d4d;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  padding: 0.8rem 1.6rem;
  text-transform: uppercase;
}
.search .ts-dropdown .option {
  border-bottom: 1px solid #e0e0e0;
  color: #1d1d1b;
  font-family: Roboto, serif;
  font-size: 1.6rem;
  padding: 1rem 1.6rem;
}
.search .ts-dropdown .option:last-child {
  border-bottom: none;
}
.search .ts-dropdown .option.active {
  background-color: #f6f5f5;
}
.search .ts-dropdown [data-selectable] .highlight {
  background-color: #ffd900;
  box-decoration-break: clone;
}
.search .has-items .ts-control > input {
  margin: 0 !important;
}

@media (width <= 900px) {
  .search {
    width: 100%;
  }
}
.theme {
  --theme-color: #1d1d1b;
  align-items: center;
  border: 1px solid var(--theme-color);
  border-radius: 0.4rem;
  color: var(--theme-color);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.3rem 0.7rem;
  white-space: nowrap;
  width: fit-content;
}
.theme:is(button, a) {
  background: transparent;
  color: var(--theme-color);
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.theme:is(button, a):focus-visible {
  outline: 0.2rem solid currentcolor;
  outline-offset: 0.2rem;
}
.theme:not(a, button) {
  background-color: var(--theme-color);
  color: #fff;
}
.theme.is-selected, .theme[aria-pressed=true], .theme[aria-current=true], .theme:is(button, a):hover, .theme:is(button, a):focus-visible {
  background-color: var(--theme-color);
  color: #fff;
}

.theme-filter {
  box-sizing: border-box;
  min-width: 18.5rem;
  pointer-events: all;
  width: fit-content;
}
.theme-filter:is([open]) .theme-filter-summary {
  background-color: #a73520;
}
.theme-filter-summary {
  align-items: center;
  background-color: #cc3317;
  border-radius: 0.4rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Roboto, serif;
  font-size: 1.6rem;
  gap: 1.6rem;
  list-style: none;
  min-width: 100%;
  padding: 1rem 1.6rem;
  position: relative;
}
.theme-filter-title {
  align-items: center;
  display: inline-flex;
  gap: 0.6rem;
}
.theme-filter-count {
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  color: #cc3317;
  display: inline-flex;
  flex: 0 1 auto;
  font-size: 1.1rem;
  font-weight: 600;
  height: 1.8rem;
  justify-content: center;
  line-height: 1;
  min-width: 2rem;
  padding: 0 0.4rem;
}
.theme-filter-count:empty, .theme-filter-count[hidden] {
  display: none;
}
.theme-filter-summary::-webkit-details-marker {
  display: none;
}
.theme-filter-chevrons {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.theme-filter-chevron {
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  height: 0;
  width: 0;
}
.theme-filter-chevron--up {
  border-bottom: 0.5rem solid #fff;
}
.theme-filter-chevron--down {
  border-top: 0.5rem solid #fff;
}
.theme-filter-panel {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1rem;
  min-width: 100%;
  padding: 1.6rem;
}
.theme-filter-item {
  position: relative;
}
.theme-filter-checkbox {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}
.theme-filter-tooltip {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.4rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  color: #1d1d1b;
  font-size: 1.4rem;
  left: auto;
  line-height: 1.42;
  max-width: 60rem;
  opacity: 0;
  padding: 0.8rem 1.6rem;
  pointer-events: none;
  position: absolute;
  right: calc(100% + 3rem);
  top: 50%;
  transform: translateY(-50%) translateX(0.2rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: normal;
  width: max-content;
  z-index: 2;
}
.theme-filter-tooltip::before, .theme-filter-tooltip::after {
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.theme-filter-tooltip::before {
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #e0e0e0;
  border-top: 1rem solid transparent;
  right: -1rem;
}
.theme-filter-tooltip::after {
  border-bottom: 0.9rem solid transparent;
  border-left: 0.9rem solid #fff;
  border-top: 0.9rem solid transparent;
  right: -0.9rem;
}
.theme-filter .theme {
  background-color: transparent;
  color: var(--theme-color);
  cursor: pointer;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;
  white-space: normal;
}
.theme-filter-checkbox:focus-visible + .theme, .theme-filter .theme:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.theme-filter-checkbox:checked + .theme {
  background-color: var(--theme-color);
  color: #fff;
}
.theme-filter-item:hover .theme-filter-tooltip, .theme-filter-checkbox:focus-visible + .theme + .theme-filter-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (width <= 900px) {
  .theme-filter {
    width: 100%;
  }
  .theme-filter-tooltip {
    display: none;
  }
}
.panel {
  position: relative;
}

.panel-toggle {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.panel-overlay {
  background: rgba(0, 0, 0, 0.35);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 20;
}

.panel-drawer {
  background-color: #fff;
  box-shadow: 0 1.8rem 3rem rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  min-width: 50rem;
  position: fixed;
  top: 0;
  transform: translateX(calc(-100% - 4rem));
  transition: transform 0.25s ease;
  width: 40vw;
  z-index: 30;
}

.panel-header {
  align-items: center;
  border-bottom: 0.5rem solid #e0e0e0;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding-inline: 6rem;
  padding-bottom: 3.2rem;
  padding-top: 4rem;
}

.panel-content {
  --panel-side-padding: 6rem;
  overflow-y: auto;
  padding: 3.2rem 6rem 0;
  scrollbar-color: #cc3317 #e0e0e0;
}

.panel-content::-webkit-scrollbar {
  width: 1rem;
}

.panel-content::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

.panel-content::-webkit-scrollbar-thumb {
  background-color: #cc3317;
  border: 2px solid #e0e0e0;
  border-radius: 999px;
}

.panel-content::-webkit-scrollbar-thumb:hover {
  background-color: #a73520;
}

.panel-logo {
  display: block;
  height: 4.6rem;
  width: auto;
}

.panel-close {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 1rem;
}

.panel-close-text {
  color: #1d1d1b;
  display: block;
  font-family: Roboto, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.panel-close-icon {
  display: block;
  height: 2rem;
  width: 2rem;
}

.panel-toggle:checked ~ .panel-overlay {
  opacity: 1;
  pointer-events: auto;
}

.panel-toggle:checked ~ .panel-drawer {
  transform: translateX(0);
}

@media (width <= 900px) {
  .panel-drawer {
    min-width: 0;
    width: 100vw;
  }
  .panel-header {
    padding-inline: 2.4rem;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
  .panel-content {
    --panel-side-padding: 2.4rem;
    padding: 2.4rem 2.4rem 0;
  }
}
@media (width <= 600px) {
  .panel-header {
    flex-wrap: wrap;
  }
  .panel-logo {
    height: 3.8rem;
  }
}
.cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2.4rem;
}

.card {
  background-color: #fff;
  padding-bottom: 4rem;
}

.panel-content .cards > .card {
  position: relative;
}

.panel-content .cards > .card + .card {
  padding-top: 3.2rem;
}

.panel-content .cards > .card + .card::before {
  background-color: #e0e0e0;
  content: "";
  height: 0.5rem;
  left: calc(-1 * var(--panel-side-padding, 0px));
  position: absolute;
  right: calc(-1 * var(--panel-side-padding, 0px));
  top: 0;
}

.card-header {
  align-items: center;
  display: flex;
  gap: 2.4rem;
}

.card-photo {
  border: 0.4rem solid #cc3317;
  border-radius: 50%;
  height: 12rem;
  min-height: 12rem;
  min-width: 12rem;
  object-fit: cover;
  width: 12rem;
}

.card-photo-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
}

.card-photo-desinvested {
  border-color: #1d1d1b;
  filter: grayscale(100%);
}

.card-status {
  background-color: #1d1d1b;
  border-radius: 0.4rem;
  bottom: -1rem;
  color: #fff;
  font-family: Roboto, serif;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  position: absolute;
  text-transform: none;
}

.card-name {
  font-family: Roboto, serif;
  font-size: 3.6rem;
  line-height: normal;
  margin: 0;
}

.card-city {
  color: #4d4d4d;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
}

.card-themes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.card-quote {
  align-items: flex-start;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 2rem;
  margin: 3.2rem 0;
  padding: 3.2rem 0;
}

.card-quote-icon {
  height: 5rem;
  width: auto;
}

.card-quote-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.card-quote-text {
  font-family: Roboto, serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  margin: 0;
}

.card-quote-meta {
  color: #cc3317;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin: 0;
}

.card-quote-meta a {
  color: inherit;
  font-style: italic;
  text-decoration: underline;
}

.card-body {
  color: #4d4d4d;
  font-family: Newsreader, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.31;
}

.card-body a {
  color: #cc3317;
  text-decoration: underline;
}

.card-more {
  border-top: 1px solid #e0e0e0;
  margin-top: 3.2rem;
  padding-top: 3.2rem;
}

.card-more-title {
  font-family: Roboto, serif;
  font-size: 2rem;
  margin: 0 0 2.4rem;
}

.card-more-list {
  display: grid;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.card-more-list li {
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.4;
}

.card-more-list a {
  color: #cc3317;
  font-weight: bold;
  text-decoration: underline;
}

.card-more-source {
  color: #1d1d1b;
  font-style: italic;
}

.card-updated {
  border-top: 1px solid #e0e0e0;
  color: #4d4d4d;
  font-family: Newsreader, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.31;
  margin-bottom: 0;
  margin-top: 3.2rem;
  padding-top: 3.2rem;
}

@media (hover: hover) {
  .card-quote-meta a:hover {
    color: #a73520;
  }
  .card-more-list a:hover,
  .card-body a:hover {
    color: #a73520;
  }
}
@media (width <= 600px) {
  .card {
    padding-bottom: 3.2rem;
  }
  .card-header {
    align-items: flex-start;
    gap: 1.6rem;
  }
  .card-photo {
    height: 9rem;
    min-height: 9rem;
    min-width: 9rem;
    width: 9rem;
  }
  .card-photo-wrap {
    gap: 0.4rem;
  }
  .card-status {
    padding: 0.2rem 0.6rem;
  }
  .card-name {
    font-size: 2.6rem;
  }
  .card-city {
    font-size: 1.8rem;
  }
  .card-quote {
    gap: 1.6rem;
    margin: 2.4rem 0;
    padding: 2.4rem 0;
  }
  .card-quote-icon {
    height: 4rem;
  }
  .card-quote-text {
    font-size: 1.7rem;
  }
  .card-quote-meta {
    font-size: 1.4rem;
  }
  .card-body {
    font-size: 1.5rem;
  }
  .card-more-title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .card-more-list {
    gap: 1.2rem;
  }
  .card-updated {
    font-size: 1.5rem;
  }
}
.map-popup .maplibregl-popup-content {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.4rem;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 0;
}

.map-popup .maplibregl-popup-tip {
  display: none;
}

.map-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map-popup-item {
  align-items: center;
  display: flex;
  gap: 1rem;
  padding: 1.2rem;
}

.map-popup-item + .map-popup-item {
  border-top: 1px solid #e0e0e0;
}

.map-popup-photo {
  border: 0.2rem solid #cc3317;
  border-radius: 50%;
  height: 3.2rem;
  max-height: 3.2rem;
  max-width: 3.2rem;
  object-fit: cover;
  width: 3.2rem;
}

.map-popup-photo-desinvested {
  border-color: #1d1d1b;
  filter: grayscale(100%);
}

.map-card-status {
  background-color: #1d1d1b;
  border-radius: 0.4rem;
  bottom: -0.5rem;
  color: #fff;
  font-family: Roboto, serif;
  font-size: 0.6rem;
  line-height: normal;
  padding: 0.2rem 0.4rem;
  position: absolute;
  text-transform: none;
}

.map-popup-name {
  font-family: Roboto, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.map-popup-city {
  color: #4d4d4d;
  font-family: Roboto, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
}

.maplibregl-ctrl-group {
  background-color: #cc3317 !important;
  border-radius: 2.4rem;
  display: flex;
  margin-block: 0 !important;
  margin-inline: 5rem !important;
  overflow: hidden;
  padding: 0.2rem !important;
}

.maplibregl-ctrl-group:not(:empty) {
  box-shadow: none !important;
}

.maplibregl-ctrl-group button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-top: 0 !important;
}

.maplibregl-ctrl-group button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff !important;
  display: flex;
  height: 3.6rem !important;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 3.6rem !important;
}

.maplibregl-ctrl-group .maplibregl-ctrl-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
  display: block;
  height: 1.8rem;
  width: 1.8rem;
}

.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Crect x='16' y='6' width='4' height='24' rx='2' fill='%23ffffff'/%3E%3Crect x='6' y='16' width='24' height='4' rx='2' fill='%23ffffff'/%3E%3C/svg%3E") !important;
}

.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Crect x='6' y='16' width='24' height='4' rx='2' fill='%23ffffff'/%3E%3C/svg%3E") !important;
}

.maplibregl-ctrl-attrib.maplibregl-compact {
  margin-inline: 5rem !important;
}

@media (width <= 900px) {
  .maplibregl-ctrl-group,
  .maplibregl-ctrl-attrib.maplibregl-compact {
    margin-inline: 1.6rem !important;
  }
}
