/* Insert your cnaq form (RTL) custom SASS styling. */
.webform-submission-form .form-managed-file .form-submit {
  margin-right: 1rem;
}

.webform-submission-form .js-form-type-select .form-select {
  padding-right: 0.625rem;
  padding-left: 2.8rem;
}

@media (min-width: 768px) {
  .webform-submission-form .webform-flex:first-child {
    margin-right: 0;
    margin-left: 0.75rem;
  }
}

.webform-options-display-side-by-side > div {
  margin-right: 0;
  margin-left: 1.5rem;
  padding-left: 0;
}

.webform-multiple-table table.custom-composite-table tbody tr td.webform-multiple-table--operations input {
  margin-right: 0;
  margin-left: 0.938rem;
}

.webform-multiple-table table.custom-composite-table tbody tr td .js-form-type-textfield:not(:last-of-type) {
  margin-right: 0;
  margin-left: 1.25rem;
}
