/*
Theme Name:        GoFlashVPN Theme
Theme URI:         https://goflashvpn.com/
Author:            GoFlashVPN
Author URI:        https://goflashvpn.com/
Description:       A clean, fast, premium affiliate/SEO theme built to complement the VPN Affiliate Homepage plugin. Mobile-first, AdSense-friendly, Rank Math + Elementor compatible. The theme handles the global layout (header, footer, page templates, typography); plugin logic stays in the plugin.
Version:           1.2.0
Tested up to:      6.5
Requires at least: 5.6
Requires PHP:      7.2
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       goflashvpn
Tags:              blog, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, right-sidebar
*/

/*
 * The real stylesheet lives at assets/css/theme.css and is enqueued from
 * functions.php with filemtime() cache-busting. This file only carries the
 * theme header (required by WordPress) plus a few safety resets so that the
 * site is readable even if the main stylesheet fails to load.
 */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    color: #0B1D3A;
    background: #FFFFFF;
    line-height: 1.55;
}
img { max-width: 100%; height: auto; }
a { color: #0B1D3A; }
.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;
}
