/*
==================================================
GovtJobPreparation.com
Latest Articles - Details
Part-1 : Base + Header + Featured Image
==================================================
*/


/*================================================
Main Page
================================================*/

.gjp-latest-article-details-page{

    min-height:100vh;

    padding:40px 0 75px;

    background:#f8fafc;

}


.gjp-latest-article-details-container{

    width:100%;

    max-width:900px;

    margin:0 auto;

    padding:0 20px;

}


/*================================================
Breadcrumb
================================================*/

.gjp-article-details-breadcrumb{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:9px;

    margin-bottom:28px;

    font-size:12px;

    line-height:1.5;

}


.gjp-article-details-breadcrumb a{

    color:#2563eb;

    text-decoration:none;

    font-weight:650;

}


.gjp-article-details-breadcrumb a:hover{

    text-decoration:underline;

}


.gjp-article-details-breadcrumb
.gjp-breadcrumb-separator{

    color:#94a3b8;

    font-size:16px;

}


.gjp-article-breadcrumb-current{

    max-width:360px;

    overflow:hidden;

    color:#64748b;

    font-weight:550;

    text-overflow:ellipsis;

    white-space:nowrap;

}


/*================================================
Article Main Card
================================================*/

.gjp-latest-article-details{

    overflow:hidden;

    border:1px solid #e2e8f0;

    border-radius:22px;

    background:#ffffff;

    box-shadow:
        0 9px 30px rgba(15,23,42,.055);

}


/*================================================
Article Meta
================================================*/

.gjp-article-details-meta{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:8px;

    padding:28px 40px 0;

}


/*================================================
Exam Category
================================================*/

.gjp-article-details-exam{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:7px 12px;

    border-radius:20px;

    background:#eff6ff;

    color:#2563eb;

    font-size:10px;

    line-height:1.3;

    font-weight:800;

    white-space:nowrap;

}


/*================================================
Article Type
================================================*/

.gjp-article-details-type{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:7px 12px;

    border-radius:20px;

    background:#f1f5f9;

    color:#64748b;

    font-size:10px;

    line-height:1.3;

    font-weight:750;

    white-space:nowrap;

}


/*================================================
Published Date
================================================*/

.gjp-article-details-date{

    color:#94a3b8;

    font-size:10px;

    line-height:1.4;

    font-weight:650;

}


/*================================================
Article Header
================================================*/

.gjp-article-details-header{

    padding:18px 40px 30px;

}


/*================================================
Article Title
================================================*/

.gjp-article-details-title{

    margin:0;

    max-width:820px;

    color:#0f172a;

    font-size:36px;

    line-height:1.28;

    font-weight:800;

    letter-spacing:-.5px;

}


/*================================================
Article Intro
================================================*/

.gjp-article-details-intro{

    max-width:760px;

    margin:15px 0 0;

    color:#64748b;

    font-size:15px;

    line-height:1.8;

    font-weight:450;

}


/*================================================
Featured Image
================================================*/

.gjp-article-details-featured-image{

    margin:0;

    width:100%;

    overflow:hidden;

}


/*================================================
Featured Image Placeholder
================================================*/

.gjp-article-details-image-placeholder{

    width:100%;

    aspect-ratio:16 / 8.5;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
        linear-gradient(
            135deg,
            #eff6ff,
            #f8fafc
        );

    color:#94a3b8;

    font-size:13px;

    font-weight:700;

}


/*================================================
Real Featured Image
================================================*/

.gjp-article-details-featured-image img{

    display:block;

    width:100%;

    height:auto;

    max-height:520px;

    object-fit:cover;

}


/*================================================
Article Content Base
================================================*/

.gjp-article-details-content{

    width:100%;

    max-width:780px;

    margin:0 auto;

    padding:38px 40px 10px;

}


/*================================================
Article Content Typography
================================================*/

.gjp-article-details-content{

    color:#334155;

    font-size:16px;

    line-height:1.9;

}


/*================================================
Paragraph
================================================*/

