<style>
.wspb-settings-container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.wspb-settings-form {
    flex: 1; /* Grow to fill available space */
    margin-right: 20px; /* Margin between form and preview */
}

.wspb-preview {
    flex: 1; /* Grow to fill available space */
}

.wspb-sales-meter {
	display:block;
	position: relative;
}
.wspb-progress-bar {
    width: 30px; 
    height: 200px; 
    background-color: #f0f0f0; 
    border: 1px solid #000000; 
    border-bottom: 0px; 
    position: relative;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    overflow: hidden;
    margin-left:20px;
  
}

.wspb-progress {
    background-color: #c0c0c0;
    position: absolute;
    border:0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: height 0.5s ease;

 
}
.sales-bg-base {
    border: 1px solid #000000;
    border-radius: 2.5em;
    height: 70px;
    background-color: rgb(255, 140, 0);
    width: 70px;
    position: relative;
    top: -5px;
    left: -20px;
    z-index: -1;
    margin-left:20px;
}
</style>