/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Rank Math TOC: stop overlapping the next blocks */
.wp-block-rank-math-toc-block,
#rank-math-toc {
  display: block;
  position: relative;
  clear: both;
  overflow: auto;
  margin-bottom: 24px;
  z-index: 1;
}

/* Make sure the TOC list is not positioned/floated by theme styles */
#rank-math-toc nav,
#rank-math-toc ul,
#rank-math-toc li {
  position: static !important;
  float: none !important;
}

/* Ensure the next block starts below the TOC */
.wp-block-rank-math-toc-block + * {
  clear: both;
}
