/*
Theme Name: Extendable Child FH
Template: extendable
Version: 1.0.0
Text Domain: extendable-child-fh
*/

/* Remove homepage main wrapper padding causing white gap */
#wp--skip-link--target {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#wp--skip-link--target.wp-block-group {
    margin-bottom: 0 !important;
}

main {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
  padding-top: 30px !important; /* change to 20px if you want tighter */
}

main > :first-child,
main .wp-block-post-content > :first-child {
  margin-top: 0 !important;
}

.wp-block-navigation a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}