.jerib-repeater-icon-box-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.jerib-repeater-icon-box-item {
	display: flex;
	align-items: flex-start;
	column-gap: 14px;
	min-width: 0;
}

.jerib-repeater-icon-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 10px;
	background-color: #eaf3ec;
	color: #16853b;
	line-height: 1;
	overflow: hidden;
}

.jerib-repeater-icon-box-icon i {
	font-size: 18px;
	line-height: 1;
}

.jerib-repeater-icon-box-icon svg,
.jerib-repeater-icon-box-icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.jerib-repeater-icon-box-icon svg {
	fill: currentColor;
}

.jerib-repeater-icon-box-content {
	flex: 1 1 auto;
	min-width: 0;
}

.jerib-repeater-icon-box-title {
	margin: 0 0 2px;
	padding: 0;
	color: #0a0a0a;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.jerib-repeater-icon-box-description {
	margin: 0;
	padding: 0;
	color: #4a4a4a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	white-space: pre-line;
	overflow-wrap: anywhere;
}

.jerib-repeater-icon-box-description p {
	margin: 0;
}

.jerib-repeater-icon-box-notice {
	padding: 12px 14px;
	border: 1px dashed #b8b8b8;
	border-radius: 6px;
	background: #fafafa;
	color: #555;
	font-size: 13px;
}
