/**
 * @license MIT, https://opensource.org/license/MIT
 */

.article .cover {
    display: block;
    margin: 2rem 0;
    border-radius: calc(var(--pico-border-radius) * 4);
    overflow: hidden;
}

.article .cover source,
.article .cover img {
    width: 100%;
}

.article .text {
    line-height: 1.625;
    font-weight: 400;
}
