/* Map box */
/* .eu-interactive-map-box {
  background: #fff;
  border: 2.5px solid #fcdc04;
  border-radius: 14px;
  padding: 28px 18px 18px 18px;
  margin-top: 8px;
  width: 100%;
  max-width: 520px;
  min-height: 370px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.eu-interactive-map-box__label {
  font-size: 1rem;
  color: #7a7a7a;
  margin-bottom: 12px;
  display: block;
} */

/* .eu-interactive-map svg {
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 450px;
  display: block;
  margin: 0 auto;
} */

/* Map colors */
/* .eu-interactive-map path {
  stroke: #fff;
  stroke-width: 1.5;
  transition: fill 0.2s;
} */

/* .eu-interactive-map path.selected,
.eu-interactive-map path:hover {
  fill: #fcdc04;
} */

/* Responsive */
/* @media (max-width: 900px) {
  .eu-map-section {
    flex-direction: column;
    gap: 20px;
  }
  .eu-map-section__right {
    align-items: stretch;
  }
  .eu-interactive-map-box {
    max-width: 100%;
    min-width: 0;
  }
} */

.eu-country-select-wrapper {
  width: 220px;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 20px !important;
}

.choices__inner {
  background-color: #ffffff;
  border-radius: 8px;
  border-color: #d9dcee;
  min-height: 40px;
}

.choices__list--single {
  padding: 0 4px;
}

.is-focused .choices__inner,
.is-open .choices__inner,
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #d9dcee;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* SVG Map Styles */
/* .c-hero__image.map_image svg {
  width: 100%;
  height: auto;
  display: block;
} */

/* Default country styles */
.c-hero__image.map_image svg path.s1 {
  fill: #00188c;
  stroke: #ffffff;
  stroke-width: 1;
  cursor: pointer;
  transition: fill 0.2s ease, stroke-width 0.2s ease;
}

/* Hover state */
.c-hero__image.map_image svg path.s1.country-hover {
  fill: #fcdc04;
  stroke-width: 1.5;
}

/* Selected state */
.c-hero__image.map_image svg path.s1.country-selected {
  fill: #fcdc04;
  stroke-width: 2;
}

/* Non-interactive countries (background) */
.c-hero__image.map_image svg path.s0 {
  fill: #e5e5e5;
  stroke: #cccccc;
  stroke-width: 0.5;
  pointer-events: none;
}

/* Tooltip styles */
.country-tooltip {
  font-family: inherit;
  white-space: nowrap;
  max-width: 200px;
}

@media (min-width: 768px) {
  .c-hero__image.map_image {
    width: unset;
  }
  .c-hero {
    padding-bottom: unset !important;
    margin-bottom: 72px;
  }
}

/* .c-hero__image.map_image img {
  max-width: 100%;
} */

/* .s0 {
  fill: #d9d9d9;
  stroke: #ffffff;
}

.s1 {
  fill: #00188c;
  stroke: #ffffff;
  transition: fill 0.2s;
}

.s1:selected {
  fill: #fcdc04;
}
.s1:hover {
  fill: #fcdc04;
  transition: fill 0.2s;
} */
