.p-tab__item--is-active, .p-tab__item:hover {
    box-shadow: inset 0 -4px 0 #fff;
}

.p-tab__item{
    text-decoration: none;
    color: white;
}
.avoid-clicks {
    pointer-events: none;
}