.size-guide-btn-fa632cca {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	background-color: transparent;
	color: #333;
	text-decoration: underline;
	transition: all 0.3s ease;
	cursor: pointer;
}

.size-guide-btn-fa632cca:hover {
	color: #000;
	text-decoration: none;
}

.sg-icon-fa632cca {
	display: inline-flex;
	align-items: center;
}

.sg-icon-fa632cca svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}
