@charset "UTF-8";
/**
 * OLP-PLO Odyssey Experiences
 *
 * Design language matches the Sessions Comparison Tool (same brand colors
 * and fonts) but rules are written fresh and scoped to the marker
 * list/map/filter/popup UI — session-only concerns (age slider, credits,
 * favourites hearts, application flow) don't apply here and were dropped.
 *
 * Compiled with: npm run build:css (or sass scss/style.scss css/style.css)
 */
:root {
  --odc-dark-purple: #26275a;
  --odc-purple: #4b2466;
  --odc-purple-hover: #67318c;
  --odc-light-blue: #59b8b6;
  --odc-panel-bg: #f1e8f6;
}

.odyssey-container,
.marker-filter-controls,
.marker-controls,
.active-filter-indicators,
.marker-hero,
#marker-location-modal,
#marker-detail-modal,
#definition-modal {
  box-sizing: border-box;
}

.odyssey-container *,
.marker-filter-controls *,
.marker-controls *,
#marker-location-modal *,
#marker-detail-modal *,
#definition-modal * {
  box-sizing: border-box;
}

.odyssey-container a:focus:not(:focus-visible),
.odyssey-container button:focus:not(:focus-visible),
.marker-filter-controls a:focus:not(:focus-visible),
.marker-filter-controls button:focus:not(:focus-visible),
.marker-controls a:focus:not(:focus-visible),
.marker-controls button:focus:not(:focus-visible),
.active-filter-indicators *:focus:not(:focus-visible),
#marker-location-modal a:focus:not(:focus-visible),
#marker-location-modal button:focus:not(:focus-visible),
#marker-detail-modal a:focus:not(:focus-visible),
#marker-detail-modal button:focus:not(:focus-visible),
#definition-modal a:focus:not(:focus-visible),
#definition-modal button:focus:not(:focus-visible) {
  outline: none;
}

/* ---------------------------------------------------------------------- */
/* Buttons                                                                 */
/* ---------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-primary,
a.btn-primary {
  background-color: var(--odc-purple);
  color: #fff;
  border-color: var(--odc-purple);
  text-decoration: none;
}

.btn-primary:hover {
  background-color: var(--odc-purple-hover);
}

/* Same "apply/document" icon as the Sessions Comparison Tool's
   .apply-now-button — reused verbatim (identical SVG mask). */
.apply-now-button {
  display: inline-flex;
  align-items: center;
}
.apply-now-button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.4em;
  mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M128.1 64C92.8 64 64.1 92.7 64.1 128L64.1 512C64.1 547.3 92.8 576 128.1 576L274.3 576L285.2 521.5C289.5 499.8 300.2 479.9 315.8 464.3L448 332.1L448 234.6C448 217.6 441.3 201.3 429.3 189.3L322.8 82.7C310.8 70.7 294.5 64 277.6 64L128.1 64zM389.6 240L296.1 240C282.8 240 272.1 229.3 272.1 216L272.1 122.5L389.6 240zM332.3 530.9L320.4 590.5C320.2 591.4 320.1 592.4 320.1 593.4C320.1 601.4 326.6 608 334.7 608C335.7 608 336.6 607.9 337.6 607.7L397.2 595.8C409.6 593.3 421 587.2 429.9 578.3L548.8 459.4L468.8 379.4L349.9 498.3C341 507.2 334.9 518.6 332.4 531zM600.1 407.9C622.2 385.8 622.2 350 600.1 327.9C578 305.8 542.2 305.8 520.1 327.9L491.3 356.7L571.3 436.7L600.1 407.9z"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M128.1 64C92.8 64 64.1 92.7 64.1 128L64.1 512C64.1 547.3 92.8 576 128.1 576L274.3 576L285.2 521.5C289.5 499.8 300.2 479.9 315.8 464.3L448 332.1L448 234.6C448 217.6 441.3 201.3 429.3 189.3L322.8 82.7C310.8 70.7 294.5 64 277.6 64L128.1 64zM389.6 240L296.1 240C282.8 240 272.1 229.3 272.1 216L272.1 122.5L389.6 240zM332.3 530.9L320.4 590.5C320.2 591.4 320.1 592.4 320.1 593.4C320.1 601.4 326.6 608 334.7 608C335.7 608 336.6 607.9 337.6 607.7L397.2 595.8C409.6 593.3 421 587.2 429.9 578.3L548.8 459.4L468.8 379.4L349.9 498.3C341 507.2 334.9 518.6 332.4 531zM600.1 407.9C622.2 385.8 622.2 350 600.1 327.9C578 305.8 542.2 305.8 520.1 327.9L491.3 356.7L571.3 436.7L600.1 407.9z"/></svg>') no-repeat center/contain;
  background-color: currentColor;
  background-size: contain;
  transition: mask 0.3s ease, -webkit-mask 0.3s ease;
}

