/* saved-articles.css - LiputanJatim */

.lj-saved-page{
    max-width:1180px;
}

.lj-saved-hero{
    display:flex;
    justify-content:space-between;
    gap:22px;
    align-items:flex-start;
    background:
        radial-gradient(circle at top right, rgba(227,6,19,.10), transparent 28%),
        linear-gradient(135deg,#ffffff,#f8fbff);
    border:1px solid #e5e7eb;
    border-radius:30px;
    padding:32px;
    box-shadow:0 22px 60px rgba(15,23,42,.07);
    margin-bottom:18px;
}

.lj-saved-hero span{
    display:inline-flex;
    padding:7px 13px;
    border-radius:999px;
    background:#fef2f2;
    color:#e30613;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:14px;
}

.lj-saved-hero h1{
    margin:0 0 10px;
    font-size:34px;
    line-height:1.1;
    font-weight:750;
    letter-spacing:-.035em;
    color:#071d33;
}

.lj-saved-hero p{
    margin:0;
    max-width:600px;
    color:#334155;
    font-size:15.5px;
    line-height:1.7;
}

.lj-saved-count{
    min-width:92px;
    height:92px;
    border-radius:26px;
    background:#071d33;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-shadow:0 18px 40px rgba(7,29,51,.22);
}

.lj-saved-count strong{
    font-size:34px;
    line-height:1;
    font-weight:800;
}

.lj-saved-count small{
    margin-top:6px;
    font-size:13px;
    color:#cbd5e1;
}

.lj-saved-toolbar{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:center;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:18px 20px;
    margin-bottom:18px;
    box-shadow:0 10px 28px rgba(15,23,42,.05);
}

.lj-saved-toolbar strong{
    display:block;
    color:#071d33;
    font-size:17px;
    margin-bottom:3px;
}

.lj-saved-toolbar span{
    color:#64748b;
    font-size:13.5px;
}

.lj-saved-toolbar a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 15px;
    border-radius:999px;
    background:#e30613;
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(227,6,19,.22);
}

.lj-saved-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.lj-saved-card{
    position:relative;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 12px 34px rgba(15,23,42,.06);
    transition:.2s ease;
}

.lj-saved-card:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 44px rgba(15,23,42,.10);
}

.lj-saved-card-link{
    display:block;
    color:#071d33;
    text-decoration:none;
}

.lj-saved-card-thumb{
    height:190px;
    background:#e5e7eb;
    overflow:hidden;
}

.lj-saved-card-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.lj-saved-card-body{
    padding:18px 18px 54px;
}

.lj-saved-cat{
    display:inline-flex;
    padding:6px 10px;
    border-radius:999px;
    background:#fef2f2;
    color:#e30613;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.03em;
    margin-bottom:10px;
}

.lj-saved-card h3{
    margin:0 0 10px;
    font-size:18px;
    line-height:1.38;
    font-weight:650;
    color:#071d33;
    letter-spacing:-.015em;
}

.lj-saved-card small{
    color:#64748b;
    font-size:13px;
}

.lj-remove-saved-btn{
    position:absolute;
    left:18px;
    right:18px;
    bottom:16px;
    height:38px;
    border:0;
    border-radius:999px;
    background:#f8fafc;
    color:#e30613;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
    transition:.18s ease;
}

.lj-remove-saved-btn:hover{
    background:#e30613;
    color:#fff;
}

.lj-remove-saved-btn.is-loading{
    opacity:.6;
    cursor:wait;
}

.lj-saved-empty{
    text-align:center;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:30px;
    padding:50px 24px;
    box-shadow:0 22px 60px rgba(15,23,42,.07);
}

.lj-saved-empty-icon{
    width:74px;
    height:74px;
    border-radius:24px;
    background:#fef2f2;
    color:#e30613;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin:0 auto 18px;
}

.lj-saved-empty h2{
    margin:0 0 10px;
    font-size:26px;
    line-height:1.2;
    color:#071d33;
}

.lj-saved-empty p{
    margin:0 auto 20px;
    max-width:440px;
    color:#64748b;
    line-height:1.7;
}

.lj-saved-empty a{
    display:inline-flex;
    min-height:42px;
    align-items:center;
    justify-content:center;
    padding:0 18px;
    border-radius:999px;
    background:#e30613;
    color:#fff;
    font-weight:700;
    text-decoration:none;
}

@media(max-width:900px){
    .lj-saved-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .lj-saved-hero{
        flex-direction:column;
        padding:24px;
        border-radius:24px;
    }

    .lj-saved-count{
        display:none;
    }

    .lj-saved-hero h1{
        font-size:30px;
    }

    .lj-saved-toolbar{
        flex-direction:column;
        align-items:flex-start;
    }

    .lj-saved-toolbar a{
        width:100%;
    }

    .lj-saved-card{
        display:grid;
        grid-template-columns:110px 1fr;
        border-radius:20px;
    }

    .lj-saved-card-link{
        display:contents;
    }

    .lj-saved-card-thumb{
        height:100%;
        min-height:122px;
    }

    .lj-saved-card-thumb img{
        height:100%;
        min-height:122px;
    }

    .lj-saved-card-body{
        padding:14px 14px 54px;
    }

    .lj-saved-card h3{
        font-size:16px;
        line-height:1.35;
    }

    .lj-remove-saved-btn{
        left:124px;
        right:14px;
        bottom:12px;
        height:34px;
    }
}