/* lucel-relayout.css — v251107b (soft spacing & price placement visuals) */

/* Give bullets a bit more breathing room across all products */
section.product ul.bullets{
  margin-bottom: 14px; /* gentle increase */
}

/* When a price block has been relocated just under bullets */
section.product [data-price-relocated="true"],
section.product .lucel-price-under-bullets{
  display: block;
  margin-top: 6px;
  margin-bottom: 12px; /* space before CTA/select/vol-status */
}

/* If there's a volume-status chip/line, allow extra air around it */
section.product .vol-status,
section.product [data-vol-status],
section.product .vol-later,
section.product .vol-schedule{
  margin-top: 8px;
  margin-bottom: 8px;
}

/* On wider screens, add a touch more space */
@media (min-width: 900px){
  section.product ul.bullets{ margin-bottom: 16px; }
  section.product [data-price-relocated="true"],
  section.product .lucel-price-under-bullets{ margin-bottom: 14px; }
}