/* =========================================================
    Component: Footer Related Posts
    File: assets/css/3_components/footer-related-posts.css
   ========================================================= */

/* --- 1. リスト・外枠の設定 --- */
.p-footerRelatedPosts__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}