/*!
Theme Name: Grafique
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Grafique theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grafique
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: grafique
Template Id: prod-25518
*/

#toTop {
	cursor: pointer;
}

/* CF7 Two Column Layout */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.form-column {
    flex: 1;
    min-width: 280px;
}

.form-row label {
    display: block;
    width: 100%;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row select,
.form-row textarea {
    width: 100%;
    box-sizing: border-box;
}

/* Reduce textarea height */
.form-row textarea {
    height: 100px;
    min-height: 100px;
    resize: vertical;
}

/* Full width for single column rows */
.form-row > label {
    width: 100%;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
    
    .form-column {
        width: 100%;
    }
	
	.cww-ssf-outer-wrapp a.cww-ssf-toggle {
		display: none !important;
	}
}