/*!
 * Theme Name: Suncompare 2025
 * Template:   compare_parent
 */
:root {
	/* Color styles */
	--sun-compare--orange: #F26500;
	--sun-compare--purple: #77308E;
	--sun-compare--yellow: #FFBF00;
	--sun-compare--black: #301339;
	--sun-compare--white: #FFFFFF;
	--royal-flycatcher-crest--100: #FEF4F2;
	--royal-flycatcher-crest--200: #FCE6E1;
	--royal-flycatcher-crest--300: #F9CABE;
	--royal-flycatcher-crest--400: #F6A993;
	--royal-flycatcher-crest--500: #F26500;
	--royal-flycatcher-crest--600: #E45F00;
	--royal-flycatcher-crest--700: #C55200;
	--royal-flycatcher-crest--800: #A14300;
	--royal-flycatcher-crest--900: #723000;
	--royal-flycatcher-crest--1000: #6C2D00;
	--skeletors-cape--0: #F5F2F6;
	--skeletors-cape--100: #F5F2F6;
	--skeletors-cape--200: #E8E2EB;
	--skeletors-cape--300: #CEC1D4;
	--skeletors-cape--400: #B098BB;
	--skeletors-cape--500: #77308E;
	--skeletors-cape--600: #702D86;
	--skeletors-cape--700: #612774;
	--skeletors-cape--800: #4F205F;
	--skeletors-cape--900: #381743;
	--skeletors-cape--1000: #351540;
	--amber--100: #FFF9F2;
	--amber--200: #FFF2E1;
	--amber--300: #FFE5BE;
	--amber--400: #FFD793;
	--amber--500: #FFBF00;
	--amber--600: #F0B400;
	--amber--700: #D09C00;
	--amber--800: #AA7F00;
	--amber--900: #785A00;
	--amber--1000: #725500;
	/* Text-size styles */
	--mobile--h2: 32px;
	--mobile--h3: 22px;
	--mobile--h4: 19px;
	--mobile--first-paragraph: 18px;
	--mobile--paragraph: 15px;
	--mobile--blockquote: 18px;
	--desktop--h1: 80px;
	--desktop--h2: 64px;
	--desktop--h3: 28px;
	--desktop--h4: 24px;
	--desktop--first-paragraph: 20px;
	--desktop--paragraph: 16px;
	--desktop--blockquote: 20px;
	--desktop--small-print: 14px;
	/* Effect styles */
	--dropshadow: 0px 2px 3px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.wp-block-contact-form-7-contact-form-selector:not(.test-form) {
	background: var(--suncompare-gradient-2, radial-gradient(119.46% 117.65% at 94.12% 88.94%, #FFBF00 35.58%, #F26500 100%));
}

.wp-block-contact-form-7-contact-form-selector:not(.test-form) .wpcf7 {
	background: url("./images/contact-logo.svg") no-repeat;
	background-size: 90px 94px;
	background-position: calc(100% - 20px) 30px;
}

@media (min-width: 1024px) {
	.wp-block-contact-form-7-contact-form-selector:not(.test-form) .wpcf7 {
		padding: 100px;
		background-size: 234px 240px;
		background-position: calc(100% - 100px) 100px;
	}
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single .selectize-input,
.selectize-input {
	background-color: var(--skeletors-cape--0, #F5F2F6) !important;
}

#update-search .selectize-control.single .selectize-input, #update-search
.selectize-dropdown.single .selectize-input, #update-search
.selectize-input {
	background-color: #ffffff !important;
}

/*# sourceMappingURL=style.css.map */