
.pb-cv-box__note {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0.75em 1.5em !important;
	// border: 1px solid #90c231;


	.pb-button + & {
		margin-top: 1em !important;
	}

	.pb-text-link + & {
		margin-top: 0.5em !important;
	}

	.__icon {
		display: block;
		flex-shrink: 0;
		box-sizing: content-box;
		width: 1em;
		height: 1em;
		margin: 0 0.75em 0 0 !important;
		padding: 8px !important;
		color: #fff;
		font-size: 1em;
		line-height: 1;
		text-align: center;
		border-radius: 80px;
	}

	.__text {
		flex: 1 1 100%;
		box-sizing: border-box;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 0.9em !important;
	}
}

// .pb-cv-box__note[data-style="border"] .__icon {
// 	color: #fff;
// }

.pb-cv-box__note[data-style="bg"] {
	background-color: #fff;

	// .__icon {
	// 	box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
	// }

}
