  .webform-card {
      border: none;
      padding: 0;
  }
   
  .form-item .form-item__label {
      --form-label-font-weight: 500;
  }
   
  form label {
    font-weight: var(--form-label-font-weight);
  }
   
  form .table__cell div {
      margin-block: 0;
  }
   
  form .table__heading-cell, .text-long th {
      color: var(--heading-primary-color);
      font-weight: var(--form-label-font-weight);
  }