.toc-wrapper {
  background-color: #fcf5f1; /* Light grey background */
  border: 1px solid #fcf5f1;
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 40px;
  border-radius: 20px;
}

.toc-wrapper h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  color: #3c3d40;
}

.toc-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
  margin: 0;
}

.toc-item {
  margin-bottom: 8px;
  line-height: 1;
}

.toc-item a {
  text-decoration: none;
  color: #e7512a; /* Standard link colour - change to your brand colour */
  font-weight: bold;
  transition: color 0.2s ease-in-out;
}

.toc-item a:hover {
  color: #c7411e;
  font-weight: bold;
  text-decoration: none;
}

.toc-item a::before {
  content: '>'; /* Adds the greater-than symbol followed by a space */
  font-size: 20px;
  padding-right: 10px;
  color: #f8ac8d; /* Optional: set the colour of the symbol */