a, a:link, a:visited {
    text-decoration: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}
u {
    text-decoration: none !important;
}
a:hover {
    background-color: #FFED00 !important;
    border-bottom: none !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    border-radius: 4px !important;
    outline: 3px solid #FFED00 !important;
}
.t607__list a:hover {
    background-color: transparent !important;
    outline: none !important;
    border-bottom: none !important;
}
.t607__list a, 
.t607__list a:hover {
    border-bottom: none !important;
    text-decoration: none !important;
}
/* exclude vertical nav from link underline styles */
.t453 a,
.t453 a:link,
.t453 a:visited {
    border-bottom: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* exclude vertical nav from hover highlight */
.t453 a:hover {
    background-color: transparent !important;
    border-bottom: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
}
/* exclude buttons from hover highlight */
.t-btn:hover,
.t-btn a:hover,
[class*="t-btn"]:hover {
    background-color: transparent !important;
    outline: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
}

.t-btn a,
.t-btn a:link,
.t-btn a:visited {
    border-bottom: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* === TAB 1 (White Base Image) === */
  /* Active (Dark Background) -> Keep original WHITE */
  .t1281__tab:nth-child(1).t1281__tab_active .t1281__tab-icon,
  .t1281__tab:nth-child(1) .t1281__title[aria-selected="true"] .t1281__tab-icon {
    filter: none !important;
  }
  /* Inactive (White Background) -> Invert to BLACK */
  .t1281__tab:nth-child(1):not(.t1281__tab_active) .t1281__tab-icon,
  .t1281__tab:nth-child(1) .t1281__title[aria-selected="false"] .t1281__tab-icon {
    filter: invert(1) !important;
  }

  /* === TAB 2 (Black Base Image) === */
  /* Active (Dark Background) -> Invert to WHITE */
  .t1281__tab:nth-child(2).t1281__tab_active .t1281__tab-icon,
  .t1281__tab:nth-child(2) .t1281__title[aria-selected="true"] .t1281__tab-icon {
    filter: invert(1) brightness(2) !important;
  }
  /* Inactive (White Background) -> Keep original BLACK */
  .t1281__tab:nth-child(2):not(.t1281__tab_active) .t1281__tab-icon,
  .t1281__tab:nth-child(2) .t1281__title[aria-selected="false"] .t1281__tab-icon {
    filter: none !important;
  }