/* Footer shared helpers
 * Footer Element-specific CSS lives in GeneratePress Element ID 1671.
 */

/* Shared button/form hover style, not WPRM-specific recipe card CSS. */
.wp-block-button__link:hover,
.gb-button:hover,
input[type="submit"]:hover,
div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full .wpforms-page-button:hover {
  background: #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #101010 !important;
  border: 0 !important;
  box-shadow: inset 0 0 0 2px #101010 !important;
  box-sizing: border-box !important;
}

.gb-button:hover svg,
div.wpforms-container-full button[type=submit]:hover svg {
  color: #101010 !important;
  fill: #101010 !important;
}

:root {
  --rk-footer-gap: 36px;
}

.rk-footer-final {
  margin-top: var(--rk-footer-gap) !important;
}

.site-content,
.inside-article,
.entry-content,
.site-main,
#main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.rk-home,
.rk-index-page,
.rk-archive-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