/* ---------------------------------------------------------------------- */
/* Hero                                                                    */
/* ---------------------------------------------------------------------- */
.marker-hero {
  background-image: url("/wp-content/plugins/olp-plo-sessions-sync/img/hero.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.marker-hero h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 60px;
  margin: 0;
}

/* ---------------------------------------------------------------------- */
/* Hero intro copy — on the page's white background, between the hero and */
/* the Step 1 / Step 2 instructions.                                      */
/* ---------------------------------------------------------------------- */
.marker-intro {
  max-width: 700px;
  margin: 40px auto 0;
  padding: 0 20px;
  text-align: center;
}
.marker-intro p {
  margin: 0;
}

@media (max-width: 800px) {
  .marker-intro {
    display: none;
  }
}
/* ---------------------------------------------------------------------- */
/* Instructions (Step 1 / Step 2) — matches .session-instructions,        */
/* adapted to two columns instead of three.                               */
/* ---------------------------------------------------------------------- */
body .marker-instructions {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 60px auto;
}
body .marker-instructions .step-1,
body .marker-instructions .step-2 {
  flex: 1 1 50%;
  text-align: left;
  padding: 0 1rem;
  box-sizing: border-box;
}
body .marker-instructions .step-1 h2,
body .marker-instructions .step-2 h2 {
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: var(--odc-dark-purple);
  margin: 0 0 10px;
}
body .marker-instructions .step-1 p,
body .marker-instructions .step-2 p {
  margin: 0;
}

@media (max-width: 800px) {
  body .marker-instructions {
    display: none;
  }
}
/* ---------------------------------------------------------------------- */
/* Search / filter toggle bar                                             */
/* ---------------------------------------------------------------------- */
body .marker-filter-controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--odc-panel-bg);
  padding: 40px 80px 50px;
}
body .marker-filter-controls .controls-title {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 48px;
  color: var(--odc-purple);
}

.odc-search-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.filter-marker-button img {
  vertical-align: middle;
  margin-right: 6px;
}

.hide-on-desktop {
  display: none;
}

.marker-view-toggle {
  display: inline-flex;
  border: 1px solid var(--odc-purple);
  border-radius: 30px;
  overflow: hidden;
}

.marker-view-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: #fff;
  color: var(--odc-purple);
  cursor: pointer;
}
.marker-view-toggle-btn + .marker-view-toggle-btn {
  border-left: 1px solid var(--odc-purple);
}
.marker-view-toggle-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.marker-view-toggle-btn.is-active {
  background: var(--odc-purple);
  color: #fff;
}

body .search-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .search-container:has(input:focus-visible) {
  outline-color: var(--odc-purple);
}
body .search-container img {
  width: 18px;
  height: 18px;
}
body .search-container input {
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin-left: 5px;
  margin-bottom: 0;
  color: #000 !important;
  font-size: 15px;
  min-width: 200px;
}

