/* Styles for /updates/ (i18n/updates/build-updates.js). Linked through
   renderPage's extraHead after nativepal-landing.css, whose facts, FAQ, card
   grid and CTA classes do the rest. */

.post-byline {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8a8a92;
    margin: 0 0 24px;
}

.post-byline time {
    color: rgba(255, 255, 255, 0.75);
}

.post-intro {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
}

.update-screenshot {
    margin: 20px 0 8px;
    text-align: center;
}

.update-screenshot img {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.in-short {
    border: 1px solid rgba(139, 92, 246, 0.35);
    border-radius: 16px;
    padding: 20px 24px;
    background: rgba(139, 92, 246, 0.08);
}

.history-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.history-list li {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.history-list li:first-child {
    border-top: 0;
}

.history-list li strong {
    color: #fff;
    font-weight: 600;
}

.history-list .fact-link {
    margin-left: 6px;
}