.gjp-article-details-content p{

    margin:0 0 20px;

}


/*================================================
Strong Text
================================================*/

.gjp-article-details-content strong{

    color:#1e293b;

    font-weight:750;

}


/*================================================
Links
================================================*/

.gjp-article-details-content a{

    color:#2563eb;

    text-decoration:underline;

    text-decoration-thickness:1px;

    text-underline-offset:3px;

}


.gjp-article-details-content a:hover{

    color:#1d4ed8;

}


/*================================================
Images Inside Article
================================================*/

.gjp-article-details-content img{

    display:block;

    width:auto;

    max-width:100%;

    height:auto;

    margin:28px auto;

    border-radius:10px;

}


/*================================================
Lists
================================================*/

.gjp-article-details-content ul,
.gjp-article-details-content ol{

    margin:0 0 22px;

    padding-left:25px;

}


.gjp-article-details-content li{

    margin-bottom:8px;

}


/*================================================
Tables
================================================*/

.gjp-article-details-content table{

    width:100%;

    margin:25px 0;

    border-collapse:collapse;

    font-size:14px;

}


.gjp-article-details-content th,
.gjp-article-details-content td{

    padding:10px 12px;

    border:1px solid #e2e8f0;

    text-align:left;

}


.gjp-article-details-content th{

    background:#f8fafc;

    color:#334155;

    font-weight:750;

}


/*================================================
Tablet
================================================*/

@media (max-width:800px){

    .gjp-latest-article-details-page{

        padding:30px 0 60px;

    }


    .gjp-latest-article-details-container{

        padding:0 17px;

    }


    .gjp-latest-article-details{

        border-radius:18px;

    }


    .gjp-article-details-meta{

        padding-left:28px;

        padding-right:28px;

    }


    .gjp-article-details-header{

        padding-left:28px;

        padding-right:28px;

    }


    .gjp-article-details-title{

        font-size:31px;

    }


    .gjp-article-details-content{

        padding-left:28px;

        padding-right:28px;

    }

}


/*================================================
Mobile
================================================*/

@media (max-width:600px){

    .gjp-latest-article-details-page{

        padding:25px 0 50px;

    }


    .gjp-latest-article-details-container{

        padding:0 13px;

    }


    .gjp-latest-article-details{

        border-radius:16px;

    }


    .gjp-article-details-breadcrumb{

        margin-bottom:20px;

        font-size:11px;

    }


    .gjp-article-details-meta{

        gap:6px;

        padding:21px 19px 0;

    }


    .gjp-article-details-header{

        padding:15px 19px 24px;

    }


    .gjp-article-details-title{

        font-size:27px;

        line-height:1.35;

        letter-spacing:-.25px;

    }


    .gjp-article-details-intro{

        margin-top:12px;

        font-size:13.5px;

        line-height:1.75;

    }


    .gjp-article-details-image-placeholder{

        aspect-ratio:16 / 9;

    }


    .gjp-article-details-content{

        padding:30px 19px 8px;

        font-size:15px;

        line-height:1.85;

    }


    .gjp-article-details-content table{

        display:block;

        overflow-x:auto;

        white-space:nowrap;

    }

}


/*================================================
Small Mobile
================================================*/

@media (max-width:400px){

    .gjp-article-details-title{

        font-size:24px;

    }


    .gjp-article-details-intro{

        font-size:13px;

    }


    .gjp-article-details-content{

        padding-left:17px;

        padding-right:17px;

        font-size:14px;

    }

}
/*
==================================================
GovtJobPreparation.com
Latest Articles - Details
Part-2 : Tags + Share + Navigation + Related
==================================================
*/


/*================================================
Article Tags
================================================*/

.gjp-article-details-tags{

    display:flex;

    align-items:flex-start;

    flex-wrap:wrap;

    gap:10px;

    max-width:780px;

    margin:25px auto 0;

    padding:20px 40px;

    border-top:1px solid #e2e8f0;

}


.gjp-article-tags-label{

    display:inline-flex;

    align-items:center;

    min-height:32px;

    color:#475569;

    font-size:11px;

    font-weight:750;

}


