/*
Theme Name: Eugenius Wordpress Theme
Theme URI:
Tested up to: 5.8
Requires PHP: 8.0+
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
*/
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100%;
	margin: 0 !important;
}

body.wp-admin {
	overflow: auto !important;
}

.wpcf7-not-valid-tip {
	font-size: 1.4rem;
	padding-top: 0.5rem;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 1.6rem;
	max-width: 50rem;
}


.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
	display: none;
}
