.bpgc-2053-container {
	position: relative;
	width: 100%;
	height: 300px; /* Fixed height for demo purposes, adjust as needed */
	background: radial-gradient(circle at top right, #388e73 0%, #1e4b47 50%, #112a32 100%);
	border-radius: 12px;
	overflow: hidden;
	font-family: sans-serif;
	box-sizing: border-box;
	padding: 20px;
}

/* Optional overlay circles for decoration to match the design */
.bpgc-2053-container::before,
.bpgc-2053-container::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	pointer-events: none;
}

.bpgc-2053-container::before {
	width: 400px;
	height: 400px;
	top: -100px;
	right: -100px;
}

.bpgc-2053-container::after {
	width: 300px;
	height: 300px;
	bottom: -50px;
	left: -50px;
}

.bpgc-2053-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	z-index: 2;
}

.bpgc-2053-featured {
	top: 20px;
	left: 20px;
	text-transform: uppercase;
}

.bpgc-2053-dot {
	width: 8px;
	height: 8px;
	background-color: #6ee7b7;
	border-radius: 50%;
	margin-right: 8px;
	box-shadow: 0 0 8px rgba(110, 231, 183, 0.6);
}

.bpgc-2053-read-time {
	top: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
}

.bpgc-2053-tags-wrapper {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	gap: 10px;
	z-index: 2;
	flex-wrap: wrap;
}

.bpgc-2053-tag {
	padding: 6px 14px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-size: 13px;
	backdrop-filter: blur(4px);
}