/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2025 | 20:48:18 */
// Styles for The Icons in terms of Taxonomy Services for Section Services in SINGULAR Company template
.wp-singular .custom-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-singular .service-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-singular .service-tag {
  display: flex;
  gap: 15px;
  padding: 6px 0;
  line-height: 30px;
  color: rgb(101, 101, 101);
  font-size: 20px;
}
.wp-singular .service-icon {
  width: 30px;
  display: inline-block;
}

.wp-singular .custom-service-tags ul.service-tags-list {
	padding-left:0;
}

@media (max-width: 600px) {
	.wp-singular .custom-service-tags ul.service-tags-list {
	  grid-template-columns: 1fr;
	}
}
