.vbdim-wrap {
    width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap:0;
  background: #f9f9f9;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 1.5em;
}
.vbdim-title h4 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.2;
}
.vbdim-content {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
}
.vbdim-col {
    width: 100%;
    display: flex;
    gap: 12px;
}
.vbdim-width-wrap,
.vbdim-height-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.vbdim-col-price {
    /*flex: 1 1 40%;*/
    max-width: 100%;
    min-height: 50px;
    align-self: center;
}
.vbdim-col-price span {
    color: #FFA832;
    font-size: 36px;
    font-weight: bolder;
    line-height: 1.2;
    text-align: center;
}
.vbdim-wrap h4 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.vbdim-wrap label {
  display: block;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.25em;
}

.vbdim-wrap select {
    width: 100%;
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
}