.la-7178-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.la-7178-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	transition: box-shadow 0.3s ease;
}

.la-7178-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.la-7178-image img {
	width: 100%;
	height: auto;
	display: block;
}

.la-7178-content {
	padding: 20px;
}

.la-7178-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.la-7178-title a {
	text-decoration: none;
	color: inherit;
}

.la-7178-excerpt {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 15px;
}

.la-7178-button {
	display: inline-block;
	padding: 8px 16px;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 0.9rem;
	transition: background-color 0.3s ease;
}

.la-7178-button:hover {
	background-color: #005177;
}
