.article-section-box {
    max-width: 1390px;
    flex-direction: row;
    align-items: flex-start;
}
.article-query-box {
    max-width: 700px;
    gap: 5rem;
}
.article-section .blog-post-query-box {
    gap: 0.2rem;
    /* padding: 2rem; */
    /* border: solid 1px var(--theme-gray-1); */
    /* box-shadow: var(--cards-box-shadow-1); */
    /* border-radius: 7px; */
}
.article-section .blog-post-query-box picture {
    max-height: 290px;

    /* border-radius: 7px; */
}
.article-section .blog-post-query-box .post-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    
    gap: 0.5rem;
    color: var(--secondary-color-1);
    font-weight: 600;
    margin-top: 0.5rem;
}
.article-section .blog-post-query-box h1 {
    font-size: var(--subtitle-size-1);
    font-weight: 700;
    line-height: var(--subtitle-line-height-1);
}
.article-section .blog-post-query-box h2 {
    font-size: var(--subtitle-size-2);
    font-weight: 800;
    margin-top: 1rem;
    line-height: var(--subtitle-line-height-1);
}
.article-section .blog-post-query-box .article-content-text-box :is(h3, h4) {
    font-size: var(--subtitle-size-2-m);
    font-weight: 600;
    line-height: var(--subtitle-line-height-2);
    margin-top: 1rem;
}
.article-section .article-content-text-box > p {
    margin-top: 1rem;
}
.article-section .article-content-text-box ul {
    font-size: var(--text-size-1);
    margin-top: 1rem;
    gap: 0.2rem;
}
.article-section .article-content-text-box ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.article-section .blog-post-query-box button {
    margin-top: 0.5rem;
}
.article-section .article-aside-box h3 {
    font-size: var(--subtitle-size-2-m);
}
.article-section .article-aside-box {
    gap: 1rem;
    max-width: 400px;
}
.article-section .article-aside-box .box {
    border: var(--secondary-color-1) solid 1px;
    padding: 1rem;
    border-radius: var(--border-radius-1);
}
.article-section .article-aside-box .blog-post-query-box {
    flex-direction: row;
    box-shadow: none;
    border-width: 2px;
    gap: 1rem;
    padding: 1rem;
}
.article-section .article-aside-box .blog-post-query-box picture {
    min-width: 100px;
}
.article-section .article-aside-box .post-details {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.9rem;
    gap: 0;
    flex-wrap: wrap;
}
.article-section .blog-post-aside-content-box  h4 {
    font-size: var(--text-size-1-m);
    font-weight: 700;
    line-height: 1.4rem;
}
.article-section .blog-post-aside-content-box button {
    margin: 0;
}
.article-section .blog-post-aside-content-box button a {
    font-size: 1rem;
}
