/* Shared article-body styling for the admin preview and published article. */
.article-rendered-body {
    color: #d1d9e6;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
}

.article-rendered-body p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
}

.article-rendered-body a {
    color: #58a9ff;
    text-decoration: none;
    transition: color 0.2s ease;
    border-bottom: none;
    padding-bottom: 0;
}

.article-rendered-body a:hover {
    color: #80bdff;
    border-bottom: none;
}
