* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.advancedhtml {
	padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.advancedhtml {
	  padding: 0 10px;
	}
}

.aarp-c-sd_scam-alerts {
	border-radius: 4px;
	background: #37383d;
	padding: 24px;
	margin-top: 24px;
}

.aarp-c-sd_header {
	width: 100%;
	color: #fff;
	font-family: Lato;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 8px;
}

.aarp-c-sd_description {
	width: 100%;
	color: #fff;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 16px;
}

.aarp-c-sd_cta {
	width: 100%;
	border-radius: 26px;
	display: flex;
	padding: 14px 40px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border: 1px solid #fff;
	background: #37383d;
	color: #fff;
	text-decoration: none;
	line-height: 24px;

	&:hover {
		border: 2px solid #fff;
	}
}

.aarp-c-sd_cta:hover, .aarp-c-sd_cta:focus {
	color: #fff !important;
}