.rc-e75921fd-container {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-left-width: 6px;
	border-left-color: #f59e0b; /* Default accent */
	border-radius: 4px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	overflow: hidden;
}

.rc-e75921fd-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rc-e75921fd-text-col {
	flex: 1;
	padding: 30px;
}

.rc-e75921fd-image-col {
	flex: 0 0 40%;
	max-width: 400px;
	position: relative;
	overflow: hidden;
}

.rc-e75921fd-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rc-e75921fd-highlight {
	display: inline-block;
	background-color: #fef3c7;
	color: #854d0e;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 4px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}

.rc-e75921fd-title {
	font-size: 24px;
	font-weight: 700;
	color: #0369a1;
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 0;
}

.rc-e75921fd-desc {
	font-size: 14px;
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 20px;
}

.rc-e75921fd-stats {
	display: flex;
	gap: 30px;
	margin-bottom: 25px;
}

.rc-e75921fd-stat-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rc-e75921fd-stat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #f1f5f9;
	color: #0369a1;
	border-radius: 50%;
	font-size: 14px;
}

.rc-e75921fd-stat-icon svg {
	width: 14px;
	height: 14px;
	fill: #0369a1;
}

.rc-e75921fd-stat-content {
	display: flex;
	flex-direction: column;
}

.rc-e75921fd-stat-label {
	font-size: 10px;
	color: #94a3b8;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}

.rc-e75921fd-stat-value {
	font-size: 14px;
	color: #334155;
	font-weight: 600;
	line-height: 1.2;
}

.rc-e75921fd-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.rc-e75921fd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 20px;
	border-radius: 4px;
	transition: all 0.2s ease;
	cursor: pointer;
}

.rc-e75921fd-btn-1 {
	background-color: #0284c7;
	color: #ffffff;
}

.rc-e75921fd-btn-1:hover {
	background-color: #0369a1;
}

.rc-e75921fd-btn-2 {
	background-color: transparent;
	color: #0284c7;
	border: 1px solid #cbd5e1;
}

.rc-e75921fd-btn-2:hover {
	background-color: #f8fafc;
}

/* Responsive */
@media (max-width: 767px) {
	.rc-e75921fd-container {
		flex-direction: column;
	}
	.rc-e75921fd-image-col {
		flex: none;
		width: 100%;
		max-width: 100%;
		min-height: 200px;
	}
	.rc-e75921fd-text-col {
		padding: 20px;
	}
	.rc-e75921fd-stats {
		flex-direction: column;
		gap: 15px;
	}
}
