/* Most Popular Names section */
.most-popular-names-section .popular-name-link {
    color: #000;
    font-size: 18px;
    line-height: 1.35;
    text-decoration: none;
}

.most-popular-names-section .popular-name-link:hover,
.most-popular-names-section .popular-name-link:focus,
.most-popular-names-section .popular-name-link:focus-visible {
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* CLS fix: pre-hide items beyond the initial 20 on mobile before JS runs */
@media (max-width: 767.98px) {
    .most-popular-names-section .js-popular-name-item:nth-child(n+21) {
        display: none;
    }
}

.ready-to-find-out-whos-calling-section {
	background: linear-gradient(45deg, #101868 0%, #1F2EC5 102%, #101868 100%);
	border-radius: 5px;
}

.start-your-free-search-btn:hover {
	background-color: rgba(255, 127, 80, 0.9) !important;
}

@media (min-width: 992px) {
	.why-people-use-reverse-phone-lookup-feature {
		min-height: 300px;
	}
	#homepageFaqSectionAccordion .accordion-button {
		font-size: 24px;
	}
}

/* tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
	.pf-header__bar-inner {
		padding: 0 10px;
	}

	.home-main-frame {
		position: relative;
		padding-top: 60px !important;
	}

	.pills-container {
		position: absolute;
		top: 30px;
	}

	.why-people-use-reverse-phone-lookup-feature {
		padding: 15px;
		min-height: 200px;
	}
}

/* mobiles */
@media (max-width: 767.98px) {
	.pf-header__bar-inner {
		padding: 0 10px;
	}

	.home-main-frame {
		position: relative;
		padding-top: 120px !important;
	}
	.pills-container {
		position: absolute;
		top: 32px;
	}	
	h1.hero-title {
		font-size: 32px !important;
	}
	h2.section-title {
		font-size: 24px !important;
	}
	.why-people-use-reverse-phone-lookup-feature {
		padding: 15px;
		min-height: auto !important;
	}
	.why-people-use-reverse-phone-lookup-section h2.section-title, 
	.why-people-use-reverse-phone-lookup-section .section-description {
		text-align: left !important;
	}
	#homepageFaqSectionAccordion .accordion-button {
		font-size: 20px !important;
	}
}