.elementor-kit-1934{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;font-style:normal;line-height:1.6em;letter-spacing:0px;}.elementor-kit-1934 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-1934{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1934{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   PULSE OF FAME: MASTER COMPLIANCE V10.0
   Status: BUTTON COLLISION & CACHE FIX
   ========================================= */

/* --- SECTION 1: GLOBAL SAFETY --- */
html, body {
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100%;
}

/* --- SECTION 2: THE GOLD FRAME --- */
body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
    box-shadow: inset 0 0 0 6px #D4AF37;
}

/* --- SECTION 3: IMAGE CONTROL (MAGAZINE STYLE) --- */
/* Standardizes all images to 16:9 ratio so they don't jump around */
.elementor-post__thumbnail img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* --- SECTION 4: TEXT & READABILITY --- */
p, .elementor-widget-text-editor {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #222 !important;
}
h1, h2, h3, .elementor-heading-title {
    line-height: 1.3 !important;
    word-wrap: break-word !important;
}

/* --- SECTION 5: "FULL SCOOP" BUTTONS ONLY --- */
/* Targeted specifically to NOT affect the Load More button */
.elementor-post__read-more .elementor-button {
    display: inline-block !important;
    font-size: 14px !important;
    margin-top: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
}

/* --- SECTION 6: FOLDER ICONS --- */
h1.elementor-heading-title:before, 
.entry-title:before {
    content: "📁 ";
    display: inline-block;
    margin-right: 8px;
    font-size: 0.9em;
}

/* --- SECTION 7: AUTHOR & DATE GOLD --- */
.elementor-post-info__item--type-author, 
.elementor-post-info__item--type-date {
    color: #D4AF37 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px !important;
}

/* --- SECTION 8: MOBILE OPTIMIZATION --- */
@media screen and (max-width: 767px) {
    /* Stack articles 1-by-1 */
    .elementor-posts-container .elementor-post {
        width: 100% !important;
        margin-bottom: 40px !important;
    }
    .elementor-post__thumbnail img {
        height: 200px !important;
    }
    .elementor-post__read-more {
        text-align: center;
        width: 100%;
        display: block;
    }
}

/* --- SECTION 9: WITNESS PROTECTION 404 PAGE --- */
.error404 .site-content, 
.error404 #content {
    background-color: #0d0d0d;
    color: #00ff41;
    font-family: 'Courier New', Courier, monospace;
    padding: 40px 20px;
    border: 2px solid #D4AF37;
    text-align: center;
}
.error404 h1.page-title {
    color: #D4AF37 !important;
    text-transform: uppercase;
    font-size: 2.5em !important;
}
.error404 .page-content p { font-size: 0 !important; }
.error404 .page-content p:after {
    content: "⚠ ERROR 404: FILE REDACTED ⚠ \A\A The Block Legend you are looking for has gone underground. \A\A Return to the Safe House immediately.";
    font-size: 16px !important;
    line-height: 1.5;
    white-space: pre-wrap;
    display: block;
    color: #e0e0e0;
}

/* --- SECTION 10: "LOAD MORE" SEPARATION & CENTERING --- */
/* 1. Force the Container to sit below the articles using 'position: relative' */
.elementor-pagination {
    margin-top: 80px !important; /* Huge gap */
    padding-top: 20px !important;
    position: relative !important; 
    z-index: 50 !important;
    display: flex !important;
    justify-content: center !important; /* Forces it to the middle */
    align-items: center !important;
    width: 100% !important;
    clear: both !important;
}

/* 2. Style the Spinner/Button to ensure it doesn't float left */
.elementor-pagination-load-more,
.e-load-more-spinner {
    display: inline-block !important;
    margin: 0 auto !important; /* Centers it even if flex fails */
}/* End custom CSS */