/*
Theme Name: ClickToVendor
Theme URI: https://clicktovendor.com
Author: ClickToVendor
Description: Custom lead-generation theme for ClickToVendor — connecting homeowners with verified vendors across Chandigarh, Mohali and Panchkula.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clicktovendor
Tags: business, lead-generation, custom-menu, custom-logo, blog
*/

/* Design tokens and all component styles live in theme.css, which is
   compiled by Tailwind. Only genuinely global resets belong here. */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

img,
svg,
video {
	max-width: 100%;
}

img {
	height: auto;
}

/* WordPress core alignment + caption classes */
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text,
.screen-reader-text:focus {
	font-size: 0.85em;
}

.sticky,
.gallery-caption,
.bypostauthor {
	/* Required by the WordPress theme review guidelines. */
}
