/* ── What's New Post Shared Styles ── */
/* Loaded by individual /whats-new/<slug>.html posts, alongside /main.css and /articles/article.css */

/* Tighten the shared .back-link spacing and turn it into a small pill
   button instead of text floating alone far above the header. */
.back-link {
    padding: 96px 20px 0;
}

.back-link a {
    display: inline-flex;
    color: #000000;
    opacity: 0.5;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 14px 6px 10px;
    border-radius: 100px;
    background: rgba(0,0,0,0.045);
}

.back-link a:hover {
    opacity: 1;
    background: rgba(0,0,0,0.08);
    color: #000000;
}

.wn-post-date {
    font-size: 12px;
    color: var(--gray);
}

.wn-post-date::before {
    content: '·';
    margin-right: 10px;
    color: var(--gray);
}

.wn-post-value {
    font-family: 'Helvetica Neue', Helvetica, -apple-system, Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    opacity: 0.6;
    margin: 10px 0 0;
}

.wn-post-hero {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 32px;
    background: #161616;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    margin-bottom: 40px;
    overflow: hidden;
}

.wn-post-hero img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.wn-post-highlights {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wn-post-highlights li {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    padding-left: 28px;
    position: relative;
}

.wn-post-highlights li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--black);
}

/* ── More Updates nav ── */
.wn-post-nav {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px 8px;
}

.wn-post-nav-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--gray);
    margin: 0 0 12px 0;
}

@media (max-width: 599px) {
    .wn-post-hero {
        padding: 20px;
        margin-bottom: 28px;
    }

    .wn-post-highlights li {
        font-size: 16px;
        line-height: 28px;
    }
}
