.canton-map-section {
  width: 100%;
  height: 100%;
  gap: 2rem;
}
.canton-map-section .canton-map-wrapper {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .canton-map-section .canton-map-wrapper {
    width: 100%;
  }
}
.canton-map-section .canton-map-wrapper svg {
  object-fit: cover;
  width: 100%;
  margin-left: -10%;
  transform: scale(1.12);
}
@media screen and (max-width: 960px) {
  .canton-map-section .canton-map-wrapper svg {
    width: 100%;
    margin-left: 0%;
    transform: scale(1.3);
    transform-origin: 80% 50%;
  }
}
.canton-map-section .canton-map-wrapper svg path {
  outline: none;
}
.canton-map-section .left-col {
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .canton-map-section .left-col {
    width: 100%;
  }
}
.canton-map-section .left-col h3 {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1660px) {
  .canton-map-section .left-col h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1280px) {
  .canton-map-section .left-col h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .canton-map-section .left-col h3 {
    font-size: 1.5rem;
  }
}
.canton-map-section .left-col .form-wrapper {
  margin-bottom: 2rem;
}
.canton-map-section .left-col .form-wrapper .form-control-custom {
  width: 100%;
}
.canton-map-section .left-col .form-wrapper .form-control-custom label {
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 0.3rem;
  font-size: 14px;
}
.canton-map-section .left-col .form-wrapper .form-control-custom .select-wrapper {
  position: relative;
  display: inline-flex;
  min-width: 9.375rem;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #939393;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 10C19 12.7614 16.7614 15 14 15C11.2386 15 9 12.7614 9 10C9 7.23858 11.2386 5 14 5C16.7614 5 19 7.23858 19 10ZM21 10C21 13.866 17.866 17 14 17C12.4306 17 10.9818 16.4835 9.81438 15.6113L4.412 21.0031L3 19.5871L8.39794 14.1979C7.52011 13.0284 7 11.5749 7 10C7 6.13401 10.134 3 14 3C17.866 3 21 6.13401 21 10Z" fill="%23333333"/></svg>');
  background-position: 5px center;
  background-repeat: no-repeat;
  width: 20rem;
  cursor: pointer;
}
.canton-map-section .left-col .form-wrapper .form-control-custom .select-wrapper::after {
  content: " ";
  background-image: url("./img/dropdown-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-size: contain;
  width: 12px;
  height: 6px;
}
.canton-map-section .left-col .form-wrapper .form-control-custom .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 2rem;
}
.canton-map-section .left-col .results {
  max-width: 80%;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .canton-map-section .left-col .results {
    max-width: 100%;
    margin-top: 3rem;
  }
}
.canton-map-section .left-col .results .row {
  padding-bottom: 0.81rem;
  margin-bottom: 0.81rem;
  border-bottom: 1px solid #D4D4D8;
  display: flex;
  gap: 2rem;
}
.canton-map-section .left-col .results .row:last-child {
  border-bottom: none;
}
.canton-map-section .left-col .results .row span, .canton-map-section .left-col .results .row h4 {
  font-size: 1.625rem;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 960px) {
  .canton-map-section .left-col .results .row span, .canton-map-section .left-col .results .row h4 {
    font-size: 1.25rem;
  }
}
.canton-map-section .left-col .results .row .heading {
  font-weight: 700;
}
.canton-map-section .left-col .results .row h4 {
  width: 65%;
}
.canton-map-section .left-col .results .row span {
  width: 30%;
}
.canton-map-section .left-col .results .row span.yellow-label::before {
  left: -0.8rem;
}
.canton-map-section .left-col .results.hidden {
  display: none;
}
.canton-map-section .error-msg {
  color: #ff0000;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.canton-map-section .error-msg.hidden {
  display: none;
}
.canton-map-section .canton-label {
  font-size: 7px;
  font-weight: 400;
  fill: black;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .canton-map-section .canton-label {
    font-size: 13px;
  }
}