.node--type-article .field--name-field-image {
    margin-bottom: 24px;
}

.node--type-article .field--name-field-image img {
    border-radius: 7px;
    width: 100%;
    height: auto;
}

.node--type-article .node__meta {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 32px;
}

.node--type-article .node__header {
    margin-bottom: 24px;
}

.node--type-article .page-title {
    font-family: var(--zm-font-family-primary);
    font-size: 41px;
    line-height: 1.12;
}

.node--type-article .field--name-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.node--type-article .node__article-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid var(--zm-border-color);
    margin-top: 56px;
}

.node--type-article .node__author {
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .node--type-article .node__article-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1.5rem;
    }
}
