/*
Theme Name:     MeridianLink Product Specifications
Theme URI:      n/a
Template:       kadence
Author:         Team MeridianLink
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.site-branding a.brand {
	align-items: baseline;
}

.gpsa-form-container {
	background: #fff;
	border-radius: 14px;
	margin: 0 auto;
	padding: 2rem;
	max-width: 860px;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
	align-items: center !important;
	background: var(--global-palette-btn-bg) !important;
	border-radius: 50px !important;
	box-shadow: 0px 0px 0px -7px rgba(0,0,0,0) !important;
	color: var(--global-palette-btn) !important;
	font-family: inherit !important;
	font-size: 1.125rem !important;
	justify-content: center !important;
	line-height: 1.6 !important;
	overflow: hidden !important;
	padding: .4em 1em !important;
	position: relative !important;
	text-align: center !important;
	transition: all .2s ease !important;
	z-index: 1 !important;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type="submit"]:focus,
body .gform_wrapper .gform_footer input.button:active,
body .gform_wrapper .gform_footer input[type="submit"]:active {
	background: var(--global-palette-btn-bg-hover) !important;
	box-shadow: 0px 15px 25px -7px rgba(0,0,0,.1) !important;
	color: var(--global-palette-btn-hover) !important;
}