/* ---------------------------------------------------------------------- */
/* Active filter indicators                                               */
/* ---------------------------------------------------------------------- */
.active-filter-indicators {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  padding: 30px 15px;
  background-color: #fff;
}
.active-filter-indicators .indicators-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--odc-dark-purple);
  margin-right: 5px;
}
.active-filter-indicators .indicators-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.filter-indicator {
  display: inline-flex;
  align-items: center;
  background-color: var(--odc-purple);
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 16px !important;
  cursor: pointer;
  transition: background-color 0.2s;
}
.filter-indicator:hover, .filter-indicator:focus {
  background-color: var(--odc-purple-hover);
}
.filter-indicator .indicator-text {
  font-size: 18px !important;
  font-weight: 600;
  margin-right: 8px;
}
.filter-indicator .icon-close {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

@media (max-width: 800px) {
  .active-filter-indicators {
    padding: 10px 15px;
  }
  .active-filter-indicators .indicators-title {
    width: 100%;
    margin-bottom: 5px;
  }
  .filter-indicator {
    font-size: 16px !important;
    padding: 6px 10px;
  }
}
/* ---------------------------------------------------------------------- */
/* Filter panel                                                           */
/* ---------------------------------------------------------------------- */
.marker-controls {
  margin: 0 120px;
  padding: 15px 0;
  display: none;
}

.marker-filters-title-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.marker-filters-title {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  color: var(--odc-purple);
  margin-right: 20px;
}

.marker-count-section {
  font-size: 16px;
  color: var(--odc-dark-purple);
  margin: 0 0 10px;
}

.marker-count {
  font-weight: 700;
}

.filter-control {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.filter-control > span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
}
.filter-control input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px 10px 3px 4px;
  border: 2px solid black;
  background-color: transparent;
  accent-color: var(--odc-purple);
}
.filter-control label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.filter-control .filter-options {
  columns: 3;
}

.greyed-out {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 800px) {
  .filter-control .filter-options {
    columns: 1;
  }
}
.select-all {
  color: var(--odc-purple);
  background-color: var(--odc-panel-bg);
  border-radius: 30px;
  padding: 10px 15px;
  display: inline-flex;
  margin-bottom: 10px;
  cursor: pointer;
}

.olp-radio {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  height: 50px;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}
.olp-radio label {
  flex: 1 1 auto;
  text-align: center;
  margin: 0;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  border-right: 1px solid #000;
  cursor: pointer;
}
.olp-radio label:last-child {
  border-right: none;
}
.olp-radio label input {
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  display: none;
}
.olp-radio label:has(input:checked) {
  background-color: var(--odc-purple);
  color: #fff;
  font-weight: 600;
}

.sort-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}

.marker-sort label {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}

select.sort-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 8px 40px 8px 0;
  margin-bottom: 15px;
  font-size: 15px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%225%2C7%2015%2C7%2010%2C12%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 5px top 55%;
}

/* ---------------------------------------------------------------------- */
/* List + map                                                              */
/* ---------------------------------------------------------------------- */
.odyssey-container {
  display: grid;
  grid-template-columns: 40% 60%;
  position: relative;
}

.marker-list-wrapper {
  background-color: #f7f7f7;
}

.marker-list-topper {
  padding: 15px 20px;
  background-color: var(--odc-panel-bg);
  color: var(--odc-purple);
  font-weight: 600;
}

#marker-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1rem;
  list-style: none;
  padding: 15px;
  margin: 0;
}
#marker-list li {
  display: block;
  font-size: 16px;
  background-color: #fff;
  border-radius: 3px;
  flex-basis: calc(50% - 10px);
  padding: 15px;
}

@media (max-width: 800px) {
  #marker-list li {
    flex-basis: 100%;
  }
}
.marker-thumbnail-container {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: var(--odc-panel-bg);
  display: flex;
  margin-bottom: 15px;
}

.marker-thumbnail-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

#marker-list .view-marker-details:focus,
#marker-list .marker-thumbnail-trigger:focus {
  outline: none;
}

img.marker-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.marker-thumbnail--placeholder {
  object-fit: contain;
  padding: 16px;
}

.marker-badge {
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.4;
}
.marker-badge--lang {
  top: 15px;
  left: 15px;
  border-radius: 30px;
  padding: 5px 15px;
  background-color: var(--odc-dark-purple);
  color: #fff;
  text-transform: uppercase;
}
.marker-badge--year {
  bottom: 0;
  right: 0;
  background-color: var(--odc-purple);
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px 0 0 0;
}
.marker-badge--stream {
  position: static;
  color: var(--odc-purple);
  font-weight: 700;
  white-space: nowrap;
}

.marker-details {
  color: #000;
}

