.wp-block-soulcountry-basket-quantity {
    position: relative;
    display: inline-block;
    width: 100%;
}

.wp-block-soulcountry-basket-quantity .badge-wrapper {
    display: flex;
    justify-content: left;
}

.wp-block-soulcountry-basket-quantity .quantity-indicator {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 1em;
    border-radius: 4px;
    font-weight: normal;
    white-space: nowrap;
    text-transform: uppercase;
}

.wp-block-soulcountry-basket-quantity .quantity {
    margin-right: 0.3em;
} 