#epx-connect-widget {box-sizing:border-box;}
#epx-connect-form-area input,#epx-connect-form-area textarea {margin-bottom:9px;width:100%;box-sizing:border-box;}
#epx-connect-form-area textarea {min-height:60px;}
#epx-connect-form-area .button {margin-top:6px;}
#epx-connect-response.success {color:green;}
#epx-connect-response.error {color:red;}
#epx-connect-toggle span {font-size:11px;line-height:1;display:block;white-space:normal;}
.epx-checkbox-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-bottom: 7px;
}
.epx-checkbox-inline {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 0 0;
  font-size: 13px;
  white-space: nowrap;
}
.epx-dragging-widget * {
  user-select: none !important;
  cursor: grabbing !important;
}