/*
Theme Name: SERPXperts v3.0
Theme URI: https://serpxperts.com
Author: SERPXperts
Author URI: https://serpxperts.com
Description: A Neo-Brutalist Cyber-Luxury WordPress theme with 3D effects. Thick borders, clashing neon accents, raw oversized typography, and interactive Three.js 3D hero. Built for SEO agencies.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: serpxperts
Domain Path: /languages
Requires at least: 6.0
Requires PHP: 7.4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, theme-options
*/

/* WordPress Required Styles */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* WordPress Core Blocks */
.wp-block-image {
    margin: 0 0 1.5em;
}

.wp-block-image img {
    display: block;
}

.wp-block-quote {
    border-left: 4px solid var(--accent, #ff0055);
    margin: 0 0 1.5em;
    padding-left: 1.5em;
}

.wp-block-quote p {
    font-style: italic;
    font-size: 1.2em;
}

.wp-block-quote cite {
    font-size: 0.9em;
    color: var(--text-2, #8a8a95);
}

/* Post Navigation */
.post-navigation {
    margin: 2em 0;
    padding: 1.5em 0;
    border-top: 3px solid var(--border-2, #2a2a3a);
    border-bottom: 3px solid var(--border-2, #2a2a3a);
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    max-width: 48%;
}

.post-navigation a {
    color: var(--accent, #ff0055);
    font-weight: 600;
    transition: all 0.2s;
}

.post-navigation a:hover {
    color: var(--accent-2, #00f0ff);
}

/* Comments */
.comments-area {
    margin-top: 3em;
    padding-top: 2em;
    border-top: 3px solid var(--border-2, #2a2a3a);
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    padding: 1.5em;
    margin-bottom: 1em;
    background: var(--surface, #14141c);
    border: 2px solid var(--border-2, #2a2a3a);
}

.comment-meta {
    margin-bottom: 1em;
    font-size: 0.9em;
    color: var(--text-2, #8a8a95);
}

.comment-author .fn {
    font-weight: 700;
    color: var(--text, #f5f5f7);
}

.comment-content {
    line-height: 1.7;
}

.comment-reply-link {
    color: var(--accent, #ff0055);
    font-weight: 600;
    font-size: 0.9em;
}

/* Screen Reader Text */
.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;
    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: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Breadcrumb */
.breadcrumb {
    padding: 1em 0;
    font-size: 0.85em;
    color: var(--text-3, #5a5a65);
}

.breadcrumb a {
    color: var(--text-2, #8a8a95);
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: var(--accent, #ff0055);
}

.breadcrumb .current {
    color: var(--accent, #ff0055);
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    margin: 2em 0;
}

.pagination a,
.pagination .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75em;
    border: 2px solid var(--border-2, #2a2a3a);
    background: var(--surface, #14141c);
    color: var(--text, #f5f5f7);
    font-weight: 600;
    transition: all 0.2s;
}

.pagination a:hover {
    border-color: var(--accent, #ff0055);
    color: var(--accent, #ff0055);
}

.pagination .current {
    border-color: var(--accent, #ff0055);
    background: var(--accent, #ff0055);
    color: #fff;
}
