:root {
  --air-checkbox-group-host-display: block;
  --air-checkbox-group-display: block;
  --air-checkbox-group-padding-top: 0;
  --air-checkbox-group-padding-right: 0;
  --air-checkbox-group-padding-bottom: 0;
  --air-checkbox-group-padding-left: 0;
  --air-checkbox-group-margin-top: 0;
  --air-checkbox-group-margin-right: 0;
  --air-checkbox-group-margin-bottom: 0;
  --air-checkbox-group-margin-left: 0;

  /** Status text */
  --air-checkbox-group-error-color: var(--air-color-error);
  --air-checkbox-group-success-color: var(--air-color-success);
  --air-checkbox-group-status-text-margin-top: var(--air-spacing-02);
  --air-checkbox-group-status-text-margin-right: 0;
  --air-checkbox-group-status-text-margin-bottom: 0;
  --air-checkbox-group-status-text-margin-left: 0;
}
