.local-tsg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.local-tsg__row {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  max-width: 1315px;
  margin: 0px auto;
}

.local-tsg__card-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  text-align: center;
}

.local-tsg__card-wrapper {
  display: flex;
  max-width: 428px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background: #FCFDFD;
  box-shadow: 0px 30px 80px 0px rgba(164, 185, 196, 0.20);
  padding: 24px 14px;
  gap: 24px;
  max-height: 588px;
}

.local-tsg__card-title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  color: #1D252C;
  text-align: center;
}

.local-tsg__card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
  color: #626474;
  margin: 0;
}

.local-tsg__list {
  margin 0px 23px;
  overflow: auto;
}

.local-tsg__list-col {
  padding: 12px 0px;
}

.local-tsg__list-col:first-child {
  padding-top: 0;
}

.local-tsg__list-item-title {
  color: #5B6670;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.local-tsg__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.local-tsg__list-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid rgba(204, 204, 204, 1);
  width: 100%;
}

.local-tsg__list-col:last-child {
  border-color: transparent;
}

.local-tsg__list-item-link {
  display: flex;
  padding: 6px 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.3s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #5B6670;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.local-tsg__list-item-link:hover {
  border: 1px solid rgba(0, 125, 165, 0.50);
  background: #F4F5F6;
}

.local-tsg__card-wpapper::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.local-tsg__card-wpapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.10);
}
 
/* Handle */
.local-tsg__card-wpapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.10); 
  border-radius: 6px;
}

.local-tsg__map-wrapper {
  max-width: 866px;
  width: 100%;
  aspect-ratio: 866 / 573;
}

.local-tsg__map-wrapper svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1439px) {
  .local-tsg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1240px) {
  .local-tsg__row {
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .local-tsg__row {
    flex-direction: column;
    gap: 0;
  }
  .local-tsg__card-wrapper {
    max-width: 100%;
    max-height: 100%;
    margin-top: -80px;
    gap: 32px;
  }
  .local-tsg__list {
    flex-direction: row;
    overflow: unset;
  }
  .local-tsg__list-col {
    padding: 0px 22px;
    border-bottom: none;
    border-right: 1px solid rgba(204, 204, 204, 1);
  }
  
  .local-tsg__list-col:first-child {
    padding-left: 0px;
  }
  
  .local-tsg__list-col:last-child {
    padding-right: 0px;
    border-right: none;
  }
}

@media (max-width: 768px) {
  .local-tsg__list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .local-tsg__row {
    gap: 32px;
  }
  
  .local-tsg__card-wrapper {
    gap: 24px;
    margin-top: 0;
  }
  
  .local-tsg__card-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
  }

  .local-tsg__list-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    border-right: none;
    width: 100%;
    padding: 8px 0;
  }

  .local-tsg__list-col:last-child {
    border-color: transparent;
  }
}

#tsg-us-interactive-map path {
  transition: all 0.3s ease-in;
}

#tsg-us-interactive-map path.active {
  fill: #A9DBE8;
  fill-opacity: 1;
  transition: all 0.3s ease-in;
}
