// ============================================================================
// :: Input group
// ============================================================================
/**
 * Scope defined especially for the visual representation of an input group
 */

// ============================================================================
// :: Root
// ============================================================================
.s-input-group {

  .o-input-group {
    margin-bottom: 8rem;

    &:last-child {
      margin-bottom: 0;
    }
  }
}