.article-content p {
    margin-bottom: 1.25rem;
}

.article-content h2,
.article-content h3 {
    margin: 2rem 0 1rem;
    font-weight: 900;
    line-height: 1.2;
}

.article-content h2 {
    font-size: 1.75rem;
}

.article-content h3 {
    font-size: 1.35rem;
}

.article-content a {
    color: #b91c1c;
    font-weight: 700;
}

.article-content blockquote {
    margin: 1.5rem 0;
    border-left: 4px solid #b91c1c;
    background: #f5f5f4;
    padding: 1rem 1.25rem;
    font-weight: 700;
}

.article-content ul,
.article-content ol {
    margin: 1rem 0 1.25rem 1.5rem;
}

.article-content li {
    margin-bottom: .5rem;
}

.article-content img {
    max-width: 100%;
    border-radius: .375rem;
}

input:focus,
textarea:focus,
select:focus {
    outline: 2px solid rgba(185, 28, 28, .25);
    border-color: #b91c1c;
}

.share-button {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    border-radius: .375rem;
    padding: .5rem .75rem;
    color: #fff;
    font-size: .8125rem;
    font-weight: 800;
    line-height: 1;
}

.ck-editor__editable {
    min-height: 180px;
}

.ck-editor__editable_inline {
    border-radius: 0 0 .375rem .375rem !important;
}
