/* ==========================================================
   ToListn Game Posts
   Base CSS
   Version: 2.0
========================================================== */




/*
.site{

    background:#F4F6F3;

}
*/

.site{

    background:#F4F6F3;

}

body{

    background:#F4F6F3;

}

.ast-container{

    background:#F4F6F3;

}



/* ==========================================================
   RESET
========================================================== */

.tlgp-section *,
.tlgp-section *::before,
.tlgp-section *::after{
    box-sizing:border-box;
}


.tlgp-section img{
    display:block;
    max-width:100%;
    height:auto;
}


.tlgp-section a{
    text-decoration:none;
}


/* ==========================================================
   ROOT VARIABLES
========================================================== */

:root{

    --tlgp-primary:#4CAF50;

    --tlgp-primary-dark:#43A047;
    
    --tlgp-brand:#1B3A2B;

    --tlgp-brand-hover:#2E7D32;


    --tlgp-text:#222;

    --tlgp-text-light:#666;

    --tlgp-muted:#888;


    --tlgp-border:#ececec;


    --tlgp-bg:#fff;


    --tlgp-radius:22px;


    --tlgp-shadow:
    0 10px 35px rgba(0,0,0,.08);


    --tlgp-shadow-hover:
    0 20px 60px rgba(0,0,0,.12);


    --tlgp-transition:.35s ease;


    --tlgp-max-width:1280px;

}



/* ==========================================================
   MAIN SECTION
========================================================== */


.tlgp-section{

    width:100%;

    max-width:var(--tlgp-max-width);

    margin:90px auto;

    padding:0 24px;

}



.tlgp-section + .tlgp-section{

    margin-top:110px;

}



/* ==========================================================
   HEADER
========================================================== */


.tlgp-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    gap:40px;

    margin-bottom:50px;

}



.tlgp-heading{

    flex:1;

}



.tlgp-heading h2{

    margin:0;

    font-size:42px;

    font-weight:800;

    line-height:1.15;

    color:var(--tlgp-text);

    letter-spacing:-.6px;

}



.tlgp-heading p{

    margin-top:12px;

    font-size:17px;

    color:var(--tlgp-text-light);

    line-height:1.8;

}



/* View Button */


.tlgp-view-all{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:var(--tlgp-primary);

    font-size:15px;

    font-weight:700;

    transition:var(--tlgp-transition);

}



.tlgp-view-all:hover{

    transform:translateX(6px);

}



/* ==========================================================
   META
========================================================== */


.tlgp-meta{

    display:flex;

    align-items:center;

    gap:14px;

}



.tlgp-date{

    font-size:14px;

    color:var(--tlgp-muted);

}



/* ==========================================================
   COMMON ANIMATION
========================================================== */


.tlgp-card,
.tlgp-featured,
.tlgp-featured-image,
.tlgp-card-image,
.tlgp-view-all{

    transition:var(--tlgp-transition);

}



/* ==========================================================
   IMAGE RENDERING
========================================================== */


.tlgp-featured-image img,
.tlgp-card-image img{

    backface-visibility:hidden;

    -webkit-backface-visibility:hidden;

    transform:translateZ(0);

}



/* ==========================================================
   ACCESSIBILITY
========================================================== */


.tlgp-card a:focus,
.tlgp-featured a:focus,
.tlgp-view-all:focus{

    outline:2px solid var(--tlgp-primary);

    outline-offset:4px;

}



/* ==========================================================
   UTILITY
========================================================== */


.tlgp-hidden{

    display:none!important;

}



.tlgp-text-center{

    text-align:center;

}



.tlgp-mt-20{

    margin-top:20px;

}



.tlgp-mt-40{

    margin-top:40px;

}



.tlgp-mb-20{

    margin-bottom:20px;

}



.tlgp-mb-40{

    margin-bottom:40px;

}



.tlgp-radius{

    border-radius:var(--tlgp-radius);

}



.tlgp-shadow{

    box-shadow:var(--tlgp-shadow);

}



/* ==========================================================
   SELECTION
========================================================== */


.tlgp-section ::selection{

    background:var(--tlgp-primary);

    color:#fff;

}

body{

background:
linear-gradient(
135deg,
rgba(255,255,255,.6),
rgba(240,244,240,.8)
),
#f4f6f3;

}

.tlgp-wrapper{

    background:#ffffff;

    border-radius:20px;

    padding:30px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);

}

body{

    background:#f4f6f3;

}

/* Restore Astra Header Background */

.site-header,
.ast-primary-header-bar,
.ast-builder-grid-row-container{
    background:#1B3A2B;
}

/* =========================================
   Post Navigation — Brand Color
========================================= */

.post-navigation .nav-previous a,
.post-navigation .nav-next a{

    color:#1B3A2B;

    text-decoration:none;

    transition:.3s ease;

}


/* Previous / Next */

.post-navigation .ast-post-nav{

    color:#1B3A2B;

    font-weight:700;

}


/* Article titles */

.post-navigation p{

    color:#1B3A2B;

    font-weight:600;

    transition:.3s ease;

}


/* Hover */

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover{

    color:#2E7D32;

}


.post-navigation .nav-previous a:hover .ast-post-nav,
.post-navigation .nav-next a:hover .ast-post-nav{

    color:#2E7D32;

}


.post-navigation .nav-previous a:hover p,
.post-navigation .nav-next a:hover p{

    color:#2E7D32;

}


/* Arrow icons */

.post-navigation svg{

    fill:currentColor;

}

/* =========================================
   Pagination — Brand Color
========================================= */

/* 当前页 */

.pagination .page-numbers.current{

    background:#1B3A2B;

    color:#fff;

    border-color:#1B3A2B;

}


/* 普通页 */

.pagination .page-numbers{

    color:#1B3A2B;

    transition:.3s ease;

}


/* Hover */

.pagination .page-numbers:hover{

    background:#2E7D32;

    color:#fff;

    border-color:#2E7D32;

}


/* Next */

.pagination .next.page-numbers{

    color:#1B3A2B;

}


/* Next Hover */

.pagination .next.page-numbers:hover{

    background:#2E7D32;

    color:#fff;

}


