.rn-dffeb0c2-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
	background-color: #fffafb;
	border: 1px solid #fbe6e6;
	border-radius: 15px;
}

.rn-dffeb0c2-header {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rn-dffeb0c2-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rn-dffeb0c2-icon i {
	font-size: 20px;
	color: #ffcc00;
}

.rn-dffeb0c2-icon svg {
	width: 20px;
	height: 20px;
	fill: #ffcc00;
}

.rn-dffeb0c2-title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #b35959;
	text-transform: uppercase;
}

.rn-dffeb0c2-body {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.rn-dffeb0c2-lead {
	font-weight: 700;
	color: #222;
	margin-right: 5px;
}

.rn-dffeb0c2-content {
	display: inline;
}

.rn-dffeb0c2-content p {
	margin-top: 0;
	margin-bottom: 1em;
}

.rn-dffeb0c2-content p:last-child {
	margin-bottom: 0;
}