.gjp-article-tags-list{

    display:flex;

    flex-wrap:wrap;

    gap:7px;

}


.gjp-article-tag{

    display:inline-flex;

    align-items:center;

    padding:7px 11px;

    border:1px solid #e2e8f0;

    border-radius:20px;

    background:#f8fafc;

    color:#64748b;

    font-size:10px;

    line-height:1.3;

    font-weight:650;

    text-decoration:none;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;

}


.gjp-article-tag:hover{

    border-color:#bfdbfe;

    background:#eff6ff;

    color:#2563eb;

}


/*================================================
Share Article
================================================*/

.gjp-article-details-share{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    max-width:780px;

    margin:0 auto;

    padding:20px 40px;

    border-top:1px solid #e2e8f0;

}


.gjp-article-share-label{

    color:#475569;

    font-size:11px;

    line-height:1.4;

    font-weight:750;

    white-space:nowrap;

}


.gjp-article-share-buttons{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:7px;

}


.gjp-article-share-btn{

    height:34px;

    padding:0 12px;

    border:1px solid #dbe2ea;

    border-radius:8px;

    background:#ffffff;

    color:#475569;

    font-family:inherit;

    font-size:10px;

    font-weight:700;

    cursor:pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;

}


.gjp-article-share-btn:hover{

    border-color:#93c5fd;

    background:#eff6ff;

    color:#2563eb;

    transform:translateY(-1px);

}


.gjp-article-share-btn:focus-visible{

    outline:3px solid rgba(37,99,235,.18);

    outline-offset:2px;

}


/*================================================
Previous / Next Navigation
================================================*/

.gjp-article-details-navigation{

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:15px;

    margin-top:28px;

    padding:0 40px;

}


.gjp-article-navigation-item{

    min-width:0;

    padding:17px 18px;

    border:1px solid #e2e8f0;

    border-radius:13px;

    background:#ffffff;

    box-shadow:
        0 5px 18px rgba(15,23,42,.035);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;

}


.gjp-article-navigation-item:hover{

    border-color:#bfdbfe;

    box-shadow:
        0 9px 22px rgba(15,23,42,.06);

    transform:translateY(-2px);

}


.gjp-article-navigation-item.next{

    text-align:right;

}


.gjp-article-navigation-label{

    display:block;

    margin-bottom:7px;

    color:#94a3b8;

    font-size:9px;

    line-height:1.4;

    font-weight:750;

    text-transform:uppercase;

    letter-spacing:.3px;

}


.gjp-article-navigation-title{

    display:block;

    overflow:hidden;

    color:#334155;

    font-size:12px;

    line-height:1.55;

    font-weight:700;

    text-decoration:none;

    text-overflow:ellipsis;

}


.gjp-article-navigation-title:hover{

    color:#2563eb;

}


/*================================================
Related Articles Section
================================================*/

.gjp-related-articles{

    margin-top:38px;

    padding:30px 40px;

    border:1px solid #e2e8f0;

    border-radius:18px;

    background:#ffffff;

    box-shadow:
        0 7px 24px rgba(15,23,42,.04);

}


/*================================================
Related Header
================================================*/

.gjp-related-articles-header{

    display:flex;

    align-items:center;

    gap:11px;

    margin-bottom:20px;

}


.gjp-related-heading-line{

    width:34px;

    height:4px;

    border-radius:10px;

    background:#2563eb;

}


.gjp-related-articles-header h2{

    margin:0;

    color:#0f172a;

    font-size:21px;

    line-height:1.4;

    font-weight:750;

}


/*================================================
Related Articles Grid
================================================*/

.gjp-related-articles-grid{

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:15px;

}


/*================================================
Related Card
================================================*/

.gjp-related-article-card{

    display:flex;

    min-width:0;

    overflow:hidden;

    border:1px solid #e2e8f0;

    border-radius:13px;

    background:#ffffff;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;

}


