.cc-387-card {
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cc-387-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.cc-387-link-wrapper {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cc-387-img {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	border-radius: 8px 8px 0 0;
}

.cc-387-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.cc-387-title {
	margin: 0 0 10px 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
}

.cc-387-meta {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	margin-bottom: 20px;
	font-size: 0.9rem;
	color: #666;
	flex-wrap: wrap;
}

.cc-387-meta i {
	margin-right: 5px;
	color: #007bff;
}

.cc-387-footer {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eee;
	padding-top: 15px;
}

.cc-387-price {
	font-size: 1.2rem;
	font-weight: 700;
	color: #007bff;
}

.cc-387-btn {
	background-color: #007bff;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	transition: background-color 0.3s ease;
}

.cc-387-btn:hover {
	background-color: #0056b3;
}
