.banner { z-index: 10; position: sticky; top: 0px; }
.grey-text { color: #858585; }
.pink-date { color: #EC5561; }
.bold-text { font-weight: 500; }
.form-privacy-info p.p5.bare { color: #858585; margin-bottom: 0px; }

.terms { margin-top: 30px; }
#submission-thank-you-offer { display: none; }

#feature-wrapper.fh2 { padding-top: 0px; } /* removes the padding for the global nav*/
.sub-feature-offer {
    background: url('/home/sub-features/2026/offer-overlay/images/valentines-gradient.jpg') 50% 50% no-repeat;
    text-align: center;
    margin-top: 60px;
}

.sub-feature-offer .column-content { display:flex; justify-content: center; align-items: center; }
.sub-feature-offer .icon.icon-heart { 
	background-image: url(/home/sub-features/2026/offer-overlay/images/heart-icon.svg);
	width: 30px;
	height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 12px 0px 0;
    display: inline-block;
    flex-shrink: 0;
}

  
.sub-feature-offer .section.tall {
	text-align: center;
	padding: 16px 10px;
}

.sub-feature-offer a, .sub-feature-offer p {
	color: #333;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.sub-feature-offer a:after {
	color: #333;
	font-weight: 400;
}

@media only screen and (max-width: 1068px) {
	.sub-feature-offer{
    text-align: center;
/*    margin-top: 48px;*/
  }

	.sub-feature-offer .section.tall {
		/* padding: 2%; */
		/* text-align: center; */
	}
	
	.sub-feature-offer a, .sub-feature-offer p {
		font-size: 18px;
		display: block;
	}
}