.gjp-related-article-card:hover{

    border-color:#bfdbfe;

    box-shadow:
        0 8px 22px rgba(15,23,42,.06);

    transform:translateY(-2px);

}


/*================================================
Related Image
================================================*/

.gjp-related-article-image{

    display:block;

    flex:0 0 125px;

    width:125px;

    overflow:hidden;

    background:#eef4fb;

    text-decoration:none;

}


.gjp-related-article-image img{

    display:block;

    width:100%;

    height:100%;

    object-fit:cover;

    transition:
        transform .3s ease;

}


.gjp-related-article-card:hover
.gjp-related-article-image img{

    transform:scale(1.04);

}


.gjp-related-image-placeholder{

    width:100%;

    height:100%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
        linear-gradient(
            135deg,
            #eff6ff,
            #f8fafc
        );

    color:#94a3b8;

    font-size:9px;

    font-weight:700;

}


/*================================================
Related Content
================================================*/

.gjp-related-article-content{

    display:flex;

    flex:1;

    min-width:0;

    flex-direction:column;

    padding:14px;

}


.gjp-related-article-meta{

    display:flex;

    align-items:center;

    gap:7px;

    margin-bottom:7px;

}


.gjp-related-article-meta span{

    color:#2563eb;

    font-size:8px;

    line-height:1.3;

    font-weight:800;

}


.gjp-related-article-meta time{

    color:#94a3b8;

    font-size:8px;

    line-height:1.3;

    font-weight:600;

}


.gjp-related-article-content h3{

    margin:0 0 8px;

    font-size:13px;

    line-height:1.5;

    font-weight:750;

}


.gjp-related-article-content h3 a{

    display:block;

    color:#334155;

    text-decoration:none;

}


.gjp-related-article-content h3 a:hover{

    color:#2563eb;

}


.gjp-related-read-more{

    margin-top:auto;

    color:#2563eb;

    font-size:9px;

    line-height:1.4;

    font-weight:750;

    text-decoration:none;

}


.gjp-related-read-more:hover{

    color:#1d4ed8;

}


/*================================================
Back to Articles
================================================*/

.gjp-back-to-articles{

    display:flex;

    justify-content:center;

    margin-top:27px;

}


.gjp-back-to-articles-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:40px;

    padding:0 16px;

    border:1px solid #dbe2ea;

    border-radius:9px;

    background:#ffffff;

    color:#475569;

    font-size:11px;

    line-height:1.4;

    font-weight:750;

    text-decoration:none;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;

}


.gjp-back-to-articles-btn:hover{

    border-color:#93c5fd;

    background:#eff6ff;

    color:#2563eb;

    transform:translateY(-1px);

}


/*================================================
Tablet
================================================*/

@media (max-width:800px){

    .gjp-article-details-tags,
    .gjp-article-details-share{

        padding-left:28px;

        padding-right:28px;

    }


    .gjp-article-details-navigation{

        padding:0 28px;

    }


    .gjp-related-articles{

        padding:25px 28px;

    }

}


/*================================================
Mobile
================================================*/

@media (max-width:600px){

    .gjp-article-details-tags{

        padding:18px 19px;

    }


    .gjp-article-details-share{

        align-items:flex-start;

        flex-direction:column;

        gap:12px;

        padding:18px 19px;

    }


    .gjp-article-share-buttons{

        width:100%;

    }


    .gjp-article-share-btn{

        flex:1;

    }


    .gjp-article-details-navigation{

        grid-template-columns:1fr;

        gap:10px;

        padding:0 19px;

    }


    .gjp-article-navigation-item.next{

        text-align:left;

    }


    .gjp-related-articles{

        margin-top:28px;

        padding:22px 19px;

        border-radius:15px;

    }


    .gjp-related-articles-grid{

        grid-template-columns:1fr;

    }


    .gjp-related-article-image{

        flex-basis:110px;

        width:110px;

    }

}


/*================================================
Small Mobile
================================================*/

