/*
Theme Name: VK SEO
Theme URI: https://example.com/vk-seo
Author: VK Development
Author URI: https://example.com
Description: A high-performance, SEO-optimized WordPress theme built for speed and search engine visibility. Features clean semantic HTML5, optimized asset loading, and schema markup integration.
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: vk-seo
Tags: seo, performance, fast-loading, accessibility-ready, translation-ready, custom-menu, featured-images, threaded-comments, block-styles

VK SEO Theme, Copyright 2024 VK Development
VK SEO is distributed under the terms of the GNU GPL
*/

/**
 * Critical above-the-fold styles
 * Full styles loaded from build/main.css
 */

/* CSS Reset and Base Styles */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

/* Accessibility */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 15px 20px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: #f1f1f1;
    color: #21759b;
    text-decoration: none;
    z-index: 100000;
}

/* Skip to content link */
.skip-link {
    position: absolute;
    top: -999px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    z-index: 100000;
}

.skip-link:focus {
    top: 0;
}

/* ==========================================================================
   Betting Page — Hero Banner
   ========================================================================== */

.betting-page-banner {
    width: 100%;
    line-height: 0; /* remove inline-block gap */
}

.betting-page-banner__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 768px) {
    .betting-page-banner__img {
        max-height: 220px;
    }
}

@media (max-width: 480px) {
    .betting-page-banner__img {
        max-height: 160px;
    }
}
