.omnibus-price-phrase {
    width: 100%;
    margin: 5px 0;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.omnibus-price-phrase > span {
    display: inline-block;
    font-weight: 600;
}

/*Special styles classes*/
.omnibus-price-phrase.text-left {
    width: fit-content;
    margin: 5px;
    text-align: left;
}

.omnibus-price-phrase.text-right {
    text-align: right;
}
