﻿.elge-primary-action {
    border-left: 4px solid #0056b3 !important;
    transition: all 0.2s ease;
}

.elge-primary-action:hover {
    background-color: #0056b3 !important;
    color: #ffffff !important;
    transform: translateX(-2px);
}
