
/* ---- the hero drops to one action ---------------------------------------
   The secondary is hidden rather than emptied: the bundle renders the anchor
   whatever the label says, so blanking the string would leave an empty button
   box in the row. Hidden, the flex row closes up on its own and the primary
   sits alone. Deleting the node is not on the table, since React holds a
   reference to it. */
.at-hero .at-cta .at-btn--ghost{display:none}
