/*
Theme Name: Webdazy
Theme URI: https://webdazy.com
Author: Webdazy
Author URI: https://webdazy.com
Description: Webdazy is a modern, fully responsive, mobile-first WordPress theme built with Tailwind CSS for DigiCOP360 — a comprehensive employee activity monitoring and workforce productivity platform. Includes a built-in lead-generation contact form that emails submissions and stores every lead in a dedicated database table.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webdazy
Tags: e-commerce, blog, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
Tailwind CSS output is compiled to assets/css/tailwind.css and enqueued via functions.php.
This stylesheet exists to satisfy WordPress theme requirements (theme header) and to hold
small overrides that are impractical as Tailwind utility classes (see bottom of file).
*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* WP core alignment classes (Gutenberg / classic editor content) */
.alignleft { float: left; margin: 0.5em 1.5em 1em 0; }
.alignright { float: right; margin: 0.5em 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: #6b7280; text-align: center; margin-top: 0.5rem; }
