.RadiExtra.DigipayPriceBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    color: #4b4b4b;
    background: #f8f8f8;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #2196F3;
}

.RadiExtra .DigipayPriceTitle {
    color: #fff;
    font-size: 12px;
    background: #2196F3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .5rem .25rem;
    line-height: 11px;
    border-radius: 4px 4px 0 0;
    width: 90%;
}

.RadiExtra .DigipayPrice {
    padding: 0.25rem;
}