/*
Theme Name: FF Name Styles
Theme URI: https://freefirenamestyles.in/
Author: LocalThink
Description: Custom WordPress theme for freefirenamestyles.in. Keeps the original .html URLs, layout and generator intact so search traffic is not lost. Page content is editable as normal Gutenberg blocks.
Version: 6.0.0
Requires at least: 6.1
Tested up to: 6.6
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: ffns
*/

/* ------------------------------------------------------------------
   Only WordPress-specific glue lives here.
   The site's real look comes from assets/css/generator.css, which is
   the original stylesheet, untouched.
   ------------------------------------------------------------------ */

/* Gutenberg wraps blocks in extra divs — make them layout-neutral so the
   original CSS keeps working exactly as it did on the static site. */
.wp-block-group.content,
.wp-block-group.content-section,
.wp-block-group.content-section-static {
    box-sizing: border-box;
}

.wp-block-group.content-section > .wp-block-group__inner-container,
.wp-block-group.content > .wp-block-group__inner-container {
    display: contents;
}

/* The old markup had the H1 inside .hero; blocks put it at the top level. */
.generator-container > h1.page-title {
    margin-bottom: 14px;
}

.generator-container > p.intro {
    margin-bottom: 6px;
}

/* Skip link + focus visibility (accessibility floor) */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999999;
    background: #FFC400;
    color: #04050A;
    padding: 10px 16px;
    border-radius: 0 0 10px 0;
    font-weight: 700;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid #FFC400;
    outline-offset: 2px;
}

/* WordPress core classes that can appear inside page content */
.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: 100%; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-block-image img { max-width: 100%; height: auto; }

/* Breadcrumbs */
.ffns-breadcrumb {
    margin: 0 0 20px;
    font-family: "Saira Condensed", sans-serif;
    font-size: .84rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #5B626E;
}

.ffns-breadcrumb a { color: #0A0B0E; font-weight: 700; text-decoration: none; }
.ffns-breadcrumb a:hover { color: #FF8A00; }

/* 404 */
.ffns-404 { text-align: center; padding: 70px 20px; }

@media (prefers-reduced-motion: reduce) {
    * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
