/* ===========================================================================
   検索画面 車種詳細セクション 関連記事（SP向け）
   トンマナ: 黒 #1f3641 / グレー #666 / 青 #0055B8 / 赤 #EE3440
   見出しは .articles > .title（セクション直下）、記事カードのタイトルは
   .articles .card .title（card配下）で区別する
   =========================================================================== */

.articles {
    margin-top: 32px;
}

.articles > .title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: bold;
    color: #1f3641;
    padding-bottom: 8px;
    border-bottom: 2px solid #1f3641;
    line-height: 1.4;
}

.articles .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.articles .card {
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
}

.articles .link {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #1f3641;
    align-items: flex-start;
}

.articles .thumb {
    flex: 0 0 100px;
}

.articles .img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.articles .body {
    flex: 1;
}

.articles .date {
    font-size: 11px;
    color: #666;
    margin: 0 0 4px;
}

.articles .card .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    color: #1f3641;
    margin: 0;
}
