/*
Theme name: Seeds Website
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

.title-columns.is-thin .title-columns__column,
.title-columns.is-thin .title-columns__column-content {
    padding-inline: clamp(24px, 4.0632054176vw + 7.9909706546px, 34px);
    padding-block: 38px 42px;
}
.title-columns.is-thin .title-columns__column p {
    font-size: 16px;
}

.page-template-landing .product-modal__form h2 {
    font-size: 1.3rem;
}

div.gform_wrapper.gravity-theme.gravity-theme.gform-theme--no-framework.download-ebook-form_wrapper .gfield--type-html.gfield--type-html {
	max-width: 270px;
	bottom: -21px;
}

@media (max-width: 1023px) {
	div.gform_wrapper.gravity-theme.gravity-theme.gform-theme--no-framework.download-ebook-form_wrapper .gfield--type-html.gfield--type-html {
		inset: unset;
		max-width: 100%;
	}
}