/* --------------------------------------------------------------
   Single Post Main Shell
-------------------------------------------------------------- */

.nc-single {
    padding: 40px 0 80px;
}

.nc-single-shell {
    background: var(--nc-surface, #ffffff);

    border: 1px solid var(--nc-border, rgba(15, 23, 42, 0.08));

    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(15, 23, 42, 0.08);

    overflow: hidden;

    padding: 36px;
}

6
.nc-single-header{
    margin-bottom:48px;
}

.nc-single-title{
    font-size:48px;
    line-height:1.2;
    margin:18px 0;
}

.nc-single-meta{
    display:flex;
    gap:20px;
    color:var(--nc-muted);
    font-size:15px;
}

.nc-single-layout{
    display:grid;
    grid-template-columns:2fr 360px;
    gap:48px;
    align-items:start;
}

.nc-single-thumbnail img{
    width:100%;
    border-radius:16px;
    display:block;
}

.nc-single-body{
    margin-top:40px;
}

.nc-download-card{
    background:#fff;
    border-radius:16px;
    padding:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:100px;
}

.nc-download-card ul{
    list-style:none;
    margin:24px 0;
    padding:0;
}

.nc-download-card li{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #eef2f7;
}

.nc-download-card{

    transition:.25s ease;

}
.nc-download-card:hover{

    transform:translateY(-4px);

    box-shadow:
        0 24px 60px rgba(18,38,63,.12);

}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.nc-breadcrumbs{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-bottom:32px;
    font-size:14px;
    color:var(--nc-muted);
}

.nc-breadcrumbs a{
    color:var(--nc-muted);
    text-decoration:none;
    transition:.2s;
}

.nc-breadcrumbs a:hover{
    color:var(--nc-primary);
}

.nc-breadcrumb-current{
    color:var(--nc-text);
    font-weight:600;
}

.nc-breadcrumb-separator{
    color:#cbd5e1;
}

/*--------------------------------------------------------------
# Single Header
--------------------------------------------------------------*/

.nc-single-header{
    margin-bottom:48px;
}

.nc-single-title{
    margin:20px 0;
    font-size:48px;
    line-height:1.2;
    font-weight:700;
}

.nc-single-meta{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    color:var(--nc-muted);
}

.nc-single-meta__item{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.nc-single-meta__item strong{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:var(--nc-text);
}

.nc-single-meta__item span{
    font-size:15px;
}

/*--------------------------------------------------------------
# Download Sidebar
--------------------------------------------------------------*/

.nc-download-sidebar{
    position:relative;
}
/* Mobile: stack download sidebar below thumbnail */
/*==============================================================
# Single Download - Responsive Layout
==============================================================*/

@media (max-width: 480px) {

    .nc-single-shell {
        padding: 16px 12px;
        border-radius: 16px;
    }
}


@media (max-width: 767px) {

    .nc-single {
        padding: 20px 0 48px;
    }

    .nc-single-shell {
        padding: 20px 16px;

        border-radius: 20px;
    }
}


@media (max-width: 767px) {

    .nc-single-layout {
        grid-template-columns: 1fr;
    }

    .nc-single-layout > * {
        min-width: 0;
    }

    .nc-download-sidebar {
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
    }

}
.nc-download-card{

    position:sticky;
    top:100px;

    background:#fff;

    border-radius:22px;

    padding:32px;

    box-shadow:
        0 12px 40px rgba(18,38,63,.08);

    transition:.25s ease;
}

.nc-download-card:hover{

    transform:translateY(-4px);

    box-shadow:
        0 24px 60px rgba(18,38,63,.12);

}

/*==============================
Heading
==============================*/

.nc-download-card__heading{

    margin:0;

    font-size:2rem;

    font-weight:800;

    line-height:1.2;

    color:#1e293b;

}

/*==============================
Body
==============================*/

.nc-download-card__body{

    margin-top:20px;

}

/*==============================
Title
==============================*/

.nc-download-card__title{

    min-height:60px;

    margin-bottom:26px;

}

.nc-download-card__title {
    margin-bottom: 16px;
}

.nc-download-card__title {
    font-family: 'Inter', sans-serif;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.025em;

    color: #0f172a;
}

.nc-download-card__meta {
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;

    color: #64748b;
}

.nc-download-card__title h4{

    margin:0;

    font-size:1.55rem;

    font-weight:800;

    line-height:1.45;

    color:#1e293b;

    word-break:break-word;

}

.nc-download-card__subtitle{

    margin-top:10px;

    color:#64748b;

    font-size:.95rem;

}

/*==============================
Meta
==============================*/

.nc-download-meta{

    border-top:1px solid #edf2f7;

    border-bottom:1px solid #edf2f7;

}

.nc-download-meta__row{

    display:grid;

    grid-template-columns:1fr auto;

    align-items:center;

    gap:20px;

    padding:16px 0;

    border-bottom:1px solid #edf2f7;

}

.nc-download-meta__row:last-child{

    border-bottom:none;

}

.nc-download-meta__label{

    color:#64748b;

    font-weight:600;

}

.nc-download-meta__value{

    font-weight:700;

    color:#1e293b;

}

/*==============================
Badge
==============================*/

.nc-download-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:7px 16px;

    border-radius:10px;

    background:linear-gradient(
        135deg,
        #6246EA,
        #7B4DFF
    );

    color:#fff;

    font-weight:700;

    font-size:.9rem;

}

/*==============================
Footer
==============================*/

.nc-download-card__footer{

    margin-top:30px;

}

/*==============================
Button
==============================*/

.nc-download-button{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    width:100%;

    height:60px;

    border-radius:14px;

    text-decoration:none;

    background:linear-gradient(
        135deg,
        #6246EA,
        #7B4DFF
    );

    color:#fff;

    font-size:1.05rem;

    font-weight:700;

    letter-spacing:.03em;

    transition:.25s;

}

.nc-download-button:hover{

    color:#fff;

    transform:translateY(-2px);

    box-shadow:
        0 10px 30px rgba(98,70,234,.35);

}

.nc-download-button svg{

    width:22px;

    height:22px;

}
/*==============================
Admin
==============================*/

.novacore-sortable-list{
    margin:0;
    padding:0;
    list-style:none;
    max-width:600px;
}

.novacore-sortable-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 16px;
    margin-bottom:8px;
    background:#fff;
    border:1px solid #dcdcde;
    border-radius:8px;
    cursor:move;
}

.novacore-sortable-handle{
    font-size:18px;
    color:#666;
    cursor:grab;
    user-select:none;
}

.novacore-sortable-placeholder{
    height:48px;
    margin-bottom:8px;
    border:2px dashed #2271b1;
    border-radius:8px;
    background:#f6f7f7;
}

/*==============================================================
# Post Content Links
==============================================================*/

.nc-single-body a {
    color: #2563eb;
    text-decoration: none;
    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

.nc-single-body a:hover {
    color: #1d4ed8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.nc-single-body a:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
    border-radius: 2px;
}

/*==============================
Responsive
==============================*/

@media(max-width:768px){

    .nc-download-card{

        padding:24px;

    }

    .nc-download-card__heading{

        font-size:1.75rem;

    }

    .nc-download-card__title h4{

        font-size:1.3rem;

    }

}

.nc-eyebrow,
.nc-badge,
.nc-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}