.tg-county-cities{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tg-county-city{
  background: var(--e-global-color-primary);
  padding: 0;
}

.tg-county-city__link,
.tg-county-city__nolink{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  width: 100%;
  text-decoration: none;
}

.tg-county-city svg{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #fff;
}

.tg-city-name{
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tg-county-city__link:hover{
  opacity: .92;
}
.elementor-widget-shortcode{
	width:100% !important;
}

.tg-city-county-intro{
	color:white;
}


@media (max-width: 1200px){
  .tg-county-cities{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px){
  .tg-county-cities{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 480px){
  .tg-county-cities{
    grid-template-columns: 1fr;
    gap: 12px;
  }
	.tg-county-city__link,
	.tg-county-city__nolink{
		padding:6px;
	}
	.tg-county-city svg{
		width:18px;
		height:18px;
	}
}
