.core-dropshipping-box{
    position: relative;
    width: 100%;
    background: #fff;
    padding: 5px;
    height: 30px;
    display: flex;
}
.core-dropshipping-box svg{
    fill: #F7C305;
    width: 15px;
    height: auto !important;
}
.core-dropshipping-box .core-dropshipping-box-score{
    font-size: 13px;
    color: #828385;
}
.core-dropshipping-position-center{
    text-align: center;
    justify-content: center;
}
.core-dropshipping-position-right{
    text-align: right;
    justify-content: end;
}
