/* Electric Midnight Active Tab Indicators */
.btn-secondary.active::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    background: #6366F1;
    border-radius: 2px;
}

.btn-secondary.active {
    color: #6366F1;
    font-weight: 600;
}
