.fw-plus-link {
	margin: 0 7px;
}

/* Yearly Paywall Styles */
.fwYrPaywall {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 20px 40px;
	background: #fff;
}

.fwYrPaywall.fw-paywall-column {
	box-shadow: none;
}

.fwYrPaywallTitle {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.1;
	text-align: left;
}

.fwYrPaywallPlanSelect {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin: 0 0 10px 0;
}

.fwYrPaywall .styles_subscriptionPricing__rN7rx {
	display: flex;
	align-items: center;
}

/* .fwYrPaywall .styles_radio__wVyVB:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #000;
	border: 1px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 12px;
	flex-shrink: 0;
} */

.fwYrPaywall .styles_subscriptionPricing__rN7rx > div {
	display: flex;
	flex-direction: column;
}

.fwYrPaywall .styles_subscriptionPricingLabel__K6_Iy {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
}

.fwYrPaywall .styles_subscriptionPricingLabel__K6_Iy strike {
	color: #000;
	font-weight: 700;
	text-decoration: line-through;
}

.fwYrPaywall .styles_subscriptionPricingLabel__K6_Iy span {
	font-weight: 700;
}

.fwYrPaywall .styles_price__jXnYn {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
	margin-top: 4px;
}

.fwYrPaywall h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 20px 0;
	line-height: 1.4;
	text-align: left;
}

.fwYrPaywall .custom-list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.fwYrPaywall .custom-list ul {
	flex: 1;
	list-style: none;
	padding: 0;
	margin: 0;
}

.fwYrPaywall .custom-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

.fwYrPaywall .custom-list li:before {
	content: url('https://assets.bwbx.io/s3/reg2/bloomberg-offers/_next/static/media/black-checkmark.3fecf79b.svg');
	position: absolute;
	left: 0;
	top: 4px; /* Adjusted slightly for vertical alignment in list */
}

.fwYrPaywallCta {
	text-align: left;
}

.fwYrPaywallCta .button {
	background-color: #000;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	border: none;
	cursor: pointer;
}

/* Mobile adjustments */
@media (max-width: 768px) {
	.fwYrPaywall .fw-paywall-column h3 {
		text-align: center;
	}
	.fwYrPaywall h4 {
		text-align: center;
	}
	.fwYrPaywall .custom-list {
		flex-direction: column;
		gap: 10px;
	}

	.fwYrPaywallPlanSelect {
		flex-direction: column;
		gap: 20px;
	}

	.fwYrPaywallTitle {
		font-size: 28px;
	}

	.styles_subscriptionPricingLabel__K6_Iy {
		font-size: 20px;
	}
}