/* ============================================
   Deals Page V2 — entry point

   Sub-files:
     single-deal-hero-v2.css   (enqueued separately in functions.php for filemtime cache busting)

   Page-level CSS should gather Section CSS only.
   New Section CSS should be added to its Section file, not here.
   ============================================ */

.single-deal-hero-v2-featured {
  background: var(--bg-soft);
  padding: var(--sp-6) 0 var(--sp-6);
}

.single-deal-hero-v2-featured__loop {
  width: 100%;
}

/* ループコンテキスト内の breadcrumb は非表示（静的 breadcrumb をループ外に表示） */
.single-deal-hero-v2-featured__loop .single-deal-hero-v2__breadcrumb {
  display: none;
}
