.styble-tabs {
    .tab-content{
        p{
            margin: 0;
        }
    }
    button.nav-link{
        position: relative;
    }
    .styble-tabs-subtitle{
        margin: 0;
    }
    .styble-tabs-title-edit-icon {
        position: absolute;
        right: 0;
        top: 6px;
        padding: 0;
        height: 0;
        &:focus:not(:disabled){
            outline: none;
            box-shadow: none;
            border-color: #DDD;
        }
    }
}