/* ==============================
   アイキャッチ画像 — フォームカード
   ============================== */
.gf-eyecatch {
    margin: -35px -35px 30px;   /* gf-card の padding に合わせてはみ出させる */
    border-radius: var(--mystic-radius, 22px) var(--mystic-radius, 22px) 0 0;
    overflow: hidden;
    line-height: 0;
}

.gf-eyecatch img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

/* ==============================
   アイキャッチ画像 — リストカード
   ============================== */
.fortune-card-thumbnail {
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    line-height: 0;
}

.fortune-card-thumbnail img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    display: block;
}

.fortune-card-body {
    padding: 20px;
}
