/* Entertainment cards */
.ent-card {
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}

.ent-img {
	width: 100%;
	height: 260px;
	background-size: cover;
	background-position: center;
}

.ent-body {
	padding: 1rem 1.25rem;
}

.ent-tag {
	color: #6b7280;
	font-size: 0.9rem;
}

.ent-title {
	margin: 0.25rem 0 0;
	color: #111827;
}
