//
//  DIALTONE
//  COMPONENTS: List Item Group
//
//  These are the styles for List Item Group component.
//
//  TABLE OF CONTENTS
//  • BASE STYLE
//
//  ============================================================================
//  $   BASE STYLE
//  ----------------------------------------------------------------------------
.d-list-item-group {
  position: relative;
  padding-right: var(--dt-space-0);
  padding-left: var(--dt-space-0);
}