@media (max-width:400px){

    .gjp-article-share-buttons{

        display:grid;

        grid-template-columns:1fr;

        width:100%;

    }


    .gjp-article-share-btn{

        width:100%;

    }


    .gjp-related-article-image{

        flex-basis:95px;

        width:95px;

    }


    .gjp-related-article-content{

        padding:12px;

    }


    .gjp-related-article-content h3{

        font-size:12px;

    }

}


/*================================================
Reduced Motion
================================================*/

@media (prefers-reduced-motion:reduce){

    .gjp-latest-article-details-page *,
    .gjp-latest-article-details-page *::before,
    .gjp-latest-article-details-page *::after{

        animation:none !important;

        transition:none !important;

    }

}
/*
==================================================
GovtJobPreparation.com
Latest Articles - Details
Part-3 : Final Cleanup + Responsive Refine
==================================================
*/


/*================================================
Article Content - Headings
================================================*/

.gjp-article-details-content h2{

    margin:36px 0 16px;

    padding-left:13px;

    border-left:4px solid #2563eb;

    color:#0f172a;

    font-size:25px;

    line-height:1.4;

    font-weight:800;

}


.gjp-article-details-content h3{

    margin:30px 0 13px;

    color:#1e293b;

    font-size:20px;

    line-height:1.5;

    font-weight:750;

}


.gjp-article-details-content h4{

    margin:25px 0 10px;

    color:#334155;

    font-size:18px;

    line-height:1.5;

    font-weight:750;

}


/*================================================
Table Improvement
================================================*/

.gjp-article-details-content table{

    overflow:hidden;

    border-radius:8px;

}


.gjp-article-details-content th{

    background:#f1f5f9;

    color:#1e293b;

    font-weight:800;

}


.gjp-article-details-content tr:nth-child(even) td{

    background:#f8fafc;

}


.gjp-article-details-content tr:hover td{

    background:#f1f5f9;

}


/*================================================
Horizontal Rule
================================================*/

.gjp-article-details-content hr{

    margin:30px 0;

    border:0;

    border-top:1px solid #e2e8f0;

}


/*================================================
WordPress Captions
================================================*/

.gjp-article-details-content .wp-caption{

    max-width:100%;

    margin:28px auto;

}


.gjp-article-details-content .wp-caption-text{

    margin-top:8px;

    color:#94a3b8;

    font-size:12px;

    line-height:1.5;

    text-align:center;

}


/*================================================
Article Content - First Paragraph
================================================*/

.gjp-article-details-content > p:first-child{

    color:#475569;

}


/*================================================
Prevent Long Content Overflow
================================================*/

.gjp-article-details-content{

    overflow-wrap:break-word;

    word-wrap:break-word;

}


.gjp-article-details-content iframe{

    max-width:100%;

}


/*================================================
Share Buttons - Better Mobile Alignment
================================================*/

@media (max-width:600px){

    .gjp-article-details-content h2{

        margin-top:30px;

        padding-left:11px;

        font-size:22px;

    }


    .gjp-article-details-content h3{

        margin-top:25px;

        font-size:18px;

    }


    .gjp-article-details-content h4{

        font-size:17px;

    }


    .gjp-article-details-content table{

        font-size:13px;

    }


    .gjp-article-details-content th,
    .gjp-article-details-content td{

        padding:9px 10px;

    }

}


/*================================================
Very Small Screens
================================================*/

@media (max-width:400px){

    .gjp-article-details-content h2{

        font-size:20px;

    }


    .gjp-article-details-content h3{

        font-size:17px;

    }


    .gjp-article-details-content table{

        font-size:12px;

    }

}


/*================================================
Final Focus Accessibility
================================================*/

.gjp-latest-article-details-page a:focus-visible,
.gjp-latest-article-details-page button:focus-visible{

    outline:3px solid rgba(37,99,235,.22);

    outline-offset:3px;

}


/*================================================
Final Cleanup
================================================*/

.gjp-latest-article-details-page figure{

    max-width:100%;

}


.gjp-latest-article-details-page button{

    font-family:inherit;

}


/*================================================
End
================================================*/