.gipps-map-container {
    position: relative;
}

#gipps-map-wrapper svg {
    width: 100%;
    height: auto;
    cursor: pointer;
    display: flex;
}

#gipps-map-wrapper svg * {
    transition: opacity 0.3s ease-in-out;
}

#GL_-_Shape,
#ALC_-_Shape,
#SRC_-_Shape,
#CW {
    pointer-events: auto;
}

[data-region="GL_-_Shape"] *,
[data-region="ALC_-_Shape"] *,
[data-region="SRC_-_Shape"] *,
[data-region="CW"] * {
    opacity: 0.6;
}

[data-region="GL_-_Shape"] #GL_-_Names,
[data-region="GL_-_Shape"] #GL_-_Names *,
[data-region="ALC_-_Shape"] #ALC_-_Names,
[data-region="ALC_-_Shape"] #ALC_-_Names *,
[data-region="SRC_-_Shape"] #SRC_-_Names,
[data-region="SRC_-_Shape"] #SRC_-_Names *,
[data-region="CW"] #CW_-_Names,
[data-region="CW"] #CW_-_Names * {
    opacity: 1;
}

[data-region="GL_-_Shape"] #GL_-_Shape,
[data-region="ALC_-_Shape"] #ALC_-_Shape,
[data-region="SRC_-_Shape"] #SRC_-_Shape,
[data-region="CW"] #CW {
    opacity: 1;
}

[data-region="GL_-_Shape"] #GL_-_Shape *,
[data-region="ALC_-_Shape"] #ALC_-_Shape *,
[data-region="SRC_-_Shape"] #SRC_-_Shape *,
[data-region="CW"] #CW * {
    opacity: 1;
}

.gipps-popup {
    position: absolute;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    z-index: 2;
    max-width: 320px;
    display: none;
    top: 20px;
    right: 20px;
    width: 100%;
    color: white;
}

.gipps-popup .gipps-popup-title {
    font-family: "din-2014", Sans-serif, Arial;
    font-size: 24px;
    font-weight: bold;
}

.gipps-popup .gipps-popup-title:hover {
    text-decoration: underline;
}

.gipps-popup h4 {
    margin: 0 0 10px 0;
    color: white!important;
}

.gipps-popup a {
    color: white!important;
    text-decoration: underline;
}

.gipps-popup .gipps-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none!important;
    font-size: 20px;
    cursor: pointer;
    color: black;
    background: white;
    padding: 0;
    width: 30px;
    height: 30px;
}


.gipps-popup .gipps-close-btn:hover {
    color: white;
    background: black;
}

.gipps-best-known-for-list {
  padding-left: 0;
}

.gipps-best-known-for-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  list-style: none;
}

.gipps-best-known-for-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.42 7.94'%3E%3Cg%3E%3Cpolyline points='6.2 7.69 9.92 3.97 6.2 .25' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:.7px;'%3E%3C/polyline%3E%3Cline y1='3.97' x2='9.92' y2='3.97' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:.7px;'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.gipps-popup-link a {
    padding: 5px 10px;
    background: #ffffff24;
    display: inline-block;
    margin-top: 20px;
}


#Roads,
#Main_Roads,
#GL_-_Names,
#ALC_-_Names,
#SRC_-_Names,
#CW_-_Names {
    pointer-events: none;
}