/* Smooth collapse animation setup */
#block-lyza-howlyzaworksblock,
#block-lyza-whychooselyzablock {
  overflow: hidden;
  height: auto; /* overridden via JS */
  transition: height 300ms ease; /* fallback if JS forgets */
}

#show-hide-extras-wrapper, #show-hide-extras-button-hide {
  display: none; /* hidden until JS shows it */
}