/* Extracted from lib.css — loaded conditionally via functions.php */

/* ── Pocket Rocket synced block — constrain to container width ── */

.section--pocket-rocket {
	padding-top: 0;
	padding-bottom: 0;
}

.pr-cta-wrap {
	max-width: 960px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Constrain form width inside CTA */

.pr-cta-content .gform_wrapper {
	max-width: 460px;
}

.pr-cta-content .gform_wrapper .gform_fields {
	grid-template-columns: 1fr !important;
}

/* Fix Elementor kit 3px radius on GF submit buttons */

.pr-cta-content .gform_wrapper .gform_footer input[type="submit"],
.pr-cta-content .gform_wrapper button[type="submit"],
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper button[type="submit"] {
	border-radius: 50px !important;
}
