.ccsl-carte-territoire {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.ccsl-carte-svg-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1026 / 896;
  background: #FFF;
  overflow: hidden;
  border-radius: 8px;
}

.ccsl-carte-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ccsl-carte-hover {
  filter: brightness(0.85);
  cursor: pointer;
}

.ccsl-carte-panel {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 280px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 16px;
  display: none;
  z-index: 10;
}

.ccsl-carte-panel.is-visible {
  display: block;
}

.ccsl-carte-panel__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  background-color: #f4f4f4 !important;
  color: #666 !important;
}

.ccsl-carte-panel__placeholder {
  color: #666;
  font-style: italic;
  margin: 0;
}

.ccsl-carte-panel__title {
  margin: 0 24px 8px 0;
  font-size: 1.1rem;
}

.ccsl-carte-panel__list {
  margin: 0;
  font-size: 0.9rem;
}

.ccsl-carte-panel__list dt {
  font-weight: 600;
  margin-top: 6px;
}

.ccsl-carte-panel__list dd {
  margin: 0 0 2px;
}

.ccsl-carte-panel__cta {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 200px 200px 200px 200px;
  font-size: 0.85rem;
  background-color: #91D644;
  font-family: "Barlow", Sans-serif;
  font-weight: 500;
}

@media (max-width: 600px) {
  .ccsl-carte-panel {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 16px;
    width: auto;
  }
}
