.bbc-cta-card-21ee4ec6 {
	position: relative;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	margin: 20px 0;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	overflow: hidden;
}
.bbc-cta-badge-21ee4ec6 {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #ffe4e6;
	color: #e11d48;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 9999px;
	text-transform: uppercase;
}
.bbc-cta-layout-21ee4ec6 {
	display: flex;
	align-items: center;
	gap: 20px;
}
@media (max-width: 768px) {
	.bbc-cta-layout-21ee4ec6 {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}
.bbc-cta-graphic-21ee4ec6 {
	font-size: 2.5rem;
	line-height: 1;
	background: #f1f5f9;
	padding: 16px;
	border-radius: 12px;
}
.bbc-cta-details-21ee4ec6 {
	flex-grow: 1;
}
.bbc-cta-subtitle-21ee4ec6 {
	color: #64748b;
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.bbc-cta-title-21ee4ec6 {
	margin: 4px 0 8px 0 !important;
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
}
.bbc-cta-desc-21ee4ec6 {
	color: #475569;
	font-size: 0.95rem;
	margin: 0 !important;
	line-height: 1.5;
}
.bbc-cta-actions-21ee4ec6 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	min-width: 220px;
}
@media (max-width: 768px) {
	.bbc-cta-actions-21ee4ec6 {
		align-items: center;
		width: 100%;
	}
}
.bbc-cta-price-21ee4ec6 {
	font-size: 0.85rem;
	color: #64748b;
	font-weight: 600;
}
.bbc-cta-main-btn-21ee4ec6 {
	display: inline-block;
	background: #ff5722;
	color: #ffffff !important;
	padding: 12px 20px;
	font-weight: 700;
	text-decoration: none !important;
	border-radius: 8px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	transition: background-color 0.2s ease, transform 0.1s ease;
}
.bbc-cta-main-btn-21ee4ec6:hover {
	background: #e64a19;
	transform: translateY(-1px);
}
