/* Styles scoped to ONLY the user's selector */
.pmb-string-wrap{
  position:absolute;
  left:0; right:0; bottom:0;
  height:30px;
  pointer-events:none;
  display:block;
}

/* Add space for the canvas under the link text */
.menu-for-page ul li a{
  position: relative;
  padding-bottom: 10px;
}



.menu-for-page ul li a{
  --line: currentColor; /* line = text color */
  color: #000;
  position: relative;
  padding-bottom: 10px;
}
.menu-for-page ul li a:hover{
  color: #c15105;      /* text + line both switch */
  --line: #c15105;
}
