.pc-card-6c47a4e2 {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center;
	border: 1px solid #f0f0f0;
}

.pc-card-6c47a4e2:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.pc-header-6c47a4e2 .pc-icon-6c47a4e2 {
	font-size: 32px;
	color: #ff6b6b; /* Default pizza color suggestion */
	margin-bottom: 8px;
}
.pc-header-6c47a4e2 .pc-icon-6c47a4e2 svg {
	width: 32px;
	height: 32px;
	fill: #ff6b6b;
}

.pc-image-6c47a4e2 img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.pc-title-6c47a4e2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 8px;
	color: #333333;
}

.pc-price-6c47a4e2 {
	font-size: 18px;
	font-weight: 700;
	color: #e74c3c;
}

.pc-btn-6c47a4e2 {
	display: inline-block;
	width: 100%;
	padding: 12px 24px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
}

/* Hover effects controlled via Elementor settings usually, but defaults here */
.pc-card-6c47a4e2:hover .pc-btn-6c47a4e2 {
	background-color: #ff6b6b;
}

.pc-btn-6c47a4e2:hover {
	opacity: 0.9;
}