/*
Theme Name: Hello Elementor Child - Goffex
Theme URI: https://goffex-wp.prvx.app
Description: Child theme for Hello Elementor with Goffex product templates
Author: Goffex
Author URI: https://goffexgmbh.de
Template: hello-elementor
Version: 1.0.1
*/

/* Fix Elementor overriding Tailwind form styles on contact page */
#kontakt-form input[type="text"],
#kontakt-form input[type="tel"],
#kontakt-form input[type="email"] {
    padding: 12px 16px !important;
    border: 1px solid rgb(229, 231, 235) !important;
    border-radius: 12px !important;
    height: auto !important;
    box-sizing: border-box !important;
}

#kontakt-form textarea {
    padding: 12px 16px !important;
    border: 1px solid rgb(229, 231, 235) !important;
    border-radius: 12px !important;
}

#kontakt-form button[type="submit"] {
    border: 0 !important;
    border-radius: 12px !important;
    padding: 16px 0 !important;
}

/* Focus states */
#kontakt-form input:focus,
#kontakt-form textarea:focus {
    outline: none !important;
    ring: 2px !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 2px #7CC8C8 !important;
}
