/* Badge for UAWPF fields */
.wpforms-panel-sidebar-section[data-section="uawpf-hubspot"]::after{
    content: "UAWPF";
    display: inline-block;
    background-color: #ff5a5f; /* Badge background */
    color: #007A77; /* Text color */
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 4px;
    background: #DEEDED;
    font-family: "Figtree", Inter;
    line-height: 148%; /* 16.5px */
    position: absolute;
    right: 40px;
}

.wpforms-panel-content-section-uawpf-hubspot .wpforms-builder-provider-connection-block div > h4 {
    max-width: calc( 100% - 65px);
    display: inline-block;
  }
  
  .wpforms-panel-content-section-uawpf-hubspot .wpforms-builder-provider-connection-setting.wpforms-builder-uawpf-hubspot-provider-note label {
    font-size: 16px;
    font-weight: 600;
  }
  
  .wpforms-panel-content-section-uawpf-hubspot .wpforms-builder-provider-connections-default button {
    padding: 10px 30px;
  }
  