/* Wrapper for the page-rendered bottom section */
.eha-bottom-section{
  padding: 28px 0 34px;
}

.eha-bottom-section__inner{
  /* inner is already eha-container */
}

/* Optional: make core buttons match your theme feel */
.eha-bottom-section .wp-block-button__link{
  border-radius: var(--eha-radius);
  font-weight: 800;
  transition: transform var(--eha-trans), opacity var(--eha-trans);
}

.eha-bottom-section .wp-block-button__link:hover{
  transform: translateY(-1px);
  opacity: .97;
}
