body {	
	line-height:2.2;
}

.tab-content>.tab-pane {
	overflow-x:scroll !important;
}

/* Fix text breaking in exam cards - allow flex items to grow and prevent unnecessary wrapping */
.education_block_grid.style_2 .cources_info_style3 ul li {
	white-space: nowrap;
	min-width: 0;
	flex: 1 1 auto !important;
	width: auto !important;
	max-width: none;
}

/* Both heading and exam cards are now in containers, so they should align naturally */
/* No special CSS needed - containers will align with standard Bootstrap padding */