.bpc-898de251-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.bpc-898de251-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bpc-898de251-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.bpc-898de251-image-link {
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.bpc-898de251-image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-color: #e5e7eb;
	transition: transform 0.3s ease;
}

.bpc-898de251-no-thumb {
	background-color: #d1d5db;
}

.bpc-898de251-card:hover .bpc-898de251-image {
	transform: scale(1.05);
}

.bpc-898de251-content {
	padding: 20px 20px 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.bpc-898de251-badge {
	display: inline-block;
	width: fit-content;
	background-color: #5b8dee;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 3px 12px;
	border-radius: 20px;
	line-height: 1.5;
}

.bpc-898de251-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: #1a1a2e;
}

.bpc-898de251-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.bpc-898de251-title a:hover {
	color: #5b8dee;
}

.bpc-898de251-excerpt {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #6b7280;
}

.bpc-898de251-author-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid #f0f0f0;
}

.bpc-898de251-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	background-color: #d1d5db;
	flex-shrink: 0;
}

.bpc-898de251-author-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1px;
}

.bpc-898de251-author-name {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: #1a1a2e;
}

.bpc-898de251-date {
	font-size: 12px;
	line-height: 1.3;
	color: #9ca3af;
}

.bpc-898de251-empty {
	text-align: center;
	padding: 40px 20px;
	color: #6b7280;
	font-size: 14px;
}
