/**
 * 特集カスタム記事（Feature/custom/*.twig）共通スタイル
 * 記事側では原則 <style> を書かず、このファイルに寄せる。
 * セレクタは .feature-custom 配下に閉じる。
 */
.feature-custom .feature-custom__body {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.feature-custom .feature-custom__lead {
    margin: 0 0 1.25em;
    font-size: 15px;
}

.feature-custom .feature-custom__heading {
    margin: 2.5em 0 0.6em;
    padding-bottom: 0.35em;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

/* 商品カード内の品名・価格なども p のため、一旦 0。記事本文の直下 p だけ余白を残す */
.feature-custom .feature-custom__body p {
    margin: 0;
}

.feature-custom .feature-custom__body > p {
    margin: 0 0 1em;
}

.feature-custom .feature-custom__list {
    margin: 0 0 1.25em;
    padding: 0 0 0 1.2em;
}

.feature-custom .feature-custom__list li {
    margin: 0 0 0.85em;
}

.feature-custom .feature-custom__list li:last-child {
    margin-bottom: 0;
}

.feature-custom .feature-custom__list strong {
    display: inline;
    margin-right: 0.35em;
}

.feature-custom .feature-custom__products {
    margin: 2em 0;
}

.feature-custom .feature-custom__products .ec-shelfGrid {
    margin-bottom: 0;
    row-gap: 24px;
}

/* 一覧用の item 下余白(36px)がブロック下だけ広く見えるため、内側は gap で揃える */
.feature-custom .feature-custom__products .ec-shelfGrid__item {
    margin-bottom: 0;
}

.feature-custom .feature-custom__cta {
    margin: 0;
    padding: 0.9em 1em;
    background: #f7f7f7;
    border-left: 3px solid #c45c26;
    font-weight: 600;
}
