.article-image-placeholder {
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #f1f3f5;
    border: 1px dashed #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-align: center;
}

.article-image-placeholder span {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
}

.article-image-placeholder small {
    display: block;
    margin-top: .25rem;
}

.article-content {
    max-width: 900px;
    font-size: 1.08rem;
    line-height: 1.8;
}

.article-content p {
    margin-bottom: 1.2rem;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}