.lp-content-widget {
	width: 100%;
}

.lp-content-widget__label {
	position: relative;
	margin: 0 0 var(--lp-space-xs);
	padding-top: 4px;
	font-size: var(--lp-font-xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #00a99d;
}

.lp-content-widget__label::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 3px;
	margin-right: 10px;
	vertical-align: middle;
	background: #00a99d;
	position: relative;
	top: -1px;
}

.lp-content-widget__title {
	margin: 0 0 var(--lp-space-sm);
	font-size: var(--lp-font-display);
	line-height: 1.15;
	font-weight: 700;
	color: #0a2540;
}

.lp-content-widget__subtitle {
	margin: 0 0 var(--lp-space-md);
	font-size: var(--lp-font-lg);
	line-height: 1.6;
	color: #5b6b7f;
}

.lp-content-widget__body {
	margin: 0 0 var(--lp-space-md);
	font-size: var(--lp-font-lg);
	line-height: 1.6;
	font-weight: 400;
	color: #3d4f66;
}

.lp-content-widget__body > :first-child {
	margin-top: 0;
}

.lp-content-widget__body > :last-child {
	margin-bottom: 0;
}

.lp-content-widget__body p {
	margin: 0 0 var(--lp-space-sm);
}

.lp-content-widget__body strong,
.lp-content-widget__body b {
	font-weight: 700;
	color: #0a2540;
}

.lp-content-widget__list-heading {
	margin: 0 0 var(--lp-space-xs);
	font-size: var(--lp-font-lg);
	font-weight: 700;
	color: #0a2540;
}

.lp-content-widget__list,
.lp-content-widget__body ul {
	margin: 0 0 var(--lp-space-md);
	padding: 0;
	list-style: none;
}

.lp-content-widget__list-item,
.lp-content-widget__body ul > li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 30px;
	font-size: var(--lp-font);
	line-height: 1.5;
	color: #3d4f66;
	list-style: none;
}

.lp-content-widget__list-item::before,
.lp-content-widget__body ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #00a99d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4.2L3.6 7L9 1' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px 8px no-repeat;
}

.lp-content-widget__author {
	display: flex;
	align-items: flex-start;
	gap: var(--lp-space-2xs);
	margin: 0;
	font-size: var(--lp-font-sm);
	line-height: 1.5;
	color: #5b6b7f;
}

.lp-content-widget__author-icon {
	display: inline-flex;
	flex-shrink: 0;
	margin-top: 2px;
	color: #00a99d;
}

.lp-content-widget__author-text {
	flex: 1;
	min-width: 0;
}

.lp-content-widget__author-text strong,
.lp-content-widget__author-text b {
	font-weight: 700;
	color: #0a2540;
}
