/* ================================
   SIDEBAR MENU – FORCE LINK COLOR
   ================================ */

/* Menu items */
.sb-panel .sb-nav a,
.sb-panel .sb-nav a:visited,
.sb-panel .sb-nav a:hover,
.sb-panel .sb-nav a:active,
.sb-panel .sb-nav a:focus{
  color: #63430A !important;
  -webkit-text-fill-color: #63430A !important;

  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;

  text-decoration: none;
}

/* Current page underline (keeps it subtle & on-brand) */
.sb-panel .sb-nav a.is-current::after{
  background: rgba(99, 67, 10, 0.35) !important;
}

/* Prevent Tilda global link hover from changing color */
.sb-panel .sb-nav a:hover{
  opacity: 1 !important;
}
