/*
Theme Name: Solar Check Tool
Theme URI: https://www.solarchecktool.app/
Author: Echappée Web
Author URI: https://www.echappee-web.fr
Description: Ollie Child Theme made for the Solar Check Tool website
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: solarcheck
*/

/* CONTACT FORM 7 */

.wpcf7 {
    display: flex;
    justify-content: center;
    form {
        max-width: 100%;
    }
}
input:not([type="submit"]):not([type="radio"]), select, textarea, .wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .wp-block-post-comments-form textarea {
    color: var(--wp--preset--color--base);
    max-width: 100%;
}
.wpcf7-not-valid-tip {
    color: var(--wp--preset--color--primary-accent);
}
.wpcf7-list-item:not(:has(+ .wpcf7-list-item)) {
    margin: 0 0 1em;
}
.wpcf7-list-item-label {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--main-accent);
}
input.wpcf7-submit {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
    padding: var(--wp--preset--spacing--small);
    border: 0;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}