
#tt-category-archive .tt-content-archive-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Load More button */
#tt-category-archive #tt-load-more {
	border: none;
	background: transparent;
	display: block;
	padding: 12px 24px;
	margin: 40px auto;
	border: 2px solid #022c52;
	color: #022c52;
	cursor: pointer;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.5;
}

#tt-category-archive #tt-load-more:hover {
	background: #022c52;
	color: #fff;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
	#tt-category-archive {
		display: block;
		padding: 20px;
	}
	
	#tt-category-archive .tt-content-column {
		width: 100%;
	}
	
	#tt-category-archive .tt-content-column {
		grid-template-columns: 1fr;
	}
}
