.article-block {
    padding: 40px 50px 80px;
}

.article-block-content {
    gap: 44px;
}

.article-container {
    width: 100%;
    padding: 40px 50px 50px;
    background: #FFF;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.article-content {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}

.article-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.article-date {
    color: #909598;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}

.article-copy-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #909598;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}

.article-copy-icon {
    width: 15px;
    height: 15px;
    aspect-ratio: 1/1;
    background-image: url("icon/article-copy-icon.svg");
}

.article-title-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.article-title {
    color: var(--Black, #1E2529);
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 46px */
}

.article-img {
    border-radius: 10px;
    width: 100%;
}