/* =========================================================
   BACAAN BERIKUTNYA — HALAMAN ARTIKEL
   ========================================================= */

.lk-next-reading {
    position: relative;
    max-width: 1060px;
    margin: clamp(54px, 8vw, 92px) auto 0;
    padding: clamp(24px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(25, 40, 60, .12);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 96% 4%,
            rgba(185, 140, 42, .13),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(250, 248, 242, .98),
            rgba(244, 239, 227, .8)
        );
    box-shadow:
        0 24px 64px rgba(18, 31, 49, .09);
}

.lk-next-reading::before {
    position: absolute;
    top: -95px;
    right: -75px;
    width: 260px;
    height: 260px;
    content: "";
    border: 1px solid rgba(181, 136, 39, .16);
    border-radius: 50%;
    pointer-events: none;
}

.lk-next-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 27px;
}

.lk-next-header h2 {
    margin: 7px 0 9px;
    font-size: clamp(29px, 4.5vw, 47px);
    line-height: 1.02;
}

.lk-next-header p {
    max-width: 680px;
    margin: 0;
    opacity: .7;
    line-height: 1.55;
}

.lk-next-settings {
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid rgba(23, 54, 94, .2);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.lk-next-settings:hover {
    color: #fff;
    border-color: #6f263d;
    background: #6f263d;
}

.lk-next-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.lk-next-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(24, 38, 56, .11);
    border-radius: 21px;
    background: rgba(255, 255, 255, .94);
    box-shadow:
        0 14px 36px rgba(20, 32, 48, .07);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.lk-next-card:hover {
    transform: translateY(-4px);
    border-color: rgba(181, 136, 39, .44);
    box-shadow:
        0 22px 46px rgba(20, 32, 48, .13);
}

.lk-next-eksplorasi {
    border-style: dashed;
}

.lk-next-cover {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #493126,
            #8a4057
        );
}

.lk-next-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .34s ease;
}

.lk-next-card:hover .lk-next-cover img {
    transform: scale(1.035);
}

.lk-next-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-content: center;
    gap: 7px;
    color: rgba(255, 255, 255, .78);
    text-align: center;
    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.lk-next-placeholder i {
    color: #e4c570;
    font-family: serif;
    font-size: 42px;
    font-style: normal;
    line-height: 1;
}

.lk-next-premium {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 9px;
    color: #fff;
    border-radius: 999px;
    background: rgba(12, 27, 47, .88);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.lk-next-body {
    padding: 18px;
}

.lk-next-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin-bottom: 11px;
}

.lk-next-type {
    padding: 5px 8px;
    color: #6b4a37;
    border-radius: 999px;
    background: rgba(111, 38, 61, .09);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.lk-next-type.is-explore {
    color: #79550e;
    background: rgba(181, 136, 39, .14);
}

.lk-next-card h3 {
    margin: 0;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.14;
}

.lk-next-description {
    min-height: 47px;
    margin: 11px 0 0;
    opacity: .7;
    font-size: 13px;
    line-height: 1.5;
}

.lk-next-reason {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
    padding: 10px 11px;
    border-radius: 12px;
    background: rgba(25, 56, 92, .06);
    font-size: 11px;
    line-height: 1.4;
}

.lk-next-reason > span {
    color: #a77a1c;
    font-size: 14px;
}

.lk-next-reason strong {
    font-weight: 750;
}

.lk-next-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    opacity: .62;
    font-size: 10px;
    font-weight: 650;
}

.lk-next-note {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 20px 0 0;
    padding-left: 14px;
    border-left: 2px solid rgba(181, 136, 39, .55);
    opacity: .64;
    font-size: 11px;
}

/* Tema malam */

html[data-theme="malam"] .lk-next-reading {
    border-color: rgba(255, 255, 255, .1);
    background:
        radial-gradient(
            circle at 96% 4%,
            rgba(205, 163, 65, .12),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(13, 23, 38, .98),
            rgba(20, 32, 50, .95)
        );
}

html[data-theme="malam"] .lk-next-card {
    border-color: rgba(255, 255, 255, .1);
    background: rgba(21, 33, 51, .97);
}

html[data-theme="malam"] .lk-next-reason {
    background: rgba(255, 255, 255, .06);
}

html[data-theme="malam"] .lk-next-settings {
    border-color: rgba(255, 255, 255, .2);
}

/* Tablet */

@media (max-width: 900px) {
    .lk-next-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .lk-next-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: 520px;
    }
}

/* Mobile */

@media (max-width: 620px) {
    .lk-next-reading {
        padding: 22px 15px;
        border-radius: 23px;
    }

    .lk-next-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .lk-next-settings {
        white-space: normal;
    }

    .lk-next-grid {
        grid-template-columns: 1fr;
    }

    .lk-next-card:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: none;
    }

    .lk-next-description {
        min-height: 0;
    }
}
