.fdigital-product-note {
	margin: 1.25rem 0 2rem;
	border: 1px solid #e3e3ef;
	border-left: 5px solid #3030db;
	border-radius: 12px;
	background: #f7f7ff;
	padding: 1.25rem 1.4rem;
}

.fdigital-product-note__label,
.fdigital-product-note__checked {
	color: #626273;
	font-size: .8rem;
}

.fdigital-product-note__label {
	margin: 0 0 .25rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.fdigital-product-note h3 {
	margin: 0 0 .5rem;
}

.fdigital-product-note__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.fdigital-product-note__columns > div {
	border-radius: 8px;
	background: #fff;
	padding: 1rem;
}

.fdigital-product-note__columns ul {
	margin: .5rem 0 0;
}

.fdigital-product-note__checked {
	margin: 1rem 0 0;
}

@media (max-width: 620px) {
	.fdigital-product-note__columns { grid-template-columns: 1fr; }
}
