.service-sidebar-container-04e54785 {
	display: flex;
	flex-direction: column;
	gap: 10px; /* Default gap */
	width: 100%;
}

.service-sidebar-btn-04e54785 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
	min-height: 50px;
	padding: 15px 20px;
	background-color: #0073e6;
	color: #ffffff;
	border-radius: 4px;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.service-sidebar-btn-04e54785:hover,
.service-sidebar-btn-04e54785:focus {
	background-color: #005bb5;
	color: #ffffff;
	text-decoration: none;
}