.marker-header {
  display: block;
  font-size: 18px;
  color: var(--odc-dark-purple);
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}
.marker-header a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.marker-headline {
  font-style: italic;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.marker-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.marker-location {
  font-weight: 600;
  margin: 0 0 5px;
}

.marker-tags {
  color: #666;
  font-size: 13px;
  margin: 0 0 10px;
}

/* ---------------------------------------------------------------------- */
/* List view (toggle)                                                     */
/* ---------------------------------------------------------------------- */
.marker-list-line {
  display: none;
  margin: 0;
}
.marker-list-line a {
  text-decoration: none;
  color: inherit;
}

#marker-list.layout-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
}
#marker-list.layout-list li {
  flex-basis: auto;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ece8f2;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: default;
}
#marker-list.layout-list li.list-row-even {
  background: #e9e8ed;
}
#marker-list.layout-list li:hover {
  background: #f5f0fa;
}
#marker-list.layout-list li:not(.no-results-message)::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 13px;
  background: url("/wp-content/uploads/2025/01/cmec_home_image_diomond.webp") center/contain no-repeat;
}
#marker-list.layout-list li .marker-thumbnail-container,
#marker-list.layout-list li .marker-details {
  display: none;
}
#marker-list.layout-list li .marker-list-line {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--odc-dark-purple);
}

.no-results-message {
  display: none;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  color: var(--odc-dark-purple);
}
.no-results-message a {
  color: var(--odc-purple);
}

.marker-map-wrapper {
  position: relative;
}

#marker-map {
  width: 100%;
  height: 100vh;
  position: sticky !important;
  top: 0;
}

/* ---------------------------------------------------------------------- */
/* Disclaimer — sits below the map/list section, matches the jr dev's     */
/* disclaimer_header + content placement (below the results, before any   */
/* modals in the DOM). Their version has no custom CSS at all — the       */
/* <h4>/<div> just inherit the theme's normal text size — so this only    */
/* sets layout (width/spacing), not typography, to match that exactly.    */
/* ---------------------------------------------------------------------- */
.marker-disclaimer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}
.marker-disclaimer h4 {
  margin: 0 0 8px;
}
.marker-disclaimer p {
  margin: 0;
}

/* ---------------------------------------------------------------------- */
/* Modals (multi-marker chooser + detail popup + filter definitions)      */
/* ---------------------------------------------------------------------- */
#marker-location-modal,
#marker-detail-modal,
#definition-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  align-items: center;
  justify-content: center;
}
#marker-location-modal.hidden,
#marker-detail-modal.hidden,
#definition-modal.hidden {
  display: none;
}

#marker-location-modal {
  background: rgba(35, 39, 90, 0.8);
}
#marker-location-modal .modal-content {
  background: #fff;
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  max-height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: left;
  position: relative;
}
#marker-location-modal .close-button {
  border: none;
  padding: 0;
  font: inherit;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
  transition: box-shadow 0.2s;
}
#marker-location-modal .close-button:hover, #marker-location-modal .close-button:focus-visible {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
#marker-location-modal .close-button:focus-visible {
  outline: 2px solid var(--odc-purple);
  outline-offset: 2px;
}
#marker-location-modal .close-button img {
  width: 20px;
  height: 20px;
}

.marker-links {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.marker-links p {
  margin: 0;
}
.marker-links p:nth-child(even) {
  background: var(--odc-panel-bg);
}
.marker-links a {
  display: block;
  padding: 10px 24px;
  color: var(--odc-purple);
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.marker-links a:hover {
  background-color: var(--odc-purple);
  color: #fff;
}
.marker-links .marker-link-location {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  margin-top: 2px;
}

#marker-detail-modal {
  background: rgba(11, 11, 11, 0.8);
}
#marker-detail-modal .modal-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: none;
  width: min(1300px, 94vw);
  max-width: min(1300px, 94vw);
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
#marker-detail-modal .marker-detail-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
#marker-detail-modal .close-button {
  border: none;
  padding: 0;
  font: inherit;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
  transition: box-shadow 0.2s;
}
#marker-detail-modal .close-button:hover, #marker-detail-modal .close-button:focus-visible {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
#marker-detail-modal .close-button:focus-visible {
  outline: 2px solid var(--odc-purple);
  outline-offset: 2px;
}
#marker-detail-modal .close-button img {
  width: 20px;
  height: 20px;
}

