/*
Theme Name: scan2026
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Scan Client Publishing theme. Main styles in output.css (Tailwind).
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: scan2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

scan2026 is based on Underscores https://underscores.me/
*/

/* Main styles: assets/css/output.css (Tailwind build) */

/* Contact Form 7 – match theme input/button styles */
.contact-form-wrapper .wpcf7-form p {
	margin-bottom: 1.25rem;
}
.contact-form-wrapper .wpcf7-form label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 500;
	color: #fff;
}
.contact-form-wrapper .wpcf7-form-control-wrap {
	display: block;
}
.contact-form-wrapper .wpcf7-form-control:not([type="submit"]) {
	width: 100%;
	border-radius: var(--radius-lg, 0.5rem);
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0.5rem 1rem;
	font-size: 1rem;
	color: #1a1a1a;
}
.contact-form-wrapper .wpcf7-form-control:not([type="submit"]):focus {
	background-color: #fff;
	outline: none;
}
.contact-form-wrapper .wpcf7-form-control.wpcf7-textarea {
	min-height: 6.25rem;
	resize: vertical;
}
.contact-form-wrapper .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	max-width: 100%;
	margin-top: 3.5rem;
	padding: 0.75rem 1rem;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	color: #1a1a1a;
	border: 2px solid #fff;
	border-radius: var(--radius-lg, 0.5rem);
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
}
.contact-form-wrapper .wpcf7-submit:hover {
	background-color: #0066cc;
	color: #fff;
	border-color: #0066cc;
}
.contact-form-wrapper .wpcf7-not-valid-tip {
	color: #fca5a5;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}
.contact-form-wrapper .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 0.75rem;
	border-radius: 0.5rem;
	color: #fff;
}
.contact-form-wrapper .wpcf7-mail-sent-ok {
	background-color: rgba(34, 197, 94, 0.3);
	border: 1px solid #22c55e;
}
.contact-form-wrapper .wpcf7-validation-errors,
.contact-form-wrapper .wpcf7-mail-sent-ng {
	background-color: rgba(239, 68, 68, 0.3);
	border: 1px solid #ef4444;
}
