.btn-section {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.btn-section {
	margin-top: 20px;
}

.btn-section .sidlankar-button__icon {
	display: inline-flex;
	margin-left: 8px;
}

.btn-section .sidlankar-button__icon svg {
	width: 12px;
	height: auto;
}

.btn-section .sidlankar-button__icon svg path {
	fill: white;
	transition: fill 0.2s ease-out;
}

.btn-section .btn:hover .sidlankar-button__icon svg path {
	fill: black;
}