.map-popup {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.popup-left-col {
  width: 340px;
  min-width: 340px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.popup-sidebar {
  width: 100%;
  background: var(--odc-purple);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.popup-watermark {
  width: 100%;
  opacity: 0.15;
  pointer-events: none;
  display: block;
}

.popup-photo {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  flex-shrink: 0;
  background: #3a1a52;
}
.popup-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popup-photo--placeholder img {
  object-fit: contain;
  padding: 16px;
  background: var(--odc-panel-bg);
}

.popup-location {
  padding: 24px 20px;
  color: #fff;
}
.popup-location h1 {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 8px;
  letter-spacing: 0;
}

.popup-province {
  color: #d4b8e8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popup-year {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 8px;
  opacity: 0.75;
}

.popup-content {
  flex: 1;
  padding: 35px 20px 20px;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  position: relative;
}
.popup-content::before {
  content: "";
  height: 10px;
  width: 55%;
  background: #522a73;
  position: absolute;
  top: 5px;
}
.popup-content::after {
  content: "";
  height: 10px;
  width: 55%;
  background: #05bbb7;
  position: absolute;
  top: 15px;
  right: 0;
}

.popup-headline {
  margin: 0 0 24px;
  padding: 24px 28px;
  color: var(--odc-purple);
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}

.popup-qa-card {
  padding: 20px;
  background: transparent;
}
.popup-qa-card:nth-child(even) {
  background: #e9e8ed;
}

.popup-qa-question {
  color: var(--odc-purple);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.popup-qa-answer {
  color: #000;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 800px) {
  #marker-detail-modal .modal-content {
    width: 94vw;
    max-width: 94vw;
  }
}
@media (max-width: 640px) {
  .map-popup {
    flex-direction: column;
  }
  .popup-left-col {
    width: 100%;
    min-width: 0;
    position: static;
  }
  .popup-photo {
    aspect-ratio: 16/7;
  }
  .popup-watermark {
    display: none;
  }
}
.definition-icon {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  line-height: 0;
}
.definition-icon img {
  width: 20px;
  height: 20px;
}

#definition-modal {
  background: rgba(35, 39, 90, 0.8);
}
#definition-modal .modal-content {
  background: #fff;
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  padding: 15px 30px;
  text-align: left;
  position: relative;
}
#definition-modal .modal-title {
  margin: 0 0 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #292763;
}
#definition-modal .modal-info {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
#definition-modal .close-button {
  border: none;
  padding: 0;
  background: transparent;
  font: inherit;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  line-height: 0;
}
#definition-modal .close-button:focus-visible {
  outline: 2px solid var(--odc-purple);
  outline-offset: 2px;
}
#definition-modal .close-button img {
  width: 20px;
  height: 20px;
}

/* ---------------------------------------------------------------------- */
/* Responsive                                                              */
/* ---------------------------------------------------------------------- */
@media (max-width: 800px) {
  .hide-on-desktop {
    display: block;
  }
  .hide-on-mobile {
    display: none !important;
  }
  body .marker-hero,
  .marker-filter-controls .controls-title {
    display: none;
  }
  body .marker-filter-controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: var(--odc-panel-bg);
    padding: 10px 10px;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .filter-marker-button {
    background: transparent !important;
    border: none;
    padding: 10px;
  }
  .filter-marker-button > span {
    display: none;
  }
  .filter-icon {
    display: none;
  }
  .filter-icon-mobile {
    display: inline-block;
  }
  body .search-container {
    width: 300px;
  }
  #marker-search {
    width: 100px;
  }
  .search-container {
    margin: 0;
  }
  .odyssey-container {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .marker-map-wrapper {
    order: 1;
    position: sticky;
    top: 50px;
  }
  .marker-list-wrapper {
    order: 2;
    position: relative;
    margin-top: 65vh;
    z-index: 9999;
  }
  #marker-map {
    width: 100%;
    height: 75vh;
    position: absolute !important;
    top: 0;
  }
  #marker-list {
    padding: 0;
  }
  #wpadminbar {
    display: none !important;
  }
  .marker-list-topper {
    display: flex;
    height: 78px;
    border-radius: 40px 40px 0 0;
    position: absolute;
    top: -78px;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    align-items: center;
    background: #fff;
    justify-content: center;
  }
  .marker-list-topper .topper-line {
    position: absolute;
    top: 15px;
  }
  body .marker-controls {
    margin: 0 10px;
  }
  .active-filter-indicators {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
