/* R164: hide only the empty action slots left after body cross-page CTAs were removed.
   Keep the service slot in the DOM: deleting it would make the text block match
   the older .r55-project-start > div:last-child flex rules. */
#service-delivery.r55-project-start > div:last-child:empty {
  display: none;
}
#main.r124-company-page .r54-company-cta > .r54-company-actions:empty {
  display: none;
}
