/* Highlight on hover */ .sqs-tabs-nav .tab-item a:hover, .sqs-tabs-nav .tab-item a:focus { background-color: rgba(255, 215, 0, 0.3); /* semi-transparent gold */ outline: 2px solid #FFD700; /* gold border */ border-radius: 4px; } /* Persist highlight on the active/selected tab */ .sqs-tabs-nav .tab-item.is-active a { background-color: rgba(255, 215, 0, 0.4); outline: 2px solid #FFD700; }