/*
Theme Name: TechVai
Theme URI: https://techvai.com
Author: TechVai
Description: Custom dark theme for TechVai — digital products marketplace (Sales Inventory, Website Templates, Automation Apps) built on WooCommerce. Blue (#2F6FEE) primary, gold (#E3B23C) accent.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: techvai
*/

/* Base resets — Tailwind (loaded via CDN in functions.php) handles most utility styling.
   This file carries WordPress-required editor/gallery/alignment classes and small overrides
   that Tailwind's arbitrary classes in the markup don't cover. */

body {
    background-color: #0f131c;
    color: #dfe2ef;
}

.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.screen-reader-text {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* WooCommerce notice styling to match theme */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background: #171c25 !important;
    border-top-color: #2F6FEE !important;
    color: #dfe2ef !important;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem !important;
    list-style: none;
}
.woocommerce-error { border-top-color: #F43F5E !important; }
.woocommerce-message::before { color: #E3B23C !important; }
