.wesub-product-settings-wrapper, .wesub-var-product-settings-wrapper {
    background-color: lightgray;
    overflow: hidden;
}
.wesub-form-field {
    padding: 5px 20px 5px 162px !important;
}
.wesub-var-product-settings-wrapper .form-field {
    display: flex;
    padding: 0px 10px;
}
.wesub-var-product-settings-wrapper label {

    margin-right: 10px;
}

.wesub-var-product-settings-wrapper .wesub-var-recurring-period {
    height: 40px;
}


.wesub-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
.wesub-tooltip .wesub-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
 }
  
.wesub-tooltip:hover .wesub-tooltiptext {
    visibility: visible;
}