
.anchor-menu {
  text-align: center;
  padding: 15px 10px;
  margin: 20px auto;
  font-size: 0.95rem;
  /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
    margin-top: 20px !important;
}

.anchor-menu a {
  display: inline-block;
  margin: 0 10px;
  padding: 6px 10px;
  text-decoration: none;
  color: #c04b1a; /* your reddish accent */
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.anchor-menu a:hover,
.anchor-menu a:focus {
  background: #f2f2f2;
  color: #8b2f0f;
}

.anchor-menu a.active {
  background: #c04b1a;
  color: #fff;
}

.anchor-menu .active {
  display: inline-block;
  margin: 0 10px;
  padding: 6px 10px;
  text-decoration: none;
  color: var(--bs-primary); /* your reddish accent */
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;

}
.anchor-menu hr {
    margin-top: 20px;
}