/*
Theme Name: Open EB5
Theme URI: https://openeb5.com
Author: Prodigy From Camelot
Author URI: https://openeb5.com
Description: Custom theme for Open EB5 (USCIS-approved EB-5 Regional Center, McAllen, Texas). Built from scratch — mobile-first, performance-optimized, SEC-compliant copy, with native reCAPTCHA v3 integration, universal form disclaimer, WhatsApp-first contact policy, and full schema.org markup. Replaces the previous Consultio + Elementor stack.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: openeb5
Tags: business, immigration, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready, blog, one-column, two-columns, right-sidebar, full-width-template
*/

/* ------------------------------------------------------------
   El CSS visual del theme NO vive aquí — vive en
   assets/css/{tokens,base,components}.css y se enqueuean desde
   inc/enqueue.php. Este archivo solo expone el header del theme
   para que WordPress lo registre + cualquier override low-level
   forzado por WP (admin bar, comment list).
   ------------------------------------------------------------ */

/* WordPress core compatibility */
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.screen-reader-text { /* placeholders required by Theme Check */ }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

.wp-caption          { max-width: 100%; }
.wp-caption img      { max-width: 100%; height: auto; }
.wp-caption-text     { font-size: 13px; color: #64748b; text-align: center; padding: 8px 0; }
