/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2026 | 10:07:15 */
div.industry-section-links {
	margin-block-start: 10px !important;
}

div.industry-section-links ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

div.industry-section-links :where(.is-layout-flow) > * {
	margin-block-start: 0 !important;
}

h4.industry-section-link {
	font-weight: 500;
	letter-spacing: -0.1px;
    line-height: 1.4;
	margin-block-start: 0;
	margin-block-end: 0;
}


p.industry-section-link a {
	position: relative;
	text-decoration-line: none;
}

p.industry-section-link a::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-left: 0.25rem;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4493 7.41977L11.9411 14.9279L10.8791 13.8659L16.5345 8.21042L0.0998401 8.21042L0.100531 8.11029L0.100532 6.72922L0.0998412 6.62909L16.5345 6.6291L11.109 1.20357L12.1711 0.141532L19.4493 7.41977Z' fill='black' stroke='black' stroke-width='0.2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	vertical-align: middle;
}


h4.industry-section-link a:hover::after {
	opacity: 1;
}
