@media (max-width: 768px) {
    .spacenet_latest_post_list { /* 互動式列表 */
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px 10px 20px 10px;
    }

    .spacenet_blog_post_card {
        width: 340px;
        height: 340px;
        border-radius: 10px;
        margin-right: 0;
        margin-top: 40px;
        background-color: rgb(34, 34, 34);
        position: relative;
    }

    .spacenet_blog_post_card:first-child {
        margin-right: 0;
        margin-top: 0;
    }

    .first_level_footer {
        justify-content: center;
        text-align: center;
    }
